Uses of Interface
org.simpleframework.http.socket.Frame
Packages that use Frame
-
Uses of Frame in org.simpleframework.http.socket
Classes in org.simpleframework.http.socket that implement FrameModifier and TypeClassDescriptionclassTheDataFrameobject represents a frame as defined in RFC 6455.Methods in org.simpleframework.http.socket that return FrameModifier and TypeMethodDescriptionThis method is used to convert from one frame type to another.This method is used to convert from one frame type to another.Methods in org.simpleframework.http.socket with parameters of type Frame -
Uses of Frame in org.simpleframework.http.socket.service
Fields in org.simpleframework.http.socket.service declared as FrameModifier and TypeFieldDescriptionprivate final FrameStatusChecker.frameThis is the frame that contains the ping to send.Methods in org.simpleframework.http.socket.service that return FrameModifier and TypeMethodDescriptionFrameBuilder.create(byte[] data, int count) This is used to create a frame object to represent the data that has been consumed.private FrameFrameBuilder.createBinary(byte[] data, int count) This is used to create a frame object from the provided data.private FrameFrameBuilder.createText(byte[] data, int count) This is used to create a frame object from the provided data.FrameConsumer.getFrame()This is used to create a frame object to represent the data that has been consumed.Methods in org.simpleframework.http.socket.service with parameters of type FrameModifier and TypeMethodDescriptionintThis is used to encode the provided frame as a WebSocket frame as of RFC 6455.This is used to extract a reason from the provided frame.voidThis is called when a new frame arrives on the WebSocket.voidThis is used to send data to the connected client.voidThis is used to send data to the connected client.