Searched defs:inbound (Results 1 – 4 of 4) sorted by relevance
29 …public void bind(WebSocket.FrameConnection connection, WebSocketParser.FrameHandler inbound, WebSo… in bind()
188 …WebSocketParser.FrameHandler inbound = (_extensions == null || _extensions.size() == 0) ? frameHan… in WebSocketConnectionRFC6455() local
851 Buffer inbound = _inbound; in toString() local
672 static String formatHeader(boolean inbound, int streamId, int length, byte type, byte flags) { in formatHeader()