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.Connector
public org.jboss.modcluster.container.Connector.Type getType()
getType
in interface org.jboss.modcluster.container.Connector
public InetAddress getAddress()
getAddress
in interface org.jboss.modcluster.container.Connector
public void setAddress(InetAddress address)
setAddress
in interface org.jboss.modcluster.container.Connector
public int getPort()
getPort
in interface org.jboss.modcluster.container.Connector
public boolean isAvailable()
isAvailable
in interface org.jboss.modcluster.container.Connector
public int getMaxThreads()
getMaxThreads
in interface org.jboss.modcluster.container.Connector
public int getBusyThreads()
getBusyThreads
in interface org.jboss.modcluster.container.Connector
public long getBytesSent()
getBytesSent
in interface org.jboss.modcluster.container.Connector
public long getBytesReceived()
getBytesReceived
in interface org.jboss.modcluster.container.Connector
public long getRequestCount()
getRequestCount
in interface org.jboss.modcluster.container.Connector
Copyright © 2015 JBoss by Red Hat. All rights reserved.