HttpProxyRequest
, SocksProxyRequest
public abstract class ProxyRequest extends Object
Constructor | Description |
---|---|
ProxyRequest() |
Implicit constructor.
|
ProxyRequest(InetSocketAddress endpointAddress) |
Basic constructor of a
ProxyRequest that only sets the
address of the request endpoint. |
Modifier and Type | Method | Description |
---|---|---|
InetSocketAddress |
getEndpointAddress() |
public ProxyRequest()
public ProxyRequest(InetSocketAddress endpointAddress)
ProxyRequest
that only sets the
address of the request endpoint.endpointAddress
- the address of the request endpoint.public InetSocketAddress getEndpointAddress()
Copyright © 2004–2018 Apache MINA Project. All rights reserved.