Home
last modified time | relevance | path

Searched refs:getCloseReason (Results 1 – 3 of 3) sorted by relevance

/unit/src/java/nginx/unit/websocket/
H A DWsIOException.java38 public CloseReason getCloseReason() { in getCloseReason() method in WsIOException
H A DWsFrameClient.java123 cr = ((WsIOException) t).getCloseReason(); in close()
/unit/src/java/nginx/unit/
H A DRequest.java1291 wsSession.onClose(e.getCloseReason()); in processWsFrame()