org.codehaus.plexus.service.jetty.configuration
Class ProxyHttpListener

java.lang.Object
  extended byorg.codehaus.plexus.service.jetty.configuration.HttpListener
      extended byorg.codehaus.plexus.service.jetty.configuration.ProxyHttpListener

public class ProxyHttpListener
extends HttpListener

Version:
$Id: ProxyHttpListener.java 2219 2005-07-08 21:23:44Z evenisse $
Author:
Trygve Laugstøl

Constructor Summary
ProxyHttpListener(java.lang.String virtualHost, int port, java.lang.String proxyHost, int proxyPort)
           
 
Method Summary
 java.lang.String getProxyHost()
           
 int getProxyPort()
           
 
Methods inherited from class org.codehaus.plexus.service.jetty.configuration.HttpListener
getHost, getPort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyHttpListener

public ProxyHttpListener(java.lang.String virtualHost,
                         int port,
                         java.lang.String proxyHost,
                         int proxyPort)
Method Detail

getProxyHost

public java.lang.String getProxyHost()

getProxyPort

public int getProxyPort()


Copyright © {inceptionYear}-2007 null. All Rights Reserved.