|
mod_cluster-container-spi 1.2.6.Final | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Connector
SPI for a connector, defined as a communication end-point for a client or proxy.
| Nested Class Summary | |
|---|---|
static class |
Connector.Type
Indicates the type of a connector. |
| Method Summary | |
|---|---|
InetAddress |
getAddress()
Returns the address on which this connector operates |
int |
getBusyThreads()
|
long |
getBytesReceived()
|
long |
getBytesSent()
|
int |
getMaxThreads()
|
int |
getPort()
Returns the port on which this connector operates |
long |
getRequestCount()
|
Connector.Type |
getType()
Indicates the type of this connector |
boolean |
isAvailable()
Is this connector available for processing requests? |
boolean |
isReverse()
Indicates whether the endpoint of this connector uses a reverse connection to httpd. |
void |
setAddress(InetAddress address)
Sets the address on which this connector operates. |
| Method Detail |
|---|
boolean isReverse()
Connector.Type getType()
InetAddress getAddress()
void setAddress(InetAddress address)
address - a network interface addressint getPort()
boolean isAvailable()
int getMaxThreads()
int getBusyThreads()
long getBytesSent()
long getBytesReceived()
long getRequestCount()
|
mod_cluster-container-spi 1.2.6.Final | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||