Package | Description |
---|---|
org.eclipse.jetty.websocket.api.extensions |
Jetty WebSocket API : WebSocket Extension API
|
org.eclipse.jetty.websocket.client |
Jetty WebSocket Client API
|
org.eclipse.jetty.websocket.common |
Jetty WebSocket Common : Implementation [Internal Use Only]
|
org.eclipse.jetty.websocket.common.extensions |
Jetty WebSocket Common : Extension Implementations
|
org.eclipse.jetty.websocket.common.extensions.compress |
Jetty WebSocket Common : Frame & 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 | Method and Description |
---|---|
abstract Extension |
ExtensionFactory.newInstance(ExtensionConfig config) |
Modifier and Type | Method and Description |
---|---|
Map<String,Class<? extends Extension>> |
ExtensionFactory.getAvailableExtensions() |
Class<? extends Extension> |
ExtensionFactory.getExtension(String name) |
Iterator<Class<? extends Extension>> |
ExtensionFactory.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
ExtensionFactory.register(String name,
Class<? extends Extension> extension) |
Modifier and Type | Method and Description |
---|---|
List<Extension> |
WebSocketClient.initExtensions(List<ExtensionConfig> requested) |
Modifier and Type | Method and Description |
---|---|
void |
Parser.configureFromExtensions(List<? extends Extension> exts) |
void |
Generator.configureFromExtensions(List<? extends Extension> exts) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractExtension |
class |
FrameDebugExtension |
Modifier and Type | Method and Description |
---|---|
Extension |
WebSocketExtensionFactory.newInstance(ExtensionConfig config) |
Modifier and Type | Method and Description |
---|---|
List<Extension> |
ExtensionStack.getExtensions() |
Modifier and Type | Class and 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 and Description |
---|---|
class |
FragmentExtension
Fragment Extension
|
Modifier and Type | Class and Description |
---|---|
class |
IdentityExtension |
Copyright © 1995-2015 Webtide. All Rights Reserved.