| Package | Description |
|---|---|
| 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.jsr356.server | |
| org.eclipse.jetty.websocket.server |
Jetty WebSocket Server : Implementation [Internal Use Only]
|
| org.eclipse.jetty.websocket.servlet |
Jetty WebSocket Servlet API
|
| Modifier and Type | Method and Description |
|---|---|
ExtensionFactory |
WebSocketClient.getExtensionFactory() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionFactory |
WebSocketSession.getExtensionFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocketSession.setExtensionFactory(ExtensionFactory extensionFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocketExtensionFactory |
| Constructor and Description |
|---|
ExtensionStack(ExtensionFactory factory) |
| Constructor and Description |
|---|
JsrCreator(ServerEndpointMetadata metadata,
ExtensionFactory extensionFactory) |
| Modifier and Type | Method and Description |
|---|---|
ExtensionFactory |
WebSocketServerFactory.getExtensionFactory() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionFactory |
WebSocketServletFactory.getExtensionFactory() |
Copyright © 1995-2015 Webtide. All Rights Reserved.