Package | Description |
---|---|
org.apache.river.jeri.internal.http |
Constructor and Description |
---|
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.
|
Copyright © 2016–2018. All rights reserved.