Uses of Interface
org.apache.xmlrpc.common.XmlRpcStreamRequestConfig
-
Packages that use XmlRpcStreamRequestConfig Package Description org.apache.xmlrpc.client org.apache.xmlrpc.common org.apache.xmlrpc.parser org.apache.xmlrpc.server org.apache.xmlrpc.webserver -
-
Uses of XmlRpcStreamRequestConfig in org.apache.xmlrpc.client
Subinterfaces of XmlRpcStreamRequestConfig in org.apache.xmlrpc.client Modifier and Type Interface Description interfaceXmlRpcHttpClientConfigExtension ofXmlRpcClientConfigfor HTTP based transport.Classes in org.apache.xmlrpc.client that implement XmlRpcStreamRequestConfig Modifier and Type Class Description classXmlRpcClientConfigImplDefault implementation of a clients request configuration.Methods in org.apache.xmlrpc.client with parameters of type XmlRpcStreamRequestConfig Modifier and Type Method Description protected booleanXmlRpcStreamTransport. isCompressingRequest(XmlRpcStreamRequestConfig pConfig)protected booleanXmlRpcCommonsTransport. isResponseGzipCompressed(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 java.lang.ObjectXmlRpcStreamTransport. readResponse(XmlRpcStreamRequestConfig pConfig, java.io.InputStream pStream) -
Uses of XmlRpcStreamRequestConfig in org.apache.xmlrpc.common
Subinterfaces of XmlRpcStreamRequestConfig in org.apache.xmlrpc.common Modifier and Type Interface Description interfaceXmlRpcHttpRequestConfigExtension ofXmlRpcClientConfigfor HTTP based transport.Classes in org.apache.xmlrpc.common that implement XmlRpcStreamRequestConfig Modifier and Type Class Description classXmlRpcHttpRequestConfigImplDefault implementation of a request configuration.Fields in org.apache.xmlrpc.common declared as XmlRpcStreamRequestConfig Modifier and Type Field Description private XmlRpcStreamRequestConfigLocalStreamConnection. configMethods in org.apache.xmlrpc.common that return XmlRpcStreamRequestConfig Modifier and Type Method Description XmlRpcStreamRequestConfigLocalStreamConnection. getConfig()Returns the request configuration.Methods in org.apache.xmlrpc.common with parameters of type XmlRpcStreamRequestConfig 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.Constructors in org.apache.xmlrpc.common with parameters of type XmlRpcStreamRequestConfig Constructor Description LocalStreamConnection(XmlRpcStreamRequestConfig pConfig, java.io.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 XmlRpcStreamRequestConfig Constructor Description XmlRpcResponseParser(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 XmlRpcStreamRequestConfig 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 XmlRpcRequestXmlRpcStreamServer. getRequest(XmlRpcStreamRequestConfig pConfig, java.io.InputStream pStream)protected XmlRpcWriterXmlRpcStreamServer. getXmlRpcWriter(XmlRpcStreamRequestConfig pConfig, java.io.OutputStream pStream)protected booleanXmlRpcStreamServer. isContentLengthRequired(XmlRpcStreamRequestConfig pConfig)Returns, whether the requests content length is required.protected voidXmlRpcStreamServer. writeError(XmlRpcStreamRequestConfig pConfig, java.io.OutputStream pStream, java.lang.Throwable pError)protected voidXmlRpcStreamServer. writeResponse(XmlRpcStreamRequestConfig pConfig, java.io.OutputStream pStream, java.lang.Object pResult) -
Uses of XmlRpcStreamRequestConfig in org.apache.xmlrpc.webserver
Classes in org.apache.xmlrpc.webserver that implement XmlRpcStreamRequestConfig Modifier and Type Class Description classRequestDataWeb servers extension ofXmlRpcHttpRequestConfig, which allows to store additional per request data.Methods in org.apache.xmlrpc.webserver with parameters of type XmlRpcStreamRequestConfig Modifier and Type Method Description protected java.io.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, java.io.OutputStream pStream, java.lang.Throwable pError)protected voidConnectionServer. writeResponse(XmlRpcStreamRequestConfig pConfig, java.io.OutputStream pStream, java.lang.Object pResult)
-