public abstract class XmlRpcHttpServer extends XmlRpcStreamServer
XmlRpcStreamServer for deriving
HTTP servers.| Constructor and Description |
|---|
XmlRpcHttpServer() |
| Modifier and Type | Method and Description |
|---|---|
protected OutputStream |
getOutputStream(ServerStreamConnection pConnection,
XmlRpcStreamRequestConfig pConfig,
OutputStream pStream)
Called to prepare the output stream.
|
protected abstract void |
setResponseHeader(ServerStreamConnection pConnection,
String pHeader,
String pValue) |
convertThrowable, execute, getErrorLogger, getInputStream, getOutputStream, getRequest, getXmlRpcWriter, getXMLWriterFactory, isContentLengthRequired, logError, setErrorLogger, setXMLWriterFactory, writeError, writeResponseexecute, getConfig, getDefaultXmlRpcWorkerFactory, getHandlerMapping, getTypeConverterFactory, setConfig, setHandlerMapping, setTypeConverterFactorygetMaxThreads, getTypeFactory, getWorkerFactory, setMaxThreads, setTypeFactory, setWorkerFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, getTypeConverterFactoryprotected abstract void setResponseHeader(ServerStreamConnection pConnection, String pHeader, String pValue)
protected OutputStream getOutputStream(ServerStreamConnection pConnection, XmlRpcStreamRequestConfig pConfig, OutputStream pStream) throws IOException
XmlRpcStreamServergetOutputStream in class XmlRpcStreamServerpConnection - The connection object.IOExceptionCopyright © 2001-2015 The Apache Software Foundation. All Rights Reserved.