Home
last modified time | relevance | path

Searched refs:processFrame (Results 1 – 3 of 3) sorted by relevance

/unit/src/nodejs/unit-http/
H A Dwebsocket_connection.js320 WebSocketConnection.prototype.processFrame = function(frame) { method in WebSocketConnection
/unit/src/java/nginx/unit/websocket/
H A DWsSession.java815 public void processFrame(ByteBuffer buf, byte opCode, boolean last) in processFrame() method in WsSession
/unit/src/java/nginx/unit/
H A DRequest.java1289 wsSession.processFrame(buf, opCode, last); in processWsFrame()