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 and Description |
---|---|
BatchMode |
RemoteEndpoint.getBatchMode() |
static BatchMode |
BatchMode.max(BatchMode one,
BatchMode two) |
static BatchMode |
BatchMode.valueOf(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 and 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 and Description |
---|---|
void |
OutgoingFrames.outgoingFrame(Frame frame,
WriteCallback callback,
BatchMode batchMode)
A frame, and optional callback, intended for the network layer.
|
Copyright © 1995–2016 Webtide. All rights reserved.