Package com.flat502.rox.client

Client-side API and supporting classes.

See:
          Description

Interface Summary
AsynchronousResponseHandler This interface represents an RPC response handler.
ResponseHandler Deprecated. Use AsynchronousResponseHandler instead.
 

Class Summary
ClientResourcePool  
HttpRpcClient This is the client-side RPC interface.
RpcResponseContext  
XmlRpcClient This is the client-side XML-RPC interface.
 

Exception Summary
ConnectionPoolTimeoutException An exception raised to indicate a timeout occurred waiting for a connection from the underlying connection pool.
IOTimeoutException  
RpcCallFailedException An exception raised when a synchronous RPC method call fails.
RpcCallTimeoutException An exception raised when an RPC method call times out.
 

Package com.flat502.rox.client Description

Client-side API and supporting classes.

Related Documentation