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, writeResponse
execute, getConfig, getDefaultXmlRpcWorkerFactory, getHandlerMapping, getTypeConverterFactory, setConfig, setHandlerMapping, setTypeConverterFactory
getMaxThreads, getTypeFactory, getWorkerFactory, setMaxThreads, setTypeFactory, setWorkerFactory
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
execute, getTypeConverterFactory
protected abstract void setResponseHeader(ServerStreamConnection pConnection, String pHeader, String pValue)
protected OutputStream getOutputStream(ServerStreamConnection pConnection, XmlRpcStreamRequestConfig pConfig, OutputStream pStream) throws IOException
XmlRpcStreamServer
getOutputStream
in class XmlRpcStreamServer
pConnection
- The connection object.IOException
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.