|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.mina.proxy.handlers.ProxyRequest
public abstract class ProxyRequest
ProxyRequest.java - Abstract wrapper class for proxy requests.
| Constructor Summary | |
|---|---|
ProxyRequest()
Implicit constructor. |
|
ProxyRequest(InetSocketAddress endpointAddress)
Basic constructor of a ProxyRequest that only sets the
address of the request endpoint. |
|
| Method Summary | |
|---|---|
InetSocketAddress |
getEndpointAddress()
Returns the address of the request endpoint. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProxyRequest()
public ProxyRequest(InetSocketAddress endpointAddress)
ProxyRequest that only sets the
address of the request endpoint.
endpointAddress - the address of the request endpoint.| Method Detail |
|---|
public InetSocketAddress getEndpointAddress()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||