| Package | Description |
|---|---|
| org.eclipse.jetty.websocket.api |
Jetty WebSocket API
|
| org.eclipse.jetty.websocket.client.io |
Jetty WebSocket Client : I/O Implementation [Internal Use Only]
|
| org.eclipse.jetty.websocket.common |
Jetty WebSocket Common : Implementation [Internal Use Only]
|
| org.eclipse.jetty.websocket.common.io |
Jetty WebSocket Common : I/O Implementation
|
| org.eclipse.jetty.websocket.server |
Jetty WebSocket Server : Implementation [Internal Use Only]
|
| Modifier and Type | Method | Description |
|---|---|---|
SuspendToken |
Session.suspend() |
Suspend the incoming read events on the connection.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
WebSocketClientConnection |
Client side WebSocket physical connection.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
LogicalConnection |
| Modifier and Type | Method | Description |
|---|---|---|
SuspendToken |
LogicalConnection.suspend() |
Suspend a the incoming read events on the connection.
|
SuspendToken |
WebSocketSession.suspend() |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractWebSocketConnection |
Provides the implementation of
LogicalConnection within the framework of the new Connection framework of jetty-io. |
| Modifier and Type | Method | Description |
|---|---|---|
SuspendToken |
AbstractWebSocketConnection.suspend() |
| Modifier and Type | Class | Description |
|---|---|---|
class |
WebSocketServerConnection |
Copyright © 1995–2019 Webtide. All rights reserved.