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 ConnectionRequestData. connectionMethods in org.apache.xmlrpc.webserver that return Connection Modifier and Type Method Description ConnectionRequestData. 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.
-