Uses of Interface
org.simpleframework.http.socket.Session
-
Packages that use Session Package Description org.simpleframework.http.socket org.simpleframework.http.socket.service -
-
Uses of Session in org.simpleframework.http.socket
Methods in org.simpleframework.http.socket with parameters of type Session Modifier and Type Method Description voidFrameListener. onClose(Session session, Reason reason)This is called when the connection is closed from the other side.voidFrameListener. onError(Session session, java.lang.Exception cause)This is called when an error occurs on the WebSocket.voidFrameListener. onFrame(Session session, Frame frame)This is called when a new frame arrives on the WebSocket. -
Uses of Session in org.simpleframework.http.socket.service
Methods in org.simpleframework.http.socket.service with parameters of type Session Modifier and Type Method Description voidService. connect(Session session)This method connects a new session with a service implementation.
-