Package | Description |
---|---|
org.simpleframework.http.socket |
Modifier and Type | Class and Description |
---|---|
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. |
Constructor and Description |
---|
DataFrame(FrameType type,
Data data)
Constructor for the
DataFrame object. |
DataFrame(FrameType type,
Data data,
boolean last)
Constructor for the
DataFrame object. |
Copyright © 2017. All rights reserved.