Uses of Interface
org.apache.xmlrpc.common.ServerStreamConnection
-
Packages that use ServerStreamConnection Package Description org.apache.xmlrpc.common org.apache.xmlrpc.server org.apache.xmlrpc.webserver -
-
Uses of ServerStreamConnection in org.apache.xmlrpc.common
Classes in org.apache.xmlrpc.common that implement ServerStreamConnection Modifier and Type Class Description private class
LocalStreamConnection.LocalServerStreamConnection
Fields in org.apache.xmlrpc.common declared as ServerStreamConnection Modifier and Type Field Description private ServerStreamConnection
LocalStreamConnection. serverStreamConnection
Methods in org.apache.xmlrpc.common that return ServerStreamConnection Modifier and Type Method Description ServerStreamConnection
LocalStreamConnection. getServerStreamConnection()
Returns the servers connection.Methods in org.apache.xmlrpc.common with parameters of type ServerStreamConnection Modifier and Type Method 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. -
Uses of ServerStreamConnection in org.apache.xmlrpc.server
Subinterfaces of ServerStreamConnection in org.apache.xmlrpc.server Modifier and Type Interface Description interface
ServerHttpConnection
Interface of aServerStreamConnection
for HTTP response transport.Methods in org.apache.xmlrpc.server with parameters of type ServerStreamConnection Modifier and Type Method Description void
XmlRpcStreamServer. execute(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection)
Returns, whether the /** Processes a "connection".protected java.io.InputStream
XmlRpcStreamServer. getInputStream(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection)
protected java.io.OutputStream
XmlRpcHttpServer. getOutputStream(ServerStreamConnection pConnection, XmlRpcStreamRequestConfig pConfig, java.io.OutputStream pStream)
protected java.io.OutputStream
XmlRpcStreamServer. getOutputStream(ServerStreamConnection pConnection, XmlRpcStreamRequestConfig pConfig, java.io.OutputStream pStream)
Called to prepare the output stream.protected java.io.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, java.lang.String pHeader, java.lang.String pValue)
-
Uses of ServerStreamConnection in org.apache.xmlrpc.webserver
Classes in org.apache.xmlrpc.webserver that implement ServerStreamConnection Modifier and Type Class Description class
Connection
Handler for a single clients connection.protected static class
XmlRpcServletServer.ServletStreamConnection
Methods in org.apache.xmlrpc.webserver with parameters of type ServerStreamConnection Modifier and Type Method Description protected java.io.OutputStream
XmlRpcServletServer. getOutputStream(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection, int pSize)
protected void
ConnectionServer. setResponseHeader(ServerStreamConnection pConnection, java.lang.String pHeader, java.lang.String pValue)
protected void
XmlRpcServletServer. setResponseHeader(ServerStreamConnection pConnection, java.lang.String pHeader, java.lang.String pValue)
-