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

java.lang.Object
  extended byorg.codehaus.plexus.service.jetty.configuration.HttpListener
Direct Known Subclasses:
ProxyHttpListener

public class HttpListener
extends java.lang.Object

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

Field Summary
private  java.lang.String host
           
private  int port
           
 
Constructor Summary
HttpListener(java.lang.String host, int port)
           
 
Method Summary
 java.lang.String getHost()
           
 int getPort()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

host

private java.lang.String host

port

private int port
Constructor Detail

HttpListener

public HttpListener(java.lang.String host,
                    int port)
Method Detail

getHost

public java.lang.String getHost()

getPort

public int getPort()