Uses of Class
org.apache.xmlrpc.webserver.Connection
-
Packages that use Connection Package Description org.apache.xmlrpc.webserver -
-
Uses of Connection in org.apache.xmlrpc.webserver
Methods in org.apache.xmlrpc.webserver that return Connection Modifier and Type Method Description Connection
RequestData. getConnection()
Returns the connection, which is serving the request.Constructors in org.apache.xmlrpc.webserver with parameters of type Connection Constructor Description RequestData(Connection pConnection)
Creates a new instance.
-