Package | Description |
---|---|
org.apache.xmlrpc.common | |
org.apache.xmlrpc.server | |
org.apache.xmlrpc.webserver |
Modifier and Type | Method and Description |
---|---|
ServerStreamConnection |
LocalStreamConnection.getServerStreamConnection()
Returns the servers connection.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlRpcStreamRequestProcessor.execute(XmlRpcStreamRequestConfig pConfig,
ServerStreamConnection pConnection)
Reads an XML-RPC request from the connection
object and processes the request, writing the
result to the same connection object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ServerHttpConnection
Interface of a
ServerStreamConnection for HTTP
response transport. |
Modifier and Type | Method and Description |
---|---|
void |
XmlRpcStreamServer.execute(XmlRpcStreamRequestConfig pConfig,
ServerStreamConnection pConnection)
Returns, whether the
/** Processes a "connection".
|
protected InputStream |
XmlRpcStreamServer.getInputStream(XmlRpcStreamRequestConfig pConfig,
ServerStreamConnection pConnection) |
protected OutputStream |
XmlRpcHttpServer.getOutputStream(ServerStreamConnection pConnection,
XmlRpcStreamRequestConfig pConfig,
OutputStream pStream) |
protected OutputStream |
XmlRpcStreamServer.getOutputStream(ServerStreamConnection pConnection,
XmlRpcStreamRequestConfig pConfig,
OutputStream pStream)
Called to prepare the output stream.
|
protected OutputStream |
XmlRpcStreamServer.getOutputStream(XmlRpcStreamRequestConfig pConfig,
ServerStreamConnection pConnection,
int pSize)
Called to prepare the output stream, if content length is
required.
|
protected abstract void |
XmlRpcHttpServer.setResponseHeader(ServerStreamConnection pConnection,
String pHeader,
String pValue) |
Modifier and Type | Class and Description |
---|---|
class |
Connection
Handler for a single clients connection.
|
protected static class |
XmlRpcServletServer.ServletStreamConnection |
Modifier and Type | Method and Description |
---|---|
protected OutputStream |
XmlRpcServletServer.getOutputStream(XmlRpcStreamRequestConfig pConfig,
ServerStreamConnection pConnection,
int pSize) |
protected void |
XmlRpcServletServer.setResponseHeader(ServerStreamConnection pConnection,
String pHeader,
String pValue) |
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.