public static interface TcpServer.TcpServerMXBean
The Interface of the TcpServer MXBean.
Modifier and Type | Interface and Description |
---|---|
static class |
TcpServer.TcpServerMXBean.ChannelInfo
The Class ChannelInfo.
|
Modifier and Type | Method and Description |
---|---|
int |
getChannelCount()
Gets the channel count.
|
SortedMap<String,TcpServer.TcpServerMXBean.ChannelInfo> |
getChannels()
Gets the channels.
|
String |
getComponentPath()
Gets the component path.
|
int |
getPort()
Gets the port.
|
String getComponentPath()
Gets the component path.
int getPort()
Gets the port.
int getChannelCount()
Gets the channel count.
SortedMap<String,TcpServer.TcpServerMXBean.ChannelInfo> getChannels()
Gets the channels.