|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 ConnectorGBean
public String getConnectUrl()
getConnectUrl
in interface TomcatWebConnector
public int getDefaultPort()
getDefaultPort
in class ConnectorGBean
public InetSocketAddress getListenAddress()
NetworkConnector
getListenAddress
in interface NetworkConnector
public String getAddress()
getAddress
in interface Ajp13Protocol
public int getBacklog()
getBacklog
in interface Ajp13Protocol
public int getBufferSize()
getBufferSize
in interface Ajp13Protocol
public int getConnectionTimeout()
getConnectionTimeout
in interface Ajp13Protocol
public String getExecutor()
getExecutor
in interface Ajp13Protocol
public String getHost()
NetworkConnector
getHost
in interface NetworkConnector
getHost
in interface Ajp13Protocol
public int getKeepAliveTimeout()
getKeepAliveTimeout
in interface Ajp13Protocol
public int getMaxThreads()
getMaxThreads
in interface Ajp13Protocol
public int getMaxSpareThreads()
getMaxSpareThreads
in interface Ajp13Protocol
public int getMinSpareThreads()
getMinSpareThreads
in interface Ajp13Protocol
public int getPort()
NetworkConnector
getPort
in interface NetworkConnector
getPort
in interface Ajp13Protocol
public boolean getTcpNoDelay()
getTcpNoDelay
in interface Ajp13Protocol
public boolean getTomcatAuthentication()
getTomcatAuthentication
in interface Ajp13Protocol
public void setAddress(String address)
setAddress
in interface Ajp13Protocol
public void setBacklog(int backlog)
setBacklog
in interface Ajp13Protocol
public void setBufferSize(int bufferSize)
setBufferSize
in interface Ajp13Protocol
public void setConnectionTimeout(int connectionTimeout)
setConnectionTimeout
in interface Ajp13Protocol
public void setExecutor(String executor)
setExecutor
in interface Ajp13Protocol
public void setHost(String host)
NetworkConnector
setHost
in interface NetworkConnector
setHost
in interface Ajp13Protocol
public void setKeepAliveTimeout(int keepAliveTimeout)
setKeepAliveTimeout
in interface Ajp13Protocol
public void setMaxThreads(int maxThreads)
setMaxThreads
in interface Ajp13Protocol
public void setMaxSpareThreads(int maxSpareThreads)
setMaxSpareThreads
in interface Ajp13Protocol
public void setMinSpareThreads(int minSpareThreads)
setMinSpareThreads
in interface Ajp13Protocol
public void setNoCompressionUserAgents(String noCompressionUserAgents)
public void setPort(int port)
NetworkConnector
setPort
in interface NetworkConnector
setPort
in interface Ajp13Protocol
public void setTcpNoDelay(boolean tcpNoDelay)
setTcpNoDelay
in interface Ajp13Protocol
public void setTomcatAuthentication(boolean tomcatAuthentication)
setTomcatAuthentication
in interface Ajp13Protocol
public boolean isStatisticsProvider()
public Stats getStats()
StatisticsProvider
getStats
in interface StatisticsProvider
getStats
in class ConnectorGBean
public void resetStats()
StatisticsProvider
resetStats
in interface StatisticsProvider
resetStats
in class ConnectorGBean
public static GBeanInfo getGBeanInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |