Class WebSocketServerComponents

All Implemented Interfaces:
Container, Destroyable, Dumpable, Dumpable.DumpableContainer, LifeCycle

public class WebSocketServerComponents extends WebSocketComponents
A collection of components which are the resources needed for websockets such as ByteBufferPool, WebSocketExtensionRegistry, and DecoratedObjectFactory.

These components should be accessed through getWebSocketComponents(ContextHandler) so that the instance can be shared by being stored as a bean on the ContextHandler.