|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.tomcat.BaseGBean
org.apache.geronimo.tomcat.connector.ConnectorGBean
org.apache.geronimo.tomcat.connector.AJP13ConnectorGBean
public class AJP13ConnectorGBean
| Field Summary | |
|---|---|
protected String |
connectHost
|
static GBeanInfo |
GBEAN_INFO
|
| Fields inherited from class org.apache.geronimo.tomcat.connector.ConnectorGBean |
|---|
connector, CONNECTOR_CONTAINER_REFERENCE, serverInfo |
| Constructor Summary | |
|---|---|
AJP13ConnectorGBean(String name,
Map initParams,
String host,
int port,
TomcatContainer container,
ServerInfo serverInfo)
|
|
| Method Summary | |
|---|---|
String |
getAddress()
|
int |
getBacklog()
|
int |
getBufferSize()
|
int |
getConnectionTimeout()
|
String |
getConnectUrl()
|
int |
getDefaultPort()
|
String |
getExecutor()
|
static GBeanInfo |
getGBeanInfo()
|
String |
getGeronimoProtocol()
|
String |
getHost()
Gets the hostname/IP that this connector listens on. |
int |
getKeepAliveTimeout()
|
InetSocketAddress |
getListenAddress()
Every connector must specify a property of type InetSocketAddress because we use that to identify the network services to print a list during startup. |
int |
getMaxSpareThreads()
|
int |
getMaxThreads()
|
int |
getMinSpareThreads()
|
int |
getPort()
Gets the network port that this connector listens on. |
Stats |
getStats()
Gets the statistics collected for this class. |
boolean |
getTcpNoDelay()
|
boolean |
getTomcatAuthentication()
|
boolean |
isStatisticsProvider()
|
void |
resetStats()
Reset the startTime for all statistics |
void |
setAddress(String address)
|
void |
setBacklog(int backlog)
|
void |
setBufferSize(int bufferSize)
|
void |
setConnectionTimeout(int connectionTimeout)
|
void |
setExecutor(String executor)
|
void |
setHost(String host)
Sets the hostname/IP that this connector listens on. |
void |
setKeepAliveTimeout(int keepAliveTimeout)
|
void |
setMaxSpareThreads(int maxSpareThreads)
|
void |
setMaxThreads(int maxThreads)
|
void |
setMinSpareThreads(int minSpareThreads)
|
void |
setNoCompressionUserAgents(String noCompressionUserAgents)
|
void |
setPort(int port)
Sets the network port that this connector listens on. |
void |
setTcpNoDelay(boolean tcpNoDelay)
|
void |
setTomcatAuthentication(boolean tomcatAuthentication)
|
| 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 |
|---|
protected String connectHost
public static final GBeanInfo GBEAN_INFO
| Constructor Detail |
|---|
public AJP13ConnectorGBean(String name,
Map initParams,
String host,
int port,
TomcatContainer container,
ServerInfo serverInfo)
throws Exception
Exception| Method Detail |
|---|
public String getGeronimoProtocol()
getGeronimoProtocol in class ConnectorGBeanpublic String getConnectUrl()
getConnectUrl in interface TomcatWebConnectorpublic int getDefaultPort()
getDefaultPort in class ConnectorGBeanpublic InetSocketAddress getListenAddress()
NetworkConnector
getListenAddress in interface NetworkConnectorpublic String getAddress()
getAddress in interface Ajp13Protocolpublic int getBacklog()
getBacklog in interface Ajp13Protocolpublic int getBufferSize()
getBufferSize in interface Ajp13Protocolpublic int getConnectionTimeout()
getConnectionTimeout in interface Ajp13Protocolpublic String getExecutor()
getExecutor in interface Ajp13Protocolpublic String getHost()
NetworkConnector
getHost in interface NetworkConnectorgetHost in interface Ajp13Protocolpublic int getKeepAliveTimeout()
getKeepAliveTimeout in interface Ajp13Protocolpublic int getMaxThreads()
getMaxThreads in interface Ajp13Protocolpublic int getMaxSpareThreads()
getMaxSpareThreads in interface Ajp13Protocolpublic int getMinSpareThreads()
getMinSpareThreads in interface Ajp13Protocolpublic int getPort()
NetworkConnector
getPort in interface NetworkConnectorgetPort in interface Ajp13Protocolpublic boolean getTcpNoDelay()
getTcpNoDelay in interface Ajp13Protocolpublic boolean getTomcatAuthentication()
getTomcatAuthentication in interface Ajp13Protocolpublic void setAddress(String address)
setAddress in interface Ajp13Protocolpublic void setBacklog(int backlog)
setBacklog in interface Ajp13Protocolpublic void setBufferSize(int bufferSize)
setBufferSize in interface Ajp13Protocolpublic void setConnectionTimeout(int connectionTimeout)
setConnectionTimeout in interface Ajp13Protocolpublic void setExecutor(String executor)
setExecutor in interface Ajp13Protocolpublic void setHost(String host)
NetworkConnector
setHost in interface NetworkConnectorsetHost in interface Ajp13Protocolpublic void setKeepAliveTimeout(int keepAliveTimeout)
setKeepAliveTimeout in interface Ajp13Protocolpublic void setMaxThreads(int maxThreads)
setMaxThreads in interface Ajp13Protocolpublic void setMaxSpareThreads(int maxSpareThreads)
setMaxSpareThreads in interface Ajp13Protocolpublic void setMinSpareThreads(int minSpareThreads)
setMinSpareThreads in interface Ajp13Protocolpublic void setNoCompressionUserAgents(String noCompressionUserAgents)
public void setPort(int port)
NetworkConnector
setPort in interface NetworkConnectorsetPort in interface Ajp13Protocolpublic void setTcpNoDelay(boolean tcpNoDelay)
setTcpNoDelay in interface Ajp13Protocolpublic void setTomcatAuthentication(boolean tomcatAuthentication)
setTomcatAuthentication in interface Ajp13Protocolpublic boolean isStatisticsProvider()
public Stats getStats()
StatisticsProvider
getStats in interface StatisticsProvidergetStats in class ConnectorGBeanpublic void resetStats()
StatisticsProvider
resetStats in interface StatisticsProviderresetStats in class ConnectorGBeanpublic static GBeanInfo getGBeanInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||