Uses of Class
javax.websocket.CloseReason

Packages that use CloseReason
javax.websocket   
org.glassfish.tyrus   
 

Uses of CloseReason in javax.websocket
 

Methods in javax.websocket with parameters of type CloseReason
 void Session.close(CloseReason closeStatus)
          Close the current conversation, giving a reason for the closure.
 void Endpoint.onClose(CloseReason closeReason)
          This method is called when the session with the client is terminated.
 

Uses of CloseReason in org.glassfish.tyrus
 

Methods in org.glassfish.tyrus with parameters of type CloseReason
 void SessionImpl.close(CloseReason closeReason)
          Closes the underlying connection this session is based upon.
 void RemoteEndpointWrapper.close(CloseReason cr)
           
 void AnnotatedEndpoint.onClose(CloseReason closeReason)
           
 



Copyright © 2012. All Rights Reserved.