| 程序包 | 说明 |
|---|---|
| com.alipay.api.java_websocket.drafts | |
| com.alipay.api.java_websocket.extensions |
| 限定符和类型 | 方法和说明 |
|---|---|
IExtension |
Draft_6455.getExtension()
Getter for the extension which is used by this draft
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<IExtension> |
Draft_6455.getKnownExtensions()
Getter for all available extensions for this draft
|
| 构造器和说明 |
|---|
Draft_6455(IExtension inputExtension)
Constructor for the websocket protocol specified by RFC 6455 with custom extensions
|
| 构造器和说明 |
|---|
Draft_6455(List<IExtension> inputExtensions)
Constructor for the websocket protocol specified by RFC 6455 with custom extensions
|
Draft_6455(List<IExtension> inputExtensions,
List<IProtocol> inputProtocols)
Constructor for the websocket protocol specified by RFC 6455 with custom extensions and protocols
|
| 限定符和类型 | 类和说明 |
|---|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
IExtension |
DefaultExtension.copyInstance() |
IExtension |
IExtension.copyInstance()
Extensions must only be by one websocket at all.
|
Copyright © 2023. All rights reserved.