Searched defs:fin (Results 1 – 13 of 13) sorted by relevance
/unit/src/java/nginx/unit/websocket/ |
H A D | MessagePart.java | 24 private final boolean fin; field in MessagePart 32 public MessagePart( boolean fin, int rsv, byte opCode, ByteBuffer payload, in MessagePart()
|
H A D | Transformation.java | 76 …TransformationResult getMoreData(byte opCode, boolean fin, int rsv, ByteBuffer dest) throws IOExce… in getMoreData()
|
H A D | WsFrameBase.java | 76 private boolean fin = false; field in WsFrameBase 938 public TransformationResult getMoreData(byte opCode, boolean fin, int rsv, in getMoreData() 979 public TransformationResult getMoreData(byte opCode, boolean fin, int rsv, in getMoreData()
|
H A D | PerMessageDeflate.java | 179 public TransformationResult getMoreData(byte opCode, boolean fin, int rsv, ByteBuffer dest) in getMoreData()
|
H A D | WsRemoteEndpointImplBase.java | 690 private static void writeHeader(ByteBuffer headerBuffer, boolean fin, in writeHeader()
|
/unit/src/ |
H A D | nxt_websocket_header.h | 14 uint8_t fin:1; member 29 uint8_t fin:1; member
|
/unit/test/unit/applications/ |
H A D | websockets.py | 146 fin=True, argument
|
/unit/test/ |
H A D | test_node_websockets.py | 43 def check_frame(frame, fin, opcode, payload, decode=True): argument
|
H A D | test_java_websockets.py | 43 def check_frame(frame, fin, opcode, payload, decode=True): argument
|
H A D | test_asgi_websockets.py | 46 def check_frame(frame, fin, opcode, payload, decode=True): argument
|
/unit/src/python/ |
H A D | nxt_python_asgi_websocket.c | 733 int fin; in nxt_py_asgi_websocket_pop_msg() local
|
/unit/src/java/ |
H A D | nxt_jni_Request.c | 813 uint8_t opcode, uint8_t fin) in nxt_java_Request_websocket()
|
/unit/src/nodejs/unit-http/ |
H A D | unit.cpp | 1042 bool fin; in websocket_send_frame() local
|