Package org.jgrapes.net
Interface SocketServer.SocketServerMXBean
- All Known Implementing Classes:
SocketServer.SocketServerInfo
- Enclosing class:
SocketServer
public static interface SocketServer.SocketServerMXBean
The Interface of the SocketServer MXBean.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
The Class ChannelInfo. -
Method Summary
Modifier and TypeMethodDescriptionint
Gets the channel count.Gets the channels.Gets the component path.
-
Method Details
-
getComponentPath
Gets the component path.- Returns:
- the component path
-
getChannelCount
int getChannelCount()Gets the channel count.- Returns:
- the channel count
-
getChannels
Gets the channels.- Returns:
- the channels
-