org.apache.geronimo.jetty.connector
Class HTTPConnector

java.lang.Object
  extended by org.apache.geronimo.jetty.connector.JettyConnector
      extended by org.apache.geronimo.jetty.connector.HTTPConnector
All Implemented Interfaces:
org.apache.geronimo.gbean.GBeanLifecycle, JettyWebConnector, org.apache.geronimo.management.geronimo.NetworkConnector, org.apache.geronimo.management.geronimo.WebConnector

public class HTTPConnector
extends JettyConnector


Field Summary
static org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
           
 
Fields inherited from class org.apache.geronimo.jetty.connector.JettyConnector
CONNECTOR_CONTAINER_REFERENCE, listener
 
Constructor Summary
HTTPConnector(JettyContainer container)
           
 
Method Summary
 int getDefaultPort()
           
static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
           
 String getProtocol()
           
 
Methods inherited from class org.apache.geronimo.jetty.connector.JettyConnector
doFail, doStart, doStop, getAcceptQueueSize, getBufferSizeBytes, getConnectUrl, getDefaultScheme, getHost, getIdlethreads, getLingerMillis, getListenAddress, getLowThreads, getLowThreadsMaxIdleTimeMs, getMaxIdleTimeMs, getMaxThreads, getMinThreads, getPort, getRedirectPort, getThreads, isTcpNoDelay, setAcceptQueueSize, setBufferSizeBytes, setHost, setLingerMillis, setLowThreads, setLowThreadsMaxIdleTimeMs, setMaxIdleTimeMs, setMaxThreads, setMinThreads, setPort, setRedirectPort, setTcpNoDelay
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GBEAN_INFO

public static final org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
Constructor Detail

HTTPConnector

public HTTPConnector(JettyContainer container)
Method Detail

getProtocol

public String getProtocol()
Specified by:
getProtocol in interface org.apache.geronimo.management.geronimo.NetworkConnector
Specified by:
getProtocol in class JettyConnector

getDefaultPort

public int getDefaultPort()
Specified by:
getDefaultPort in class JettyConnector

getGBeanInfo

public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.