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

Packages that use ServerStreamConnection
org.apache.xmlrpc.common   
 

Uses of ServerStreamConnection in org.apache.xmlrpc.common
 

Classes in org.apache.xmlrpc.common that implement ServerStreamConnection
private  class LocalStreamConnection.LocalServerStreamConnection
           
 

Fields in org.apache.xmlrpc.common declared as ServerStreamConnection
private  ServerStreamConnection LocalStreamConnection.serverStreamConnection
           
 

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.