Home
last modified time | relevance | path

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

/unit/src/java/nginx/unit/websocket/
H A DWsSession.java530 if (state != State.CLOSED) { in onClose()
542 state = State.CLOSED; in onClose()
554 if (state != State.CLOSED) { in onClose()
566 state = State.CLOSED; in onClose()
818 if (state == State.CLOSED) { in processFrame()
1056 if (state == State.CLOSED) { in checkState()
1068 CLOSED enumConstant