| 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 |
|---|---|
void |
WebSocketFrameListener.onWebSocketFrame(Frame frame)
A WebSocket frame has been received.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IncomingFrames.incomingFrame(Frame frame)
Process the incoming frame.
|
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.