Home
last modified time | relevance | path

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

/dports/devel/thrift/thrift-0.14.0/lib/nodejs/lib/thrift/
H A Dweb_server.js77 var wsFrame = { class
88 frame[0] = wsFrame.fin.FIN +
89 (binEncoding ? wsFrame.frameOpCodes.BIN : wsFrame.frameOpCodes.TEXT);
93 frame[1] = data.length + (mask ? wsFrame.mask.TO_SERVER : wsFrame.mask.TO_CLIENT);
95 frame[1] = 0x7E + (mask ? wsFrame.mask.TO_SERVER : wsFrame.mask.TO_CLIENT);
99 frame[1] = 0x7F + (mask ? wsFrame.mask.TO_SERVER : wsFrame.mask.TO_CLIENT);
148 if (wsFrame.fin.FIN != (frame[0] & wsFrame.fin.FIN)) {
151 result.binEncoding = (wsFrame.frameOpCodes.BIN == (frame[0] & wsFrame.frameOpCodes.BIN));
164 if (wsFrame.mask.TO_SERVER == (frame[1] & wsFrame.mask.TO_SERVER)) {
173 wsFrame.applyMask(result.data, result.mask);
[all …]
/dports/devel/libunit/unit-1.26.1/src/java/nginx/unit/websocket/
H A DLocalStrings.properties51 # Note the wsFrame.* messages are used as close reasons in WebSocket control
55 wsFrame.alreadyResumed=Message receiving has already been resumed.
56 wsFrame.alreadySuspended=Message receiving has already been suspended.
58 wsFrame.byteToLongFail=Too many bytes ([{0}]) were provided to be converted into a long
59 wsFrame.closed=New frame received after a close control frame
63 wsFrame.illegalReadState=Unexpected read state [{0}]
64 wsFrame.invalidOpCode= A WebSocket frame was sent with an unrecognised opCode of [{0}]
67 wsFrame.ioeTriggeredClose=An unrecoverable IOException occurred so the connection was closed
69 wsFrame.noContinuation=A new message was started when a continuation frame was expected
70 wsFrame.notMasked=The client frame was not masked but all client frames must be masked
[all …]
/dports/www/unit/unit-1.26.1/src/java/nginx/unit/websocket/
H A DLocalStrings.properties51 # Note the wsFrame.* messages are used as close reasons in WebSocket control
55 wsFrame.alreadyResumed=Message receiving has already been resumed.
56 wsFrame.alreadySuspended=Message receiving has already been suspended.
58 wsFrame.byteToLongFail=Too many bytes ([{0}]) were provided to be converted into a long
59 wsFrame.closed=New frame received after a close control frame
63 wsFrame.illegalReadState=Unexpected read state [{0}]
64 wsFrame.invalidOpCode= A WebSocket frame was sent with an unrecognised opCode of [{0}]
67 wsFrame.ioeTriggeredClose=An unrecoverable IOException occurred so the connection was closed
69 wsFrame.noContinuation=A new message was started when a continuation frame was expected
70 wsFrame.notMasked=The client frame was not masked but all client frames must be masked
[all …]
/dports/www/unit-php/unit-1.26.1/src/java/nginx/unit/websocket/
H A DLocalStrings.properties51 # Note the wsFrame.* messages are used as close reasons in WebSocket control
55 wsFrame.alreadyResumed=Message receiving has already been resumed.
56 wsFrame.alreadySuspended=Message receiving has already been suspended.
58 wsFrame.byteToLongFail=Too many bytes ([{0}]) were provided to be converted into a long
59 wsFrame.closed=New frame received after a close control frame
63 wsFrame.illegalReadState=Unexpected read state [{0}]
64 wsFrame.invalidOpCode= A WebSocket frame was sent with an unrecognised opCode of [{0}]
67 wsFrame.ioeTriggeredClose=An unrecoverable IOException occurred so the connection was closed
69 wsFrame.noContinuation=A new message was started when a continuation frame was expected
70 wsFrame.notMasked=The client frame was not masked but all client frames must be masked
[all …]
/dports/www/unit-python/unit-1.26.1/src/java/nginx/unit/websocket/
H A DLocalStrings.properties51 # Note the wsFrame.* messages are used as close reasons in WebSocket control
55 wsFrame.alreadyResumed=Message receiving has already been resumed.
56 wsFrame.alreadySuspended=Message receiving has already been suspended.
58 wsFrame.byteToLongFail=Too many bytes ([{0}]) were provided to be converted into a long
59 wsFrame.closed=New frame received after a close control frame
63 wsFrame.illegalReadState=Unexpected read state [{0}]
64 wsFrame.invalidOpCode= A WebSocket frame was sent with an unrecognised opCode of [{0}]
67 wsFrame.ioeTriggeredClose=An unrecoverable IOException occurred so the connection was closed
69 wsFrame.noContinuation=A new message was started when a continuation frame was expected
70 wsFrame.notMasked=The client frame was not masked but all client frames must be masked
[all …]
/dports/www/unit-java/unit-1.26.1/src/java/nginx/unit/websocket/
H A DLocalStrings.properties51 # Note the wsFrame.* messages are used as close reasons in WebSocket control
55 wsFrame.alreadyResumed=Message receiving has already been resumed.
56 wsFrame.alreadySuspended=Message receiving has already been suspended.
58 wsFrame.byteToLongFail=Too many bytes ([{0}]) were provided to be converted into a long
59 wsFrame.closed=New frame received after a close control frame
63 wsFrame.illegalReadState=Unexpected read state [{0}]
64 wsFrame.invalidOpCode= A WebSocket frame was sent with an unrecognised opCode of [{0}]
67 wsFrame.ioeTriggeredClose=An unrecoverable IOException occurred so the connection was closed
69 wsFrame.noContinuation=A new message was started when a continuation frame was expected
70 wsFrame.notMasked=The client frame was not masked but all client frames must be masked
[all …]
/dports/www/unit-perl/unit-1.26.1/src/java/nginx/unit/websocket/
H A DLocalStrings.properties51 # Note the wsFrame.* messages are used as close reasons in WebSocket control
55 wsFrame.alreadyResumed=Message receiving has already been resumed.
56 wsFrame.alreadySuspended=Message receiving has already been suspended.
58 wsFrame.byteToLongFail=Too many bytes ([{0}]) were provided to be converted into a long
59 wsFrame.closed=New frame received after a close control frame
63 wsFrame.illegalReadState=Unexpected read state [{0}]
64 wsFrame.invalidOpCode= A WebSocket frame was sent with an unrecognised opCode of [{0}]
67 wsFrame.ioeTriggeredClose=An unrecoverable IOException occurred so the connection was closed
69 wsFrame.noContinuation=A new message was started when a continuation frame was expected
70 wsFrame.notMasked=The client frame was not masked but all client frames must be masked
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/igm/sockjs-go/v3/sockjs/
H A Dbenchmarks_test.go94 wsFrame := []byte(fmt.Sprintf("[%q]", msg))
139 if err := client.WriteMessage(websocket.TextMessage, wsFrame); err != nil {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/igm/sockjs-go/sockjs/
H A Dbenchmarks_test.go94 wsFrame := []byte(fmt.Sprintf("[%q]", msg))
139 if err := client.WriteMessage(websocket.TextMessage, wsFrame); err != nil {