Home
last modified time | relevance | path

Searched defs:fin (Results 1 – 13 of 13) sorted by relevance

/unit/src/java/nginx/unit/websocket/
H A DMessagePart.java24 private final boolean fin; field in MessagePart
32 public MessagePart( boolean fin, int rsv, byte opCode, ByteBuffer payload, in MessagePart()
H A DTransformation.java76 …TransformationResult getMoreData(byte opCode, boolean fin, int rsv, ByteBuffer dest) throws IOExce… in getMoreData()
H A DWsFrameBase.java76 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 DPerMessageDeflate.java179 public TransformationResult getMoreData(byte opCode, boolean fin, int rsv, ByteBuffer dest) in getMoreData()
H A DWsRemoteEndpointImplBase.java690 private static void writeHeader(ByteBuffer headerBuffer, boolean fin, in writeHeader()
/unit/src/
H A Dnxt_websocket_header.h14 uint8_t fin:1; member
29 uint8_t fin:1; member
/unit/test/unit/applications/
H A Dwebsockets.py146 fin=True, argument
/unit/test/
H A Dtest_node_websockets.py43 def check_frame(frame, fin, opcode, payload, decode=True): argument
H A Dtest_java_websockets.py43 def check_frame(frame, fin, opcode, payload, decode=True): argument
H A Dtest_asgi_websockets.py46 def check_frame(frame, fin, opcode, payload, decode=True): argument
/unit/src/python/
H A Dnxt_python_asgi_websocket.c733 int fin; in nxt_py_asgi_websocket_pop_msg() local
/unit/src/java/
H A Dnxt_jni_Request.c813 uint8_t opcode, uint8_t fin) in nxt_java_Request_websocket()
/unit/src/nodejs/unit-http/
H A Dunit.cpp1042 bool fin; in websocket_send_frame() local