Connector.Type| Modifier and Type | Field and Description |
|---|---|
protected org.apache.catalina.connector.Connector |
connector |
| Constructor and Description |
|---|
TomcatConnector(org.apache.catalina.connector.Connector connector)
Constructs a new CatalinaConnector wrapping the specified catalina connector.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
InetAddress |
getAddress() |
int |
getBusyThreads() |
long |
getBytesReceived() |
long |
getBytesSent() |
protected Object |
getConnectionHandler() |
int |
getMaxThreads() |
int |
getPort() |
protected Object |
getProtocolHandlerProperty(String property) |
long |
getRequestCount() |
protected org.apache.coyote.RequestGroupInfo |
getRequestGroupInfo() |
protected org.apache.coyote.RequestGroupInfo |
getRequestGroupInfo(Object connectionHandler) |
Connector.Type |
getType() |
int |
hashCode() |
static boolean |
isAJP(org.apache.catalina.connector.Connector connector)
Indicates whether or not the specified connector use the AJP protocol.
|
boolean |
isAvailable() |
boolean |
isReverse() |
void |
setAddress(InetAddress address) |
String |
toString() |
public TomcatConnector(org.apache.catalina.connector.Connector connector)
connector - the catalina connectorpublic InetAddress getAddress()
getAddress in interface Connectorpublic void setAddress(InetAddress address)
setAddress in interface Connectorpublic Connector.Type getType()
public static boolean isAJP(org.apache.catalina.connector.Connector connector)
connector - a connectorpublic boolean isAvailable()
isAvailable in interface Connectorpublic int getMaxThreads()
getMaxThreads in interface Connectorpublic int getBusyThreads()
getBusyThreads in interface Connectorpublic long getBytesSent()
getBytesSent in interface Connectorpublic long getBytesReceived()
getBytesReceived in interface Connectorpublic long getRequestCount()
getRequestCount in interface Connectorprotected Object getConnectionHandler()
protected org.apache.coyote.RequestGroupInfo getRequestGroupInfo()
protected org.apache.coyote.RequestGroupInfo getRequestGroupInfo(Object connectionHandler)
Copyright © 2023 JBoss by Red Hat. All rights reserved.