Package | Description |
---|---|
org.apache.xmlrpc.webserver |
Class and Description |
---|
Connection
Handler for a single clients connection.
|
RequestData
Web servers extension of
org.apache.xmlrpc.common.XmlRpcHttpRequestConfig ,
which allows to store additional per request data. |
WebServer
The
WebServer is a minimal HTTP server, that might be used
as an embedded web server. |
XmlRpcServletServer
An extension of
XmlRpcServer ,
which is suitable for processing servlet requests. |
XmlRpcServletServer.ServletStreamConnection |