Uses of Interface
org.jboss.remoting.Invoker

Packages that use Invoker
org.jboss.remoting   
org.jboss.remoting.transport   
org.jboss.remoting.transport.bisocket   
org.jboss.remoting.transport.coyote   
org.jboss.remoting.transport.http   
org.jboss.remoting.transport.http.ssl   
org.jboss.remoting.transport.local   
org.jboss.remoting.transport.multiplex   
org.jboss.remoting.transport.rmi   
org.jboss.remoting.transport.servlet   
org.jboss.remoting.transport.socket   
org.jboss.remoting.transport.sslbisocket   
org.jboss.remoting.transport.sslmultiplex   
org.jboss.remoting.transport.sslrmi   
org.jboss.remoting.transport.sslsocket   
org.jboss.remoting.transport.web   
 

Uses of Invoker in org.jboss.remoting
 

Classes in org.jboss.remoting that implement Invoker
 class AbstractInvoker
          AbstractInvoker is an abstract handler part that contains common methods between both client and server.
 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 Invoker in org.jboss.remoting.transport
 

Subinterfaces of Invoker in org.jboss.remoting.transport
 interface BidirectionalClientInvoker
          This interface is used to indicate that a client invoker represents as transport that is bidirectional, which means that calls from the server to the client can be made without having to open a new physical connection from the server back to the client/
 interface ClientInvoker
          Interface to be used for calling on all the different invoker types (LocalClientInvoker and RemoteClientInvoker).
 

Uses of Invoker in org.jboss.remoting.transport.bisocket
 

Classes in org.jboss.remoting.transport.bisocket that implement Invoker
 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 Invoker in org.jboss.remoting.transport.coyote
 

Classes in org.jboss.remoting.transport.coyote that implement Invoker
 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 Invoker in org.jboss.remoting.transport.http
 

Classes in org.jboss.remoting.transport.http that implement Invoker
 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 Invoker in org.jboss.remoting.transport.http.ssl
 

Classes in org.jboss.remoting.transport.http.ssl that implement Invoker
 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 Invoker in org.jboss.remoting.transport.local
 

Classes in org.jboss.remoting.transport.local that implement Invoker
 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 Invoker in org.jboss.remoting.transport.multiplex
 

Classes in org.jboss.remoting.transport.multiplex that implement Invoker
 class MultiplexClientInvoker
          MultiplexClientInvoker is the client side of the Multiplex transport.
 class MultiplexServerInvoker
          MultiplexServerInvoker is the server side of the Multiplex transport.
 

Uses of Invoker in org.jboss.remoting.transport.rmi
 

Classes in org.jboss.remoting.transport.rmi that implement Invoker
 class RMIClientInvoker
          RMIClientInvoker
 class RMIServerInvoker
          RMIServerInvoker
 

Uses of Invoker in org.jboss.remoting.transport.servlet
 

Classes in org.jboss.remoting.transport.servlet that implement Invoker
 class ServletServerInvoker
          The servlet based server invoker that receives the original http request from the ServerInvokerServlet.
 

Uses of Invoker in org.jboss.remoting.transport.socket
 

Classes in org.jboss.remoting.transport.socket that implement Invoker
 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 Invoker in org.jboss.remoting.transport.sslbisocket
 

Classes in org.jboss.remoting.transport.sslbisocket that implement Invoker
 class SSLBisocketClientInvoker
           
 class SSLBisocketServerInvoker
           
 

Uses of Invoker in org.jboss.remoting.transport.sslmultiplex
 

Classes in org.jboss.remoting.transport.sslmultiplex that implement Invoker
 class SSLMultiplexClientInvoker
          SSLMultiplexClientInvoker is the client side of the sslmultiplex transport.
 class SSLMultiplexServerInvoker
          SSLMultiplexServerInvoker is the server side of the sslmultiplex transport.
 

Uses of Invoker in org.jboss.remoting.transport.sslrmi
 

Classes in org.jboss.remoting.transport.sslrmi that implement Invoker
 class SSLRMIClientInvoker
           
 class SSLRMIServerInvoker
           
 

Uses of Invoker in org.jboss.remoting.transport.sslsocket
 

Classes in org.jboss.remoting.transport.sslsocket that implement Invoker
 class SSLSocketClientInvoker
           
 class SSLSocketServerInvoker
           
 

Uses of Invoker in org.jboss.remoting.transport.web
 

Classes in org.jboss.remoting.transport.web that implement Invoker
 class WebServerInvoker
           
 



Copyright © 1998-2005 JBoss Inc . All Rights Reserved.