com.mortbay.HTTP.Configure
Class ProxyConfig

java.lang.Object
  |
  +--com.mortbay.HTTP.Configure.BaseConfiguration
        |
        +--com.mortbay.HTTP.Configure.ProxyConfig

public class ProxyConfig
extends BaseConfiguration


Fields inherited from class com.mortbay.HTTP.Configure.BaseConfiguration
addresses, attributes, exceptionHandlersMap, httpHandlersMap, listenerClasses, mimeMap, properties
 
Constructor Summary
ProxyConfig(InetAddrPort addrPort)
           
ProxyConfig(int port)
           
 
Method Summary
static void main(java.lang.String[] args)
          Sample Main Configures the Dump servlet and starts the server
 
Methods inherited from class com.mortbay.HTTP.Configure.BaseConfiguration
addresses, exceptionHandlersMap, getAttribute, getMimeByExtension, getMimeType, getProperties, getProperty, httpHandlersMap, listenerClasses, log, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProxyConfig

public ProxyConfig(int port)
            throws java.io.IOException

ProxyConfig

public ProxyConfig(InetAddrPort addrPort)
            throws java.io.IOException
Method Detail

main

public static void main(java.lang.String[] args)
Sample Main Configures the Dump servlet and starts the server