Uses of Class
javax.net.websocket.CloseReason

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

Uses of CloseReason in javax.net.websocket
 

Methods in javax.net.websocket with parameters of type CloseReason
 void Session.close(CloseReason closeStatus)
          Close the current conversation, giving a reason for the closure.
 void Endpoint.onClose(Session session, CloseReason closeReason)
          Developers may implement this method to be notified when an active conversation has just been 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(Session session, CloseReason closeReason)
           
 



Copyright © 2012. All Rights Reserved.