|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpClientSocketFactory | |
---|---|
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 HttpClientSocketFactory in com.sun.jini.jeri.internal.http |
---|
Methods in com.sun.jini.jeri.internal.http with parameters of type HttpClientSocketFactory | |
---|---|
private void |
HttpClientConnection.connect(HttpClientSocketFactory factory)
Opens underlying connection. |
private void |
HttpClientConnection.setupConnection(HttpClientSocketFactory factory)
Establishes connection using sockets from the given socket factory. |
Constructors in com.sun.jini.jeri.internal.http with parameters of type HttpClientSocketFactory | |
---|---|
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 HttpClientSocketFactory in net.jini.jeri.http |
---|
Classes in net.jini.jeri.http that implement HttpClientSocketFactory | |
---|---|
private static class |
HttpEndpoint.SocketFactoryAdapter
SocketFactory -> HttpClientSocketFactory adapter. |
Uses of HttpClientSocketFactory in net.jini.jeri.ssl |
---|
Classes in net.jini.jeri.ssl that implement HttpClientSocketFactory | |
---|---|
private static class |
HttpsEndpoint.HttpsConnection
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |