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 TypeClassDescriptionclassTheBinaryDataobject represents a binary payload for a WebScoket frame.classTheTextDataobject represents a text payload for a WebScoket frame.Fields in org.simpleframework.http.socket declared as DataModifier and TypeFieldDescriptionprivate final DataDataFrame.dataThis contains the payload to be sent with the frame.Constructors in org.simpleframework.http.socket with parameters of type Data