Package org.apache.tomcat.websocket
Class AsyncChannelGroupUtil
- java.lang.Object
- 
- org.apache.tomcat.websocket.AsyncChannelGroupUtil
 
- 
 public class AsyncChannelGroupUtil extends java.lang.ObjectThis is a utility class that enables multipleWsWebSocketContainerinstances to share a singleAsynchronousChannelGroupwhile ensuring that the group is destroyed when no longer required.
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static java.nio.channels.AsynchronousChannelGroupregister()static voidunregister()
 
-