Uses of Interface
org.apache.xmlrpc.common.ServerStreamConnection
Packages that use ServerStreamConnection
-
Uses of ServerStreamConnection in org.apache.xmlrpc.common
Classes in org.apache.xmlrpc.common that implement ServerStreamConnectionFields in org.apache.xmlrpc.common declared as ServerStreamConnectionModifier and TypeFieldDescriptionprivate final ServerStreamConnection
LocalStreamConnection.serverStreamConnection
Methods in org.apache.xmlrpc.common that return ServerStreamConnectionModifier and TypeMethodDescriptionLocalStreamConnection.getServerStreamConnection()
Returns the servers connection.Methods in org.apache.xmlrpc.common with parameters of type ServerStreamConnectionModifier and TypeMethodDescriptionvoid
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.serverModifier and TypeInterfaceDescriptioninterface
Interface of aServerStreamConnection
for HTTP response transport.Methods in org.apache.xmlrpc.server with parameters of type ServerStreamConnectionModifier and TypeMethodDescriptionvoid
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) -
Uses of ServerStreamConnection in org.apache.xmlrpc.webserver
Classes in org.apache.xmlrpc.webserver that implement ServerStreamConnectionModifier and TypeClassDescriptionclass
Handler for a single clients connection.protected static class
Methods in org.apache.xmlrpc.webserver with parameters of type ServerStreamConnectionModifier and TypeMethodDescriptionprotected OutputStream
XmlRpcServletServer.getOutputStream
(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection, int pSize) protected void
ConnectionServer.setResponseHeader
(ServerStreamConnection pConnection, String pHeader, String pValue) protected void
XmlRpcServletServer.setResponseHeader
(ServerStreamConnection pConnection, String pHeader, String pValue)