Home
last modified time | relevance | path

Searched refs:finMask (Results 1 – 6 of 6) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/websocket/
DFragmentExtension.java60 … super.addFrame((byte)(flags&~getConnection().finMask()),opcode,content,offset,_maxLength); in addFrame()
76 super.addFrame((byte)(flags|getConnection().finMask()),opcode,content,offset,length); in addFrame()
DWebSocket.java196 byte finMask(); in finMask() method
DWebSocketConnectionD00.java501 public byte finMask() in finMask() method in WebSocketConnectionD00
DWebSocketConnectionD06.java445 public byte finMask() in finMask() method in WebSocketConnectionD06.FrameConnectionD06
DWebSocketConnectionD08.java517 public byte finMask() in finMask() method in WebSocketConnectionD08.WSFrameConnection
DWebSocketConnectionRFC6455.java560 public byte finMask() in finMask() method in WebSocketConnectionRFC6455.WSFrameConnection