Package org.apache.tomcat.websocket
Class AsyncChannelGroupUtil
- java.lang.Object
-
- org.apache.tomcat.websocket.AsyncChannelGroupUtil
-
public class AsyncChannelGroupUtil extends java.lang.Object
This is a utility class that enables multipleWsWebSocketContainer
instances to share a singleAsynchronousChannelGroup
while ensuring that the group is destroyed when no longer required.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.nio.channels.AsynchronousChannelGroup
register()
static void
unregister()
-