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 classLocalStreamConnection.LocalServerStreamConnectionFields in org.apache.xmlrpc.common declared as ServerStreamConnection Modifier and Type Field Description private ServerStreamConnectionLocalStreamConnection. serverStreamConnectionMethods in org.apache.xmlrpc.common that return ServerStreamConnection Modifier and Type Method Description ServerStreamConnectionLocalStreamConnection. getServerStreamConnection()Returns the servers connection.Methods in org.apache.xmlrpc.common with parameters of type ServerStreamConnection Modifier and Type Method Description voidXmlRpcStreamRequestProcessor. 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 interfaceServerHttpConnectionInterface of aServerStreamConnectionfor HTTP response transport.Methods in org.apache.xmlrpc.server with parameters of type ServerStreamConnection Modifier and Type Method Description voidXmlRpcStreamServer. execute(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection)Returns, whether the /** Processes a "connection".protected java.io.InputStreamXmlRpcStreamServer. getInputStream(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection)protected java.io.OutputStreamXmlRpcHttpServer. getOutputStream(ServerStreamConnection pConnection, XmlRpcStreamRequestConfig pConfig, java.io.OutputStream pStream)protected java.io.OutputStreamXmlRpcStreamServer. getOutputStream(ServerStreamConnection pConnection, XmlRpcStreamRequestConfig pConfig, java.io.OutputStream pStream)Called to prepare the output stream.protected java.io.OutputStreamXmlRpcStreamServer. getOutputStream(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection, int pSize)Called to prepare the output stream, if content length is required.protected abstract voidXmlRpcHttpServer. 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 classConnectionHandler for a single clients connection.protected static classXmlRpcServletServer.ServletStreamConnectionMethods in org.apache.xmlrpc.webserver with parameters of type ServerStreamConnection Modifier and Type Method Description protected java.io.OutputStreamXmlRpcServletServer. getOutputStream(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection, int pSize)protected voidConnectionServer. setResponseHeader(ServerStreamConnection pConnection, java.lang.String pHeader, java.lang.String pValue)protected voidXmlRpcServletServer. setResponseHeader(ServerStreamConnection pConnection, java.lang.String pHeader, java.lang.String pValue)
-