Home
last modified time | relevance | path

Searched refs:checkState (Results 1 – 2 of 2) sorted by path

/unit/src/java/nginx/unit/websocket/
H A DWsRemoteEndpointImplBase.java1133 checkState(State.OPEN); in streamStart()
1138 checkState(State.OPEN); in writeStart()
1143 checkState(State.OPEN, State.BINARY_PARTIAL_READY); in binaryPartialStart()
1148 checkState(State.OPEN); in binaryStart()
1153 checkState(State.OPEN, State.TEXT_PARTIAL_READY); in textPartialStart()
1158 checkState(State.OPEN); in textStart()
1164 checkState(State.TEXT_PARTIAL_WRITING, State.TEXT_FULL_WRITING, in complete()
1169 checkState(State.TEXT_PARTIAL_WRITING, State.BINARY_PARTIAL_WRITING, in complete()
1189 private void checkState(State... required) { in checkState() method in WsRemoteEndpointImplBase.StateMachine
H A DWsSession.java225 checkState(); in getContainer()
253 checkState(); in doAddMessageHandler()
310 checkState(); in getMessageHandlers()
327 checkState(); in removeMessageHandler()
369 checkState(); in getProtocolVersion()
376 checkState(); in getNegotiatedSubprotocol()
383 checkState(); in getNegotiatedExtensions()
390 checkState(); in isSecure()
403 checkState(); in getMaxIdleTimeout()
410 checkState(); in setMaxIdleTimeout()
[all …]