Uses of Interface
org.apache.xmlrpc.common.XmlRpcStreamRequestConfig
Packages that use XmlRpcStreamRequestConfig
Package
Description
-
Uses of XmlRpcStreamRequestConfig in org.apache.xmlrpc.client
Subinterfaces of XmlRpcStreamRequestConfig in org.apache.xmlrpc.clientModifier and TypeInterfaceDescriptioninterfaceExtension ofXmlRpcClientConfigfor HTTP based transport.Classes in org.apache.xmlrpc.client that implement XmlRpcStreamRequestConfigModifier and TypeClassDescriptionclassDefault implementation of a clients request configuration.Methods in org.apache.xmlrpc.client with parameters of type XmlRpcStreamRequestConfigModifier and TypeMethodDescriptionprotected booleanXmlRpcStreamTransport.isCompressingRequest(XmlRpcStreamRequestConfig pConfig) protected booleanXmlRpcLiteHttpTransport.isResponseGzipCompressed(XmlRpcStreamRequestConfig pConfig) protected booleanXmlRpcLocalStreamTransport.isResponseGzipCompressed(XmlRpcStreamRequestConfig pConfig) protected abstract booleanXmlRpcStreamTransport.isResponseGzipCompressed(XmlRpcStreamRequestConfig pConfig) Returns, whether the response is gzip compressed.protected booleanXmlRpcSunHttpTransport.isResponseGzipCompressed(XmlRpcStreamRequestConfig pConfig) protected ObjectXmlRpcStreamTransport.readResponse(XmlRpcStreamRequestConfig pConfig, InputStream pStream) -
Uses of XmlRpcStreamRequestConfig in org.apache.xmlrpc.common
Subinterfaces of XmlRpcStreamRequestConfig in org.apache.xmlrpc.commonModifier and TypeInterfaceDescriptioninterfaceExtension ofXmlRpcClientConfigfor HTTP based transport.Classes in org.apache.xmlrpc.common that implement XmlRpcStreamRequestConfigModifier and TypeClassDescriptionclassDefault implementation of a request configuration.Fields in org.apache.xmlrpc.common declared as XmlRpcStreamRequestConfigModifier and TypeFieldDescriptionprivate final XmlRpcStreamRequestConfigLocalStreamConnection.configMethods in org.apache.xmlrpc.common that return XmlRpcStreamRequestConfigModifier and TypeMethodDescriptionLocalStreamConnection.getConfig()Returns the request configuration.Methods in org.apache.xmlrpc.common with parameters of type XmlRpcStreamRequestConfigModifier 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.Constructors in org.apache.xmlrpc.common with parameters of type XmlRpcStreamRequestConfigModifierConstructorDescriptionLocalStreamConnection(XmlRpcStreamRequestConfig pConfig, InputStream pRequest) Creates a new instance with the given request stream. -
Uses of XmlRpcStreamRequestConfig in org.apache.xmlrpc.parser
Constructors in org.apache.xmlrpc.parser with parameters of type XmlRpcStreamRequestConfigModifierConstructorDescriptionXmlRpcResponseParser(XmlRpcStreamRequestConfig pConfig, TypeFactory pTypeFactory) Creates a new instance. -
Uses of XmlRpcStreamRequestConfig in org.apache.xmlrpc.server
Methods in org.apache.xmlrpc.server with parameters of type XmlRpcStreamRequestConfigModifier 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 XmlRpcRequestXmlRpcStreamServer.getRequest(XmlRpcStreamRequestConfig pConfig, InputStream pStream) protected XmlRpcWriterXmlRpcStreamServer.getXmlRpcWriter(XmlRpcStreamRequestConfig pConfig, OutputStream pStream) protected booleanXmlRpcStreamServer.isContentLengthRequired(XmlRpcStreamRequestConfig pConfig) Returns, whether the requests content length is required.protected voidXmlRpcStreamServer.writeError(XmlRpcStreamRequestConfig pConfig, OutputStream pStream, Throwable pError) protected voidXmlRpcStreamServer.writeResponse(XmlRpcStreamRequestConfig pConfig, OutputStream pStream, Object pResult) -
Uses of XmlRpcStreamRequestConfig in org.apache.xmlrpc.webserver
Classes in org.apache.xmlrpc.webserver that implement XmlRpcStreamRequestConfigModifier and TypeClassDescriptionclassWeb servers extension ofXmlRpcHttpRequestConfig, which allows to store additional per request data.Methods in org.apache.xmlrpc.webserver with parameters of type XmlRpcStreamRequestConfigModifier and TypeMethodDescriptionprotected OutputStreamXmlRpcServletServer.getOutputStream(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection, int pSize) protected booleanXmlRpcServletServer.isContentLengthRequired(XmlRpcStreamRequestConfig pConfig) Returns, whether the requests content length is required.protected voidConnectionServer.writeError(XmlRpcStreamRequestConfig pConfig, OutputStream pStream, Throwable pError) protected voidConnectionServer.writeResponse(XmlRpcStreamRequestConfig pConfig, OutputStream pStream, Object pResult)