| Frames | No Frames |
Classes implementing org.apache.xmlrpc.common.ServerStreamConnection | |
| class | Handler for a single clients connection. |
| class | |
Methods with parameter type org.apache.xmlrpc.common.ServerStreamConnection | |
| OutputStream | XmlRpcServletServer.getOutputStream(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection, int pSize) Called to prepare the output stream, if content length is
required. |
| void | XmlRpcServletServer.setResponseHeader(ServerStreamConnection pConnection, String pHeader, String pValue) |
Methods with parameter type org.apache.xmlrpc.common.ServerStreamConnection | |
| 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. |
Methods with return type org.apache.xmlrpc.common.ServerStreamConnection | |
| ServerStreamConnection | Returns the servers connection. |
Methods with parameter type org.apache.xmlrpc.common.ServerStreamConnection | |
| void | Returns, whether the
/** Processes a "connection". |
| InputStream | XmlRpcStreamServer.getInputStream(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection) |
| OutputStream | XmlRpcHttpServer.getOutputStream(ServerStreamConnection pConnection, XmlRpcStreamRequestConfig pConfig, OutputStream pStream) Called to prepare the output stream. |
| OutputStream | XmlRpcStreamServer.getOutputStream(ServerStreamConnection pConnection, XmlRpcStreamRequestConfig pConfig, OutputStream pStream) Called to prepare the output stream. |
| OutputStream | XmlRpcStreamServer.getOutputStream(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection, int pSize) Called to prepare the output stream, if content length is
required. |
| void | XmlRpcHttpServer.setResponseHeader(ServerStreamConnection pConnection, String pHeader, String pValue) |