Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
pack-priv ConnectionPool. | |
public boolean | isProxied()
Overrides jdk. Tells whether, or not, this connection is proxied. |
pack-priv InetSocketAddress | proxy()
Overrides jdk. Returns the address of the proxy used by this connection. |
PlainProxyConnection | back to summary |
---|---|
pack-priv PlainProxyConnection(InetSocketAddress proxy, HttpClientImpl client) |
cacheKey | back to summary |
---|---|
pack-priv ConnectionPool. Overrides jdk.
|
isProxied | back to summary |
---|---|
public boolean isProxied() Overrides jdk. Doc from jdk. Tells whether, or not, this connection is proxied. Returns true for tunnel connections, or clear connection to any host through proxy.
|
proxy | back to summary |
---|---|
pack-priv InetSocketAddress proxy() Overrides jdk. Doc from jdk. Returns the address of the proxy used by this connection.
Returns the proxy address for tunnel connections, or
clear connection to any host through proxy.
Returns
|