org.apache.geronimo.tomcat.connector
Class Https11NIOConnectorGBean

java.lang.Object
  extended by org.apache.geronimo.tomcat.BaseGBean
      extended by org.apache.geronimo.tomcat.connector.ConnectorGBean
          extended by org.apache.geronimo.tomcat.connector.BaseHttp11ConnectorGBean
              extended by org.apache.geronimo.tomcat.connector.AbstractHttp11ConnectorGBean
                  extended by org.apache.geronimo.tomcat.connector.Http11NIOConnectorGBean
                      extended by org.apache.geronimo.tomcat.connector.Https11NIOConnectorGBean
All Implemented Interfaces:
GBeanLifecycle, NetworkConnector, StatisticsProvider, BaseHttp11Protocol, CommonProtocol, Http11NIOProtocol, Http11Protocol, TomcatWebConnector, ObjectRetriever

public class Https11NIOConnectorGBean
extends Http11NIOConnectorGBean


Field Summary
static GBeanInfo GBEAN_INFO
           
 
Fields inherited from class org.apache.geronimo.tomcat.connector.BaseHttp11ConnectorGBean
connectHost
 
Fields inherited from class org.apache.geronimo.tomcat.connector.ConnectorGBean
connector, CONNECTOR_CONTAINER_REFERENCE, serverInfo
 
Constructor Summary
Https11NIOConnectorGBean(String name, Map initParams, String host, int port, TomcatContainer container, ServerInfo serverInfo)
           
 
Method Summary
 int getDefaultPort()
           
static GBeanInfo getGBeanInfo()
           
 String getGeronimoProtocol()
           
 
Methods inherited from class org.apache.geronimo.tomcat.connector.Http11NIOConnectorGBean
getAcceptorThreadCount, getAcceptorThreadPriority, getCommand_line_options, getOomParachute, getPollerThreadCount, getPollerThreadPriority, getProcessCache, getSelectorPool_maxSelectors, getSelectorPool_maxSpareSelectors, getSelectorTimeout, getSocket_appReadBufSize, getSocket_appWriteBufSize, getSocket_bufferPool, getSocket_bufferPoolSize, getSocket_directBuffer, getSocket_eventCache, getSocket_keyCache, getSocket_ooBInline, getSocket_performanceBandwidth, getSocket_performanceConnectionTime, getSocket_performanceLatency, getSocket_processorCache, getSocket_rxBufSize, getSocket_soKeepAlive, getSocket_soLingerOn, getSocket_soLingerTime, getSocket_soReuseAddress, getSocket_soTimeout, getSocket_soTrafficClass, getSocket_tcpNoDelay, getSocket_txBufSize, getUseComet, getUseExecutor, getUseSendfile, setAcceptorThreadCount, setAcceptorThreadPriority, setCommand_line_options, setOomParachute, setPollerThreadCount, setPollerThreadPriority, setProcessCache, setSelectorPool_maxSelectors, setSelectorPool_maxSpareSelectors, setSelectorTimeout, setSocket_appReadBufSize, setSocket_appWriteBufSize, setSocket_bufferPool, setSocket_bufferPoolSize, setSocket_directBuffer, setSocket_eventCache, setSocket_keyCache, setSocket_ooBInline, setSocket_performanceBandwidth, setSocket_performanceConnectionTime, setSocket_performanceLatency, setSocket_processorCache, setSocket_rxBufSize, setSocket_soKeepAlive, setSocket_soLingerOn, setSocket_soLingerTime, setSocket_soReuseAddress, setSocket_soTimeout, setSocket_soTrafficClass, setSocket_tcpNoDelay, setSocket_txBufSize, setUseComet, setUseExecutor, setUseSendfile
 
Methods inherited from class org.apache.geronimo.tomcat.connector.AbstractHttp11ConnectorGBean
getAlgorithm, getCiphers, getClientAuth, getKeyAlias, getKeystoreFile, getKeystorePass, getKeystoreType, getSslProtocol, getTruststoreFile, getTruststorePass, getTruststoreType, setAlgorithm, setCiphers, setClientAuth, setKeyAlias, setKeystoreFile, setKeystorePass, setKeystoreType, setSslProtocol, setTruststoreFile, setTruststorePass, setTruststoreType
 
Methods inherited from class org.apache.geronimo.tomcat.connector.BaseHttp11ConnectorGBean
getAcceptCount, getAddress, getBufferSize, getCompressableMimeType, getCompression, getConnectionLinger, getConnectionTimeout, getConnectUrl, getDisableUploadTimeout, getExecutor, getHost, getKeepAliveTimeout, getListenAddress, getMaxHttpHeaderSize, getMaxKeepAliveRequests, getMaxSpareThreads, getMaxThreads, getMinSpareThreads, getNoCompressionUserAgents, getPort, getRestrictedUserAgents, getServer, getSocketBuffer, getStats, getTcpNoDelay, getThreadPriority, initProtocol, isStatisticsProvider, resetStats, setAcceptCount, setAddress, setBufferSize, setCompressableMimeType, setCompression, setConnectionLinger, setConnectionTimeout, setDisableUploadTimeout, setExecutor, setHost, setKeepAliveTimeout, setMaxHttpHeaderSize, setMaxKeepAliveRequests, setMaxSpareThreads, setMaxThreads, setMinSpareThreads, setNoCompressionUserAgents, setPort, setRestrictedUserAgents, setServer, setSocketBuffer, setTcpNoDelay, setThreadPriority
 
Methods inherited from class org.apache.geronimo.tomcat.connector.ConnectorGBean
doFail, doStart, doStop, getAllowTrace, getEmptySessionPath, getEnableLookups, getInternalObject, getMaxPostSize, getMaxSavePostSize, getName, getProtocol, getProxyName, getProxyPort, getRedirectPort, getScheme, getSecure, getSslEnabled, getTomcatProtocol, getUriEncoding, getUseBodyEncodingForURI, getUseIPVHosts, getXpoweredBy, setAllowTrace, setEmptySessionPath, setEnableLookups, setMaxPostSize, setMaxSavePostSize, setProxyName, setProxyPort, setRedirectPort, setScheme, setSecure, setSslEnabled, setUriEncoding, setUseBodyEncodingForURI, setUseIPVHosts, setXpoweredBy, validateProtocol
 
Methods inherited from class org.apache.geronimo.tomcat.BaseGBean
setParameters
 
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 GBeanInfo GBEAN_INFO
Constructor Detail

Https11NIOConnectorGBean

public Https11NIOConnectorGBean(String name,
                                Map initParams,
                                String host,
                                int port,
                                TomcatContainer container,
                                ServerInfo serverInfo)
                         throws Exception
Throws:
Exception
Method Detail

getDefaultPort

public int getDefaultPort()
Overrides:
getDefaultPort in class Http11NIOConnectorGBean

getGeronimoProtocol

public String getGeronimoProtocol()
Overrides:
getGeronimoProtocol in class Http11NIOConnectorGBean

getGBeanInfo

public static GBeanInfo getGBeanInfo()


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.