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

Packages that use ServerStreamConnection
org.apache.xmlrpc.common   
org.apache.xmlrpc.server   
org.apache.xmlrpc.webserver   
 

Uses of ServerStreamConnection in org.apache.xmlrpc.common
 

Methods in org.apache.xmlrpc.common that return ServerStreamConnection
 ServerStreamConnection LocalStreamConnection.getServerStreamConnection()
          Returns the servers connection.
 

Methods in org.apache.xmlrpc.common with parameters of type ServerStreamConnection
 void XmlRpcStreamRequestProcessor.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.server
 interface ServerHttpConnection
          Interface of a ServerStreamConnection for HTTP response transport.
 

Methods in org.apache.xmlrpc.server with parameters of type ServerStreamConnection
 void XmlRpcStreamServer.execute(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection)
          Returns, whether the /** Processes a "connection".
protected  java.io.InputStream XmlRpcStreamServer.getInputStream(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection)
           
protected  java.io.OutputStream XmlRpcStreamServer.getOutputStream(ServerStreamConnection pConnection, XmlRpcStreamRequestConfig pConfig, java.io.OutputStream pStream)
          Called to prepare the output stream.
protected  java.io.OutputStream XmlRpcHttpServer.getOutputStream(ServerStreamConnection pConnection, XmlRpcStreamRequestConfig pConfig, java.io.OutputStream pStream)
           
protected  java.io.OutputStream XmlRpcStreamServer.getOutputStream(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection, int pSize)
          Called to prepare the output stream, if content length is required.
protected abstract  void XmlRpcHttpServer.setResponseHeader(ServerStreamConnection pConnection, java.lang.String pHeader, java.lang.String pValue)
           
 

Uses of ServerStreamConnection in org.apache.xmlrpc.webserver
 

Classes in org.apache.xmlrpc.webserver that implement ServerStreamConnection
 class Connection
          Handler for a single clients connection.
protected static class XmlRpcServletServer.ServletStreamConnection
           
 

Methods in org.apache.xmlrpc.webserver with parameters of type ServerStreamConnection
protected  java.io.OutputStream XmlRpcServletServer.getOutputStream(XmlRpcStreamRequestConfig pConfig, ServerStreamConnection pConnection, int pSize)
           
protected  void XmlRpcServletServer.setResponseHeader(ServerStreamConnection pConnection, java.lang.String pHeader, java.lang.String pValue)
           
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.