Uses of Class
javax.websocket.CloseReason

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.
 




Copyright © 2012 Oracle and/or its affiliates. All rights reserved.