Package org.sapia.ubik.rmi.server.transport.http

Interface Summary
HttpConsts Holds constants.
 

Class Summary
ContainerMap An instance of this class maps context paths to Containers.
HttpAddress Models an HTTP address.
HttpClientConnectionPool This class implements the Connections interface over Jakarta's HTTP client.
HttpRmiClientConnection Implements the RmiConnection interface over HTTP - more precisely, over a Jakarta HTTP client.
HttpTransportProvider An instance of this class creates HttpRmiServer instances, as well as client-side connections (using Jakartas HTTP client).
JdkClientConnectionPool This class implements the Connections interface over the JDK's HTTP support classes (URL, HttpURLConnection).
JdkRmiClientConnection Implements the RmiClientConnection over the JDK's URL class.
ServiceMapper An instance of this class maps context paths to Simple services (as specified by the Simple API).
UbikHttpHandler An instance of this class handles incoming requests and delegates them to HttpRmiServerThreads internally kept in a pool.
 



Copyright © 2010 Sapia OSS. All Rights Reserved.