|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AbstractInvoker in org.jboss.remoting |
---|
Subclasses of AbstractInvoker in org.jboss.remoting | |
---|---|
class |
MicroRemoteClientInvoker
MicroRemoteClientInvoker is an abstract client part handler that implements the bulk of the heavy lifting to process a remote method and dispatch it to a remote ServerInvoker and handle the result. |
class |
RemoteClientInvoker
This class extends the MicroRemoteClientInvoker and adds extra functionality that can not be included in a J2ME envrionment, such as setting socket factories. |
class |
ServerInvoker
ServerInvoker is the server-side part of a remote Invoker. |
Uses of AbstractInvoker in org.jboss.remoting.transport.bisocket |
---|
Subclasses of AbstractInvoker in org.jboss.remoting.transport.bisocket | |
---|---|
class |
BisocketClientInvoker
The bisocket transport, an extension of the socket transport, is designed to allow a callback server to function behind a firewall. |
class |
BisocketServerInvoker
|
Uses of AbstractInvoker in org.jboss.remoting.transport.coyote |
---|
Subclasses of AbstractInvoker in org.jboss.remoting.transport.coyote | |
---|---|
class |
CoyoteInvoker
Some of the code in this class was pulled from org.apache.coyote.tomcat4.CoyoteAdapter and hence will maintain the Apache License (and author credit from original source). |
Uses of AbstractInvoker in org.jboss.remoting.transport.http |
---|
Subclasses of AbstractInvoker in org.jboss.remoting.transport.http | |
---|---|
class |
HTTPClientInvoker
HTTP client invoker. |
class |
HTTPServerInvoker
Deprecated. This class has been replaced by org.jboss.remoting.transport.coyote.CoyoteInvoker, which is used as the default server invoker for the http and https transport on the server side. This class will be removed from remoting distribution in a future release. |
Uses of AbstractInvoker in org.jboss.remoting.transport.http.ssl |
---|
Subclasses of AbstractInvoker in org.jboss.remoting.transport.http.ssl | |
---|---|
class |
HTTPSClientInvoker
|
class |
HTTPSServerInvoker
Deprecated. This class has been replaced by org.jboss.remoting.transport.coyote.CoyoteInvoker, which is used as the default server invoker for the http and https transport on the server side. This class will be removed from remoting distribution in a future release. |
Uses of AbstractInvoker in org.jboss.remoting.transport.local |
---|
Subclasses of AbstractInvoker in org.jboss.remoting.transport.local | |
---|---|
class |
LocalClientInvoker
LocalClientInvoker does not use any transport protocol for invoking the ServerInvoker, instead will make call directly on it locally. |
class |
LocalServerInvoker
|
Uses of AbstractInvoker in org.jboss.remoting.transport.multiplex |
---|
Subclasses of AbstractInvoker in org.jboss.remoting.transport.multiplex | |
---|---|
class |
MultiplexClientInvoker
MultiplexClientInvoker is the client side of the Multiplex transport. |
class |
MultiplexServerInvoker
MultiplexServerInvoker is the server side of the Multiplex transport. |
Uses of AbstractInvoker in org.jboss.remoting.transport.rmi |
---|
Subclasses of AbstractInvoker in org.jboss.remoting.transport.rmi | |
---|---|
class |
RMIClientInvoker
RMIClientInvoker |
class |
RMIServerInvoker
RMIServerInvoker |
Uses of AbstractInvoker in org.jboss.remoting.transport.servlet |
---|
Subclasses of AbstractInvoker in org.jboss.remoting.transport.servlet | |
---|---|
class |
ServletServerInvoker
The servlet based server invoker that receives the original http request from the ServerInvokerServlet. |
Uses of AbstractInvoker in org.jboss.remoting.transport.socket |
---|
Subclasses of AbstractInvoker in org.jboss.remoting.transport.socket | |
---|---|
class |
MicroSocketClientInvoker
SocketClientInvoker uses Sockets to remotely connect to the a remote ServerInvoker, which must be a SocketServerInvoker. |
class |
SocketClientInvoker
SocketClientInvoker uses Sockets to remotely connect to the a remote ServerInvoker, which must be a SocketServerInvoker. |
class |
SocketServerInvoker
SocketServerInvoker is the server-side of a SOCKET based transport |
Uses of AbstractInvoker in org.jboss.remoting.transport.sslbisocket |
---|
Subclasses of AbstractInvoker in org.jboss.remoting.transport.sslbisocket | |
---|---|
class |
SSLBisocketClientInvoker
|
class |
SSLBisocketServerInvoker
|
Uses of AbstractInvoker in org.jboss.remoting.transport.sslmultiplex |
---|
Subclasses of AbstractInvoker in org.jboss.remoting.transport.sslmultiplex | |
---|---|
class |
SSLMultiplexClientInvoker
SSLMultiplexClientInvoker is the client side of the sslmultiplex transport. |
class |
SSLMultiplexServerInvoker
SSLMultiplexServerInvoker is the server side of the sslmultiplex transport. |
Uses of AbstractInvoker in org.jboss.remoting.transport.sslrmi |
---|
Subclasses of AbstractInvoker in org.jboss.remoting.transport.sslrmi | |
---|---|
class |
SSLRMIClientInvoker
|
class |
SSLRMIServerInvoker
|
Uses of AbstractInvoker in org.jboss.remoting.transport.sslsocket |
---|
Subclasses of AbstractInvoker in org.jboss.remoting.transport.sslsocket | |
---|---|
class |
SSLSocketClientInvoker
|
class |
SSLSocketServerInvoker
|
Uses of AbstractInvoker in org.jboss.remoting.transport.web |
---|
Subclasses of AbstractInvoker in org.jboss.remoting.transport.web | |
---|---|
class |
WebServerInvoker
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |