JBoss Remoting 3.1.0.Beta2

Package org.jboss.remoting3.spi

Service provider classes and interfaces.

See:
          Description


Interface Summary
ConnectionHandler A connection to a foreign endpoint.
ConnectionHandlerContext The context for connection handlers.
ConnectionHandlerFactory A factory which creates the connection handler for a connection.
ConnectionProvider A connection provider.
ConnectionProviderContext A context for a connection provider.
ConnectionProviderFactory A connection provider factory.
LocalReplyHandler A reply handler which is local to this machine.
LocalRequestHandler A request handler which is local to the machine.
NetworkServerProvider A provider interface implemented by connection providers which can be connected to across the network.
RemoteReplyHandler A handler for replies from a request.
RemoteRequestHandler A request handler which forwards across the JVM boundary.
RemotingServiceDescriptor<T> A descriptor for automatically-discovered remoting service types.
RequestHandlerConnector A holder for a request handler that is to be sent to a remote peer.
 

Class Summary
AbstractHandleableCloseable<T extends HandleableCloseable<T>> A basic implementation of a closeable resource.
ProtocolServiceType<T>  
SpiUtils Utility methods for Remoting service providers.
 

Package org.jboss.remoting3.spi Description

Service provider classes and interfaces. The classes are basic utility classes as well as abstract base classes to ease implementation.


JBoss Remoting 3.1.0.Beta2

Copyright © 2010 JBoss, a division of Red Hat, Inc.