| Package | Description |
|---|---|
| org.java_websocket.drafts |
This package encapsulates all implementations in relation with the WebSocket drafts.
|
| org.java_websocket.extensions |
This package encapsulates all interfaces and implementations in relation with the WebSocket Sec-WebSocket-Extensions.
|
| org.java_websocket.extensions.permessage_deflate |
| Class and Description |
|---|
| IExtension
Interface which specifies all required methods to develop a websocket extension.
|
| Class and Description |
|---|
| DefaultExtension
Class which represents the normal websocket implementation specified by rfc6455.
|
| ExtensionRequestData |
| IExtension
Interface which specifies all required methods to develop a websocket extension.
|
| Class and Description |
|---|
| CompressionExtension
Implementation for a compression extension specified by https://tools.ietf.org/html/rfc7692
|
| DefaultExtension
Class which represents the normal websocket implementation specified by rfc6455.
|
| IExtension
Interface which specifies all required methods to develop a websocket extension.
|
Copyright © 2020. All rights reserved.