org.apache.xmlrpc.server
Class XmlRpcHttpServer
java.lang.Object
XmlRpcController
org.apache.xmlrpc.server.XmlRpcServer
org.apache.xmlrpc.server.XmlRpcStreamServer
org.apache.xmlrpc.server.XmlRpcHttpServer
- Direct Known Subclasses:
- XmlRpcServletServer
public abstract class XmlRpcHttpServer
- extends XmlRpcStreamServer
Abstract extension of XmlRpcStreamServer
for deriving
HTTP servers.
Method Summary |
protected java.io.OutputStream |
getOutputStream(ServerStreamConnection pConnection,
XmlRpcStreamRequestConfig pConfig,
java.io.OutputStream pStream)
Called to prepare the output stream. |
protected abstract void |
setResponseHeader(ServerStreamConnection pConnection,
java.lang.String pHeader,
java.lang.String pValue)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlRpcHttpServer
public XmlRpcHttpServer()
setResponseHeader
protected abstract void setResponseHeader(ServerStreamConnection pConnection,
java.lang.String pHeader,
java.lang.String pValue)
getOutputStream
protected java.io.OutputStream getOutputStream(ServerStreamConnection pConnection,
XmlRpcStreamRequestConfig pConfig,
java.io.OutputStream pStream)
throws java.io.IOException
- Description copied from class:
XmlRpcStreamServer
- Called to prepare the output stream. Typically used for enabling
compression, or similar filters.
- Overrides:
getOutputStream
in class XmlRpcStreamServer
- Throws:
java.io.IOException