Uses of Interface org.apache.xmlrpc.common.XmlRpcStreamRequestConfig

Uses in package org.apache.xmlrpc.webserver

Classes implementing org.apache.xmlrpc.common.XmlRpcStreamRequestConfig

class
Web servers extension of XmlRpcHttpRequestConfig, which allows to store additional per request data.

Methods with parameter type org.apache.xmlrpc.common.XmlRpcStreamRequestConfig

OutputStream
Called to prepare the output stream, if content length is required.
boolean
Returns, whether the requests content length is required.

Uses in package org.apache.xmlrpc.client

Classes implementing org.apache.xmlrpc.common.XmlRpcStreamRequestConfig

class
Default implementation of a clients request configuration.

Methods with parameter type org.apache.xmlrpc.common.XmlRpcStreamRequestConfig

boolean
boolean
Returns, whether the response is gzip compressed.
boolean
Returns, whether the response is gzip compressed.
boolean
boolean
Returns, whether the response is gzip compressed.
boolean
Object

Uses in package org.apache.xmlrpc.parser

Constructors with parameter type org.apache.xmlrpc.common.XmlRpcStreamRequestConfig

Creates a new instance.

Uses in package org.apache.xmlrpc.server

Methods with parameter type org.apache.xmlrpc.common.XmlRpcStreamRequestConfig

void
Returns, whether the /** Processes a "connection".
InputStream
OutputStream
Called to prepare the output stream.
OutputStream
Called to prepare the output stream.
OutputStream
Called to prepare the output stream, if content length is required.
XmlRpcRequest
XmlRpcWriter
boolean
Returns, whether the requests content length is required.
void
XmlRpcStreamServer.writeError(XmlRpcStreamRequestConfig pConfig, OutputStream pStream, Throwable pError)
void
XmlRpcStreamServer.writeResponse(XmlRpcStreamRequestConfig pConfig, OutputStream pStream, Object pResult)

Uses in package org.apache.xmlrpc.common

Classes implementing org.apache.xmlrpc.common.XmlRpcStreamRequestConfig

class
Default implementation of a request configuration.

Constructors with parameter type org.apache.xmlrpc.common.XmlRpcStreamRequestConfig

Creates a new instance with the given request stream.

Methods with parameter type org.apache.xmlrpc.common.XmlRpcStreamRequestConfig

void
Reads an XML-RPC request from the connection object and processes the request, writing the result to the same connection object.

Methods with return type org.apache.xmlrpc.common.XmlRpcStreamRequestConfig

XmlRpcStreamRequestConfig
Returns the request configuration.

Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.