org.apache.geronimo.tomcat.connector
Class Https11APRConnectorGBean

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.Http11APRConnectorGBean
                  extended by org.apache.geronimo.tomcat.connector.Https11APRConnectorGBean
All Implemented Interfaces:
GBeanLifecycle, NetworkConnector, StatisticsProvider, BaseHttp11Protocol, CommonProtocol, Http11APRProtocol, TomcatWebConnector, ObjectRetriever

public class Https11APRConnectorGBean
extends Http11APRConnectorGBean


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
Https11APRConnectorGBean(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.Http11APRConnectorGBean
getPollerSize, getPollTime, getSendfileSize, getSslCACertificateFile, getSslCACertificatePath, getSslCARevocationFile, getSslCARevocationPath, getSslCertificateChainFile, getSslCertificateFile, getSslCertificateKeyFile, getSslCipherSuite, getSslPassword, getSslProtocol, getSslVerifyClient, getSslVerifyDepth, getUseSendfile, setPollerSize, setPollTime, setSendfileSize, setSslCACertificateFile, setSslCACertificatePath, setSslCARevocationFile, setSslCARevocationPath, setSslCertificateChainFile, setSslCertificateFile, setSslCertificateKeyFile, setSslCipherSuite, setSslPassword, setSslProtocol, setSslVerifyClient, setSslVerifyDepth, setUseSendfile
 
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

Https11APRConnectorGBean

public Https11APRConnectorGBean(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 Http11APRConnectorGBean

getGeronimoProtocol

public String getGeronimoProtocol()
Overrides:
getGeronimoProtocol in class Http11APRConnectorGBean

getGBeanInfo

public static GBeanInfo getGBeanInfo()


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