org.apache.mina.proxy.handlers
Class ProxyRequest

java.lang.Object
  extended by org.apache.mina.proxy.handlers.ProxyRequest
Direct Known Subclasses:
HttpProxyRequest, SocksProxyRequest

public abstract class ProxyRequest
extends java.lang.Object

ProxyRequest.java - Abstract wrapper class for proxy requests.

Since:
MINA 2.0.0-M3
Author:
Apache MINA Project

Constructor Summary
ProxyRequest()
          Implicit constructor.
ProxyRequest(java.net.InetSocketAddress endpointAddress)
          Basic constructor of a ProxyRequest that only sets the address of the request endpoint.
 
Method Summary
 java.net.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

ProxyRequest

public ProxyRequest()
Implicit constructor.


ProxyRequest

public ProxyRequest(java.net.InetSocketAddress endpointAddress)
Basic constructor of a ProxyRequest that only sets the address of the request endpoint.

Parameters:
endpointAddress - the address of the request endpoint.
Method Detail

getEndpointAddress

public java.net.InetSocketAddress getEndpointAddress()
Returns the address of the request endpoint.

Returns:
the address of the request endpoint


Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.