Uses of Interface
org.simpleframework.http.socket.Session

Packages that use Session
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
 void FrameListener.onClose(Session session, Reason reason)
          This is called when the connection is closed from the other side.
 void FrameListener.onError(Session session, Exception cause)
          This is called when an error occurs on the WebSocket.
 void FrameListener.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
 void Service.connect(Session session)
          This method connects a new session with a service implementation.
 



Copyright © 2014. All Rights Reserved.