| Package | Description |
|---|---|
| org.snf4j.websocket.extensions |
Provides interfaces and classes for implementation of Web Socket extensions.
|
| org.snf4j.websocket.extensions.compress |
Provides interfaces and classes implementing the Web Socket compress extensions.
|
| Modifier and Type | Method and Description |
|---|---|
IExtension |
IExtension.acceptOffer(List<String> offer)
Called by the Web Socket server to accept the received extension negotiation
offer.
|
IExtension |
IExtension.validateResponse(List<String> response)
Called by the Web Socket client to validate the received extension negotiation
response.
|
| Modifier and Type | Method and Description |
|---|---|
IExtension |
PerMessageDeflateExtension.acceptOffer(List<String> offer) |
IExtension |
PerMessageDeflateExtension.validateResponse(List<String> response) |
Copyright © 2017–2022 SNF4J.ORG. All rights reserved.