Uses of Interface
org.simpleframework.http.socket.Frame
-
Packages that use Frame Package Description org.simpleframework.http.socket -
-
Uses of Frame in org.simpleframework.http.socket
Classes in org.simpleframework.http.socket that implement Frame Modifier and Type Class Description classDataFrameTheDataFrameobject represents a frame as defined in RFC 6455.Methods in org.simpleframework.http.socket that return Frame Modifier and Type Method Description FrameDataFrame. getFrame(FrameType type)This method is used to convert from one frame type to another.FrameFrame. getFrame(FrameType type)This method is used to convert from one frame type to another.Methods in org.simpleframework.http.socket with parameters of type Frame Modifier and Type Method Description voidFrameListener. onFrame(Session session, Frame frame)This is called when a new frame arrives on the WebSocket.voidFrameChannel. send(Frame frame)This is used to send data to the connected client.
-