public abstract class ProxyRequest
extends java.lang.Object
| 构造器和说明 |
|---|
ProxyRequest()
Implicit constructor.
|
ProxyRequest(java.net.InetSocketAddress endpointAddress)
Basic constructor of a
ProxyRequest that only sets the
address of the request endpoint. |
| 限定符和类型 | 方法和说明 |
|---|---|
java.net.InetSocketAddress |
getEndpointAddress() |
public ProxyRequest()
public ProxyRequest(java.net.InetSocketAddress endpointAddress)
ProxyRequest that only sets the
address of the request endpoint.endpointAddress - the address of the request endpoint.