public interface XnioServerMXBean
Modifier and Type | Method and Description |
---|---|
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.
|
String |
getProviderName()
Get the name of the provider.
|
String |
getWorkerName()
Get the worker's name.
|
String getProviderName()
String getWorkerName()
String getBindAddress()
int getConnectionCount()
int getConnectionLimitHighWater()
int getConnectionLimitLowWater()
Copyright © 2017 JBoss by Red Hat. All rights reserved.