Searched refs:State (Results 1 – 5 of 5) sorted by relevance
/unit/src/java/nginx/unit/websocket/ |
H A D | WsRemoteEndpointImplBase.java | 1116 private enum State { enum in WsRemoteEndpointImplBase 1130 private State state = State.OPEN; 1133 checkState(State.OPEN); in streamStart() 1138 checkState(State.OPEN); in writeStart() 1143 checkState(State.OPEN, State.BINARY_PARTIAL_READY); in binaryPartialStart() 1153 checkState(State.OPEN, State.TEXT_PARTIAL_READY); in textPartialStart() 1164 checkState(State.TEXT_PARTIAL_WRITING, State.TEXT_FULL_WRITING, in complete() 1165 State.BINARY_PARTIAL_WRITING, State.BINARY_FULL_WRITING, in complete() 1166 State.STREAM_WRITING, State.WRITER_WRITING); in complete() 1169 checkState(State.TEXT_PARTIAL_WRITING, State.BINARY_PARTIAL_WRITING, in complete() [all …]
|
H A D | WsSession.java | 105 private volatile State state = State.OPEN; 397 return state == State.OPEN; in isOpen() 486 if (state != State.OPEN) { in doClose() 491 if (state != State.OPEN) { in doClose() 505 state = State.OUTPUT_CLOSED; in doClose() 542 state = State.CLOSED; in onClose() 566 state = State.CLOSED; in onClose() 711 if (state == State.OPEN) { in registerFuture() 818 if (state == State.CLOSED) { in processFrame() 1056 if (state == State.CLOSED) { in checkState() [all …]
|
H A D | WsFrameBase.java | 85 private volatile State state = State.NEW_FRAME; 116 if (state == State.NEW_FRAME) { in processInputBuffer() 126 if (state == State.PARTIAL_HEADER) { in processInputBuffer() 131 if (state == State.DATA) { in processInputBuffer() 221 state = State.PARTIAL_HEADER; in processInitialHeader() 280 state = State.DATA; in processRemainingHeader() 605 state = State.NEW_FRAME; in newFrame() 690 private enum State { enum in WsFrameBase
|
/unit/pkg/deb/debian.module/ |
H A D | copyright.unit-jsc-common | 276 This Agreement is governed by the laws of the State of New York and the 864 be governed by the laws of the State of California (excluding 869 California and the state courts of the State of California, with
|
/unit/pkg/rpm/rpmbuild/SOURCES/ |
H A D | COPYRIGHT.unit-jsc-common | 276 This Agreement is governed by the laws of the State of New York and the 864 be governed by the laws of the State of California (excluding 869 California and the state courts of the State of California, with
|