| Package | Description |
|---|---|
| org.eclipse.jetty.websocket.common.extensions |
Jetty WebSocket Common : Extension Implementations
|
| org.eclipse.jetty.websocket.common.extensions.compress |
Jetty WebSocket Common : Message Compression Extension Implementations
|
| org.eclipse.jetty.websocket.common.extensions.fragment |
Jetty WebSocket Common : Auto Fragment Extension Implementation
|
| org.eclipse.jetty.websocket.common.extensions.identity |
Jetty WebSocket Common : Identity Extension Implementation
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
FrameCaptureExtension |
| Modifier and Type | Class | Description |
|---|---|---|
class |
CompressExtension |
|
class |
DeflateFrameExtension |
Implementation of the
deflate-frame
extension seen out in the wild.
|
class |
PerMessageDeflateExtension |
Per Message Deflate Compression extension for WebSocket.
|
class |
XWebkitDeflateFrameExtension |
Implementation of the x-webkit-deflate-frame extension seen out
in the wild.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
FragmentExtension |
Fragment Extension
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
IdentityExtension |
Copyright © 1995–2018 Webtide. All rights reserved.