Class ProxyRequest
java.lang.Object
org.apache.mina.proxy.handlers.ProxyRequest
- Direct Known Subclasses:
HttpProxyRequest, SocksProxyRequest
ProxyRequest.java - Abstract wrapper class for proxy requests.
- Since:
- MINA 2.0.0-M3
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionImplicit constructor.ProxyRequest(InetSocketAddress endpointAddress) Basic constructor of aProxyRequestthat only sets the address of the request endpoint. -
Method Summary
-
Field Details
-
endpointAddress
The address of the request endpoint.
-
-
Constructor Details
-
ProxyRequest
public ProxyRequest()Implicit constructor. -
ProxyRequest
Basic constructor of aProxyRequestthat only sets the address of the request endpoint.- Parameters:
endpointAddress- the address of the request endpoint.
-
-
Method Details
-
getEndpointAddress
- Returns:
- the address of the request endpoint
-