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 |
Modifier and Type | Method and Description |
---|---|
IExtension |
Draft_6455.getExtension()
Getter for the extension which is used by this draft
|
Modifier and Type | Method and Description |
---|---|
List<IExtension> |
Draft_6455.getKnownExtensions()
Getter for all available extensions for this draft
|
Constructor and Description |
---|
Draft_6455(IExtension inputExtension)
Constructor for the websocket protocol specified by RFC 6455 with custom extensions
|
Constructor and Description |
---|
Draft_6455(List<IExtension> inputExtensions)
Constructor for the websocket protocol specified by RFC 6455 with custom extensions
|
Draft_6455(List<IExtension> inputExtensions,
int inputMaxFrameSize)
Constructor for the websocket protocol specified by RFC 6455 with custom extensions and
protocols
|
Draft_6455(List<IExtension> inputExtensions,
List<IProtocol> inputProtocols)
Constructor for the websocket protocol specified by RFC 6455 with custom extensions and
protocols
|
Draft_6455(List<IExtension> inputExtensions,
List<IProtocol> inputProtocols,
int inputMaxFrameSize)
Constructor for the websocket protocol specified by RFC 6455 with custom extensions and
protocols
|
Modifier and Type | Class and Description |
---|---|
class |
CompressionExtension
Implementation for a compression extension specified by https://tools.ietf.org/html/rfc7692
|
class |
DefaultExtension
Class which represents the normal websocket implementation specified by rfc6455.
|
Modifier and Type | Method and Description |
---|---|
IExtension |
IExtension.copyInstance()
Extensions must only be by one websocket at all.
|
IExtension |
DefaultExtension.copyInstance() |
Modifier and Type | Class and Description |
---|---|
class |
PerMessageDeflateExtension
PerMessage Deflate Extension (7. The
"permessage-deflate" Extension in
RFC 7692).
|
Modifier and Type | Method and Description |
---|---|
IExtension |
PerMessageDeflateExtension.copyInstance() |
Copyright © 2022. All rights reserved.