|
AeroGear Netty SockJS Codec 0.11.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Frame | |
|---|---|
| org.jboss.aerogear.io.netty.handler.codec.sockjs.protocol | Frames for SockJS. |
| Uses of Frame in org.jboss.aerogear.io.netty.handler.codec.sockjs.protocol |
|---|
| Classes in org.jboss.aerogear.io.netty.handler.codec.sockjs.protocol that implement Frame | |
|---|---|
class |
CloseFrame
This frame is sent from the server if the client requests data from a closed connection. |
class |
HeartbeatFrame
A heartbeat frame is sent by the server to keep the connection from breaking. |
class |
MessageFrame
A MessageFrame carries application data, and consists of any array of JSON encoded messages. |
class |
OpenFrame
Everytime a new session is estabilshed with the server the server must sent an OpenFrame in accordance with Protocol and Framing. |
class |
PreludeFrame
A PreludeFrame the first message sent by the xhr-streaming protocol. |
| Methods in org.jboss.aerogear.io.netty.handler.codec.sockjs.protocol that return Frame | |
|---|---|
Frame |
Frame.copy()
|
Frame |
Frame.duplicate()
|
Frame |
Frame.retain()
|
Frame |
Frame.retain(int increment)
|
|
AeroGear Netty SockJS Codec 0.11.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||