Package org.java_websocket.extensions
This package encapsulates all interfaces and implementations in relation with the WebSocket Sec-WebSocket-Extensions.
-
Interface Summary Interface Description IExtension Interface which specifies all required methods to develop a websocket extension. -
Class Summary Class Description CompressionExtension Implementation for a compression extension specified by https://tools.ietf.org/html/rfc7692DefaultExtension Class which represents the normal websocket implementation specified by rfc6455.