| Package | Description |
|---|---|
| org.eclipse.jetty.websocket.api |
Jetty WebSocket API
|
| org.eclipse.jetty.websocket.api.extensions |
Jetty WebSocket API : WebSocket Extension API
|
| Modifier and Type | Method | Description |
|---|---|---|
BatchMode |
RemoteEndpoint.getBatchMode() |
|
static BatchMode |
BatchMode.max(BatchMode one,
BatchMode two) |
|
static BatchMode |
BatchMode.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static BatchMode[] |
BatchMode.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static BatchMode |
BatchMode.max(BatchMode one,
BatchMode two) |
|
void |
RemoteEndpoint.setBatchMode(BatchMode mode) |
Set the batch mode with which messages are sent.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
OutgoingFrames.outgoingFrame(Frame frame,
WriteCallback callback,
BatchMode batchMode) |
A frame, and optional callback, intended for the network layer.
|
Copyright © 1995–2017 Webtide. All rights reserved.