Uses of Class
com.flat502.rox.client.HttpRpcClient

Packages that use HttpRpcClient
com.flat502.rox.client Client-side API and supporting classes. 
com.flat502.rox.http Utility classes for packing and unpacking HTTP messages. 
 

Uses of HttpRpcClient in com.flat502.rox.client
 

Subclasses of HttpRpcClient in com.flat502.rox.client
 class XmlRpcClient
          This is the client-side XML-RPC interface.
 

Methods in com.flat502.rox.client with parameters of type HttpRpcClient
protected  void ClientResourcePool.detach(HttpRpcClient client)
           
 

Uses of HttpRpcClient in com.flat502.rox.http
 

Constructors in com.flat502.rox.http with parameters of type HttpRpcClient
HttpResponseBuffer(HttpRpcClient client, java.net.Socket socket)
           
HttpResponseBuffer(HttpRpcClient client, java.net.Socket socket, Encoding acceptableEncoding)