public class UndertowConnector extends Object implements org.jboss.modcluster.container.Connector
ListenerService to a Connector.| Constructor and Description |
|---|
UndertowConnector(ListenerService<?> listener) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
InetAddress |
getAddress() |
int |
getBusyThreads() |
long |
getBytesReceived() |
long |
getBytesSent() |
int |
getMaxThreads() |
int |
getPort() |
long |
getRequestCount() |
org.jboss.modcluster.container.Connector.Type |
getType() |
int |
hashCode() |
boolean |
isAvailable() |
boolean |
isReverse() |
void |
setAddress(InetAddress address) |
String |
toString() |
public UndertowConnector(ListenerService<?> listener)
public boolean isReverse()
isReverse in interface org.jboss.modcluster.container.Connectorpublic org.jboss.modcluster.container.Connector.Type getType()
getType in interface org.jboss.modcluster.container.Connectorpublic InetAddress getAddress()
getAddress in interface org.jboss.modcluster.container.Connectorpublic void setAddress(InetAddress address)
setAddress in interface org.jboss.modcluster.container.Connectorpublic int getPort()
getPort in interface org.jboss.modcluster.container.Connectorpublic boolean isAvailable()
isAvailable in interface org.jboss.modcluster.container.Connectorpublic int getMaxThreads()
getMaxThreads in interface org.jboss.modcluster.container.Connectorpublic int getBusyThreads()
getBusyThreads in interface org.jboss.modcluster.container.Connectorpublic long getBytesSent()
getBytesSent in interface org.jboss.modcluster.container.Connectorpublic long getBytesReceived()
getBytesReceived in interface org.jboss.modcluster.container.Connectorpublic long getRequestCount()
getRequestCount in interface org.jboss.modcluster.container.ConnectorCopyright © 2014 JBoss by Red Hat. All rights reserved.