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

Field Summary
private  java.lang.String proxyHost
           
private  int proxyPort
           
 
Fields inherited from class org.codehaus.plexus.service.jetty.configuration.HttpListener
 
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
 

Field Detail

proxyHost

private java.lang.String proxyHost

proxyPort

private int proxyPort
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()