public interface XnioServerMXBean
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBindAddress()
Get the bind address.
|
int |
getConnectionCount()
Get an estimate of the current connection count.
|
int |
getConnectionLimitHighWater()
Get the connection limit high-water mark.
|
int |
getConnectionLimitLowWater()
Get the connection limit low-water mark.
|
java.lang.String |
getProviderName()
Get the name of the provider.
|
java.lang.String |
getWorkerName()
Get the worker's name.
|
java.lang.String getProviderName()
java.lang.String getWorkerName()
java.lang.String getBindAddress()
int getConnectionCount()
int getConnectionLimitHighWater()
int getConnectionLimitLowWater()
Copyright © 2016 JBoss, a division of Red Hat, Inc.