Package org.jgrapes.net
Class SocketServer.SocketServerMXBean.ChannelInfo
java.lang.Object
org.jgrapes.net.SocketServer.SocketServerMXBean.ChannelInfo
- Enclosing interface:
SocketServer.SocketServerMXBean
The Class ChannelInfo.
-
Constructor Summary
ConstructorDescriptionInstantiates a new channel info. -
Method Summary
Modifier and TypeMethodDescriptionGets the downstream pool.Gets the upstream pool.boolean
Checks if is purgeable.
-
Constructor Details
-
ChannelInfo
Instantiates a new channel info.- Parameters:
channel
- the channel
-
-
Method Details
-
isPurgeable
Checks if is purgeable.- Returns:
- true, if is purgeable
-
getDownstreamPool
Gets the downstream pool.- Returns:
- the downstream pool
-
getUpstreamPool
Gets the upstream pool.- Returns:
- the upstream pool
-