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 Object

ProxyRequest.java - Wrapper class for proxy requests.

Since:
MINA 2.0.0-M3
Version:
$Rev: 685703 $, $Date: 2008-08-14 00:14:47 +0200 (Do, 14 Aug 2008) $
Author:
The Apache MINA Project (dev@mina.apache.org)

Constructor Summary
ProxyRequest()
           
ProxyRequest(InetSocketAddress endpointAddress)
           
 
Method Summary
 InetSocketAddress getEndpointAddress()
          The request endpoint.
 void setEndpointAddress(InetSocketAddress endpointAddress)
          Sets 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()

ProxyRequest

public ProxyRequest(InetSocketAddress endpointAddress)
Method Detail

getEndpointAddress

public InetSocketAddress getEndpointAddress()
The request endpoint.


setEndpointAddress

public void setEndpointAddress(InetSocketAddress endpointAddress)
Sets the request endpoint.



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