Package | Description |
---|---|
org.java_websocket.drafts | |
org.java_websocket.extensions |
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
|
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() |
Copyright © 2017. All rights reserved.