Package | Description |
---|---|
org.simpleframework.http.socket |
Modifier and Type | Class and Description |
---|---|
class |
DataFrame
The
DataFrame object represents a frame as defined in
RFC 6455. |
Modifier and Type | Method and Description |
---|---|
Frame |
DataFrame.getFrame(FrameType type)
This method is used to convert from one frame type to another.
|
Frame |
Frame.getFrame(FrameType type)
This method is used to convert from one frame type to another.
|
Modifier and Type | Method and Description |
---|---|
void |
FrameListener.onFrame(Session session,
Frame frame)
This is called when a new frame arrives on the WebSocket.
|
void |
FrameChannel.send(Frame frame)
This is used to send data to the connected client.
|
Copyright © 2016. All rights reserved.