Uses of Class
org.simpleframework.http.socket.Reason
Packages that use Reason
-
Uses of Reason in org.simpleframework.http.socket
Methods in org.simpleframework.http.socket with parameters of type Reason -
Uses of Reason in org.simpleframework.http.socket.service
Fields in org.simpleframework.http.socket.service declared as ReasonModifier and TypeFieldDescriptionprivate final Reason
StatusChecker.error
The only reason for a close is for an unexpected error.private final Reason
FrameProcessor.normal
This is the reason message used for a normal closure.private final Reason
StatusChecker.normal
The only reason for a close is for an unexpected error.private final Reason
FrameConnection.reason
The reason that is sent if at any time the channel is closed.Methods in org.simpleframework.http.socket.service that return ReasonModifier and TypeMethodDescriptionThis is used to extract a reason from the provided frame.Methods in org.simpleframework.http.socket.service with parameters of type ReasonModifier and TypeMethodDescriptionvoid
This is used to close the connection with a specific reason.void
This is used to close the connection without a specific reason.void
This is used to close the connection with a specific reason.int
This is used to encode the provided data as a WebSocket frame as of RFC 6455.void
This is called when the connection is closed from the other side.