Class ProxyRequest

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

public abstract class ProxyRequest extends Object
ProxyRequest.java - Abstract wrapper class for proxy requests.
Since:
MINA 2.0.0-M3
  • Field Details

    • endpointAddress

      private InetSocketAddress endpointAddress
      The address of the request endpoint.
  • Constructor Details

    • ProxyRequest

      public ProxyRequest()
      Implicit constructor.
    • ProxyRequest

      public ProxyRequest(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 Details

    • getEndpointAddress

      public InetSocketAddress getEndpointAddress()
      Returns:
      the address of the request endpoint