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 ServerStreamConnectionLocalStreamConnection.serverStreamConnectionMethods 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 TypeMethodDescriptionvoidXmlRpcStreamRequestProcessor.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 TypeInterfaceDescriptioninterfaceInterface of aServerStreamConnectionfor HTTP response transport.Methods in org.apache.xmlrpc.server with parameters of type ServerStreamConnectionModifier and TypeMethodDescriptionvoidXmlRpcStreamServer.execute(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection) Returns, whether the /** Processes a "connection".protected InputStreamXmlRpcStreamServer.getInputStream(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection) protected OutputStreamXmlRpcHttpServer.getOutputStream(ServerStreamConnection pConnection, XmlRpcStreamRequestConfig pConfig, OutputStream pStream) protected OutputStreamXmlRpcStreamServer.getOutputStream(ServerStreamConnection pConnection, XmlRpcStreamRequestConfig pConfig, OutputStream pStream) Called to prepare the output stream.protected 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, String pHeader, String pValue) -
Uses of ServerStreamConnection in org.apache.xmlrpc.webserver
Classes in org.apache.xmlrpc.webserver that implement ServerStreamConnectionModifier and TypeClassDescriptionclassHandler for a single clients connection.protected static classMethods in org.apache.xmlrpc.webserver with parameters of type ServerStreamConnectionModifier and TypeMethodDescriptionprotected OutputStreamXmlRpcServletServer.getOutputStream(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection, int pSize) protected voidConnectionServer.setResponseHeader(ServerStreamConnection pConnection, String pHeader, String pValue) protected voidXmlRpcServletServer.setResponseHeader(ServerStreamConnection pConnection, String pHeader, String pValue)