Package | Description |
---|---|
org.eclipse.jetty.websocket.api.extensions |
Jetty WebSocket API : WebSocket Extension API
|
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-2014 Mort Bay Consulting. All Rights Reserved.