Uses of Class
org.apache.xmlrpc.webserver.Connection

Packages that use Connection
org.apache.xmlrpc.webserver   
 

Uses of Connection in org.apache.xmlrpc.webserver
 

Fields in org.apache.xmlrpc.webserver declared as Connection
private  Connection RequestData.connection
           
 

Methods in org.apache.xmlrpc.webserver that return Connection
 Connection RequestData.getConnection()
          Returns the connection, which is serving the request.
 

Constructors in org.apache.xmlrpc.webserver with parameters of type Connection
RequestData(Connection pConnection)
          Creates a new instance.