|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Data | |
|---|---|
| org.simpleframework.http.socket | |
| Uses of Data in org.simpleframework.http.socket |
|---|
| Classes in org.simpleframework.http.socket that implement Data | |
|---|---|
class |
BinaryData
The BinaryData object represents a binary payload for
a WebScoket frame. |
class |
TextData
The TextData object represents a text payload for
a WebScoket frame. |
| Constructors in org.simpleframework.http.socket with parameters of type Data | |
|---|---|
DataFrame(FrameType type,
Data data)
Constructor for the DataFrame object. |
|
DataFrame(FrameType type,
Data data,
boolean last)
Constructor for the DataFrame object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||