| Package | Description | 
|---|---|
| javax.websocket | 
 This package contains all the Jakartq WebSocket APIs common to both the client and server side. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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 © 2019 Eclipse Foundation.
Use is subject to license terms.