org.apache.mina.proxy.handlers
Class ProxyRequest
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyRequest
public ProxyRequest()
ProxyRequest
public ProxyRequest(InetSocketAddress endpointAddress)
getEndpointAddress
public InetSocketAddress getEndpointAddress()
- The request endpoint.
setEndpointAddress
public void setEndpointAddress(InetSocketAddress endpointAddress)
- Sets the request endpoint.
Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.