Uses of Class
javax.websocket.CloseReason

Packages that use CloseReason
javax.websocket This package contains all the WebSocket APIs common to both the client and server side. 
 

Uses of CloseReason in javax.websocket
 

Methods in javax.websocket with parameters of type CloseReason
 void Session.close(CloseReason closeReason)
          Close the current conversation, giving a reason for the closure.
 void Endpoint.onClose(Session session, CloseReason closeReason)
          This method is called immediately prior to the session with the remote peer being closed.
 



Copyright © 2012-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Comments to : users@websocket-spec.java.net