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

Uses in package org.apache.xmlrpc.webserver

Classes implementing org.apache.xmlrpc.common.ServerStreamConnection

class
Handler for a single clients connection.
class

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

OutputStream
Called to prepare the output stream, if content length is required.
void
XmlRpcServletServer.setResponseHeader(ServerStreamConnection pConnection, String pHeader, String pValue)

Uses in package org.apache.xmlrpc.common

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

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.ServerStreamConnection

ServerStreamConnection
Returns the servers connection.

Uses in package org.apache.xmlrpc.server

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

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.
void
XmlRpcHttpServer.setResponseHeader(ServerStreamConnection pConnection, String pHeader, String pValue)

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