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

Packages that use HttpClientManager
com.sun.jini.jeri.internal.http   
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 HttpClientManager in com.sun.jini.jeri.internal.http
 

Fields in com.sun.jini.jeri.internal.http declared as HttpClientManager
private  HttpClientManager HttpClientConnection.manager
           
 

Constructors in com.sun.jini.jeri.internal.http with parameters of type HttpClientManager
HttpClientConnection(String host, int port, HttpClientSocketFactory factory, HttpClientManager manager)
          Creates HttpClientConnection which sends requests directly to given host/port through a socket obtained from the given socket factory.
HttpClientConnection(String targetHost, int targetPort, String proxyHost, int proxyPort, boolean tunnel, boolean persist, HttpClientSocketFactory factory, HttpClientManager manager)
          Creates HttpClientConnection which sends requests to given target host/port through the indicated HTTP proxy over a socket provided by the specified socket factory.
 

Uses of HttpClientManager in net.jini.jeri.http
 

Fields in net.jini.jeri.http declared as HttpClientManager
private static HttpClientManager HttpEndpoint.clientManager
          HTTP client manager
 

Uses of HttpClientManager in net.jini.jeri.ssl
 

Fields in net.jini.jeri.ssl declared as HttpClientManager
(package private) static HttpClientManager HttpsEndpoint.httpClientManager
          Manager for HTTP client connections.
 



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