org.ow2.petals.binding.soap.listener.incoming.jetty
Class HTTPConfig

java.lang.Object
  extended by org.ow2.petals.binding.soap.listener.incoming.jetty.HTTPConfig

public class HTTPConfig
extends java.lang.Object


Constructor Summary
HTTPConfig(java.lang.String httpRestrictedIP, int httpPort, int acceptorSize)
           
 
Method Summary
 int getAcceptorSize()
           
 int getHttpPort()
           
 java.lang.String getHttpRestrictedIP()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPConfig

public HTTPConfig(java.lang.String httpRestrictedIP,
                  int httpPort,
                  int acceptorSize)
Method Detail

getHttpPort

public int getHttpPort()
Returns:
the httpPort

getHttpRestrictedIP

public java.lang.String getHttpRestrictedIP()
Returns:
the httpRestrictedIP

getAcceptorSize

public int getAcceptorSize()
Returns:
the acceptorSize


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.