Uses of Interface
org.simpleframework.http.socket.Data
Packages that use Data
-
Uses of Data in org.simpleframework.http.socket
Classes in org.simpleframework.http.socket that implement DataModifier and TypeClassDescriptionclass
TheBinaryData
object represents a binary payload for a WebScoket frame.class
TheTextData
object represents a text payload for a WebScoket frame.Fields in org.simpleframework.http.socket declared as DataModifier and TypeFieldDescriptionprivate final Data
DataFrame.data
This contains the payload to be sent with the frame.Constructors in org.simpleframework.http.socket with parameters of type Data