Package com.flat502.rox.processing

Central location for shared client- and server-side processing logic.

See:
          Description

Class Summary
Context Abstract base class for describing the context of an RPC call or response.
HttpMessageHandler An abstract base class used by the default client and server implementation to process complete HTTP messages.
HttpRpcProcessor This abstract base class encapsulates all of the generic logic common to both client and server side communication using RPC over HTTP.
ResourcePool  
SSLConfiguration  
SSLSession  
 

Enum Summary
SSLConfiguration.ClientAuth  
 

Exception Summary
RemoteSocketClosedException Raised when a read is interrupted because the remote entity closed the connection cleanly.
RpcFaultException An exception encapsulating an RpcFault.
 

Package com.flat502.rox.processing Description

Central location for shared client- and server-side processing logic.

Related Documentation