Uses of Class
com.sun.jini.jeri.internal.http.HttpClientConnection

Packages that use HttpClientConnection
net.jini.jeri.http Provides implementations of the Endpoint and ServerEndpoint abstractions that use HTTP messages sent over TCP sockets as the underlying communication mechanism. 
net.jini.jeri.ssl Provides implementations of Endpoint and ServerEndpoint that use TLS/SSL and HTTPS (HTTP over TLS/SSL) to support invocation constraints. 
 

Uses of HttpClientConnection in net.jini.jeri.http
 

Subclasses of HttpClientConnection in net.jini.jeri.http
private  class HttpEndpoint.Connection
          HTTP connection for sending requests.
 

Uses of HttpClientConnection in net.jini.jeri.ssl
 

Subclasses of HttpClientConnection in net.jini.jeri.ssl
private static class HttpsEndpoint.HttpClient
          Subclass of HttpClientConnection that closes the associated connection when it shuts down and moves it to the idle list when it becomes idle.
 

Fields in net.jini.jeri.ssl declared as HttpClientConnection
private  HttpClientConnection HttpsEndpoint.HttpsConnection.httpClient
          The current HTTP client connection.
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.