Uses of Class
org.simpleframework.http.socket.Reason
-
Packages that use Reason Package Description org.simpleframework.http.socket -
-
Uses of Reason in org.simpleframework.http.socket
Methods in org.simpleframework.http.socket with parameters of type Reason Modifier and Type Method Description void
FrameChannel. close(Reason reason)
This is used to close the connection with a specific reason.void
FrameListener. onClose(Session session, Reason reason)
This is called when the connection is closed from the other side.
-