org.apache.geronimo.tomcat.connector
Class HTTPConnector

java.lang.Object
  extended by org.apache.catalina.connector.Connector
      extended by org.apache.geronimo.tomcat.connector.HTTPConnector
All Implemented Interfaces:
MBeanRegistration, org.apache.catalina.Lifecycle, org.apache.geronimo.gbean.GBeanLifecycle

public class HTTPConnector
extends org.apache.catalina.connector.Connector
implements org.apache.geronimo.gbean.GBeanLifecycle

Apache Tomcat HTTP 1.1 connector


Field Summary
static org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
           
 
Fields inherited from class org.apache.catalina.connector.Connector
adapter, allowTrace, domain, emptySessionPath, enableLookups, info, initialized, lifecycle, mapper, mapperListener, maxPostSize, maxSavePostSize, mserver, oname, port, protocolHandler, protocolHandlerClassName, proxyName, proxyPort, redirectPort, replacements, scheme, secure, service, sm, started, stopped, thread, URIEncoding, useBodyEncodingForURI, useIPVHosts, xpoweredBy
 
Fields inherited from interface org.apache.catalina.Lifecycle
AFTER_START_EVENT, AFTER_STOP_EVENT, BEFORE_START_EVENT, BEFORE_STOP_EVENT, DESTROY_EVENT, INIT_EVENT, PERIODIC_EVENT, START_EVENT, STOP_EVENT
 
Constructor Summary
HTTPConnector(TomcatContainer container)
           
 
Method Summary
 void doFail()
           
 void doStart()
           
 void doStop()
           
static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
           
 
Methods inherited from class org.apache.catalina.connector.Connector
addLifecycleListener, createObjectName, createRequest, createResponse, destroy, findContainer, findLifecycleListeners, getAllowTrace, getAttribute, getBufferSize, getContainer, getController, getDomain, getEmptySessionPath, getEnableLookups, getInfo, getMapper, getMaxPostSize, getMaxSavePostSize, getObjectName, getPort, getProperty, getProtocol, getProtocolHandler, getProtocolHandlerClassName, getProxyName, getProxyPort, getRedirectPort, getScheme, getSecure, getService, getURIEncoding, getUseBodyEncodingForURI, getUseIPVHosts, getXpoweredBy, init, initialize, isAvailable, pause, postDeregister, postRegister, preDeregister, preRegister, removeLifecycleListener, removeProperty, resume, setAllowTrace, setAttribute, setBufferSize, setContainer, setController, setEmptySessionPath, setEnableLookups, setMaxPostSize, setMaxSavePostSize, setPort, setProperty, setProtocol, setProtocolHandlerClassName, setProxyName, setProxyPort, setRedirectPort, setScheme, setSecure, setService, setURIEncoding, setUseBodyEncodingForURI, setUseIPVHosts, setXpoweredBy, start, stop
 
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(TomcatContainer container)
              throws Exception
Throws:
Exception
Method Detail

doStart

public void doStart()
             throws org.apache.catalina.LifecycleException
Specified by:
doStart in interface org.apache.geronimo.gbean.GBeanLifecycle
Throws:
org.apache.catalina.LifecycleException

doStop

public void doStop()
Specified by:
doStop in interface org.apache.geronimo.gbean.GBeanLifecycle

doFail

public void doFail()
Specified by:
doFail in interface org.apache.geronimo.gbean.GBeanLifecycle

getGBeanInfo

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


Copyright © 2006 Apache Software Foundation. All Rights Reserved.