Uses of Package
org.java_websocket.extensions
Packages that use org.java_websocket.extensions
Package
Description
This package encapsulates all implementations in relation with the WebSocket drafts.
This package encapsulates all interfaces and implementations in relation with the WebSocket
Sec-WebSocket-Extensions.
-
Classes in org.java_websocket.extensions used by org.java_websocket.draftsClassDescriptionInterface which specifies all required methods to develop a websocket extension.
-
Classes in org.java_websocket.extensions used by org.java_websocket.extensionsClassDescriptionClass which represents the normal websocket implementation specified by rfc6455.Interface which specifies all required methods to develop a websocket extension.
-
Classes in org.java_websocket.extensions used by org.java_websocket.extensions.permessage_deflateClassDescriptionImplementation for a compression extension specified by https://tools.ietf.org/html/rfc7692Class which represents the normal websocket implementation specified by rfc6455.Interface which specifies all required methods to develop a websocket extension.