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
Fields in org.apache.xmlrpc.webserver declared as Connection Modifier and Type Field Description private Connection
RequestData. connection
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.
-