Home
last modified time | relevance | path

Searched defs:connection (Results 1 – 6 of 6) sorted by relevance

/unit/src/nodejs/unit-http/
H A Dwebsocket_server.js125 this.connections.forEach(function(connection) { argument
145 this.connections.forEach(function(connection) { argument
151 this.connections.forEach(function(connection) { argument
191 WebSocketServer.prototype.handleRequestAccepted = function(connection) { argument
200 WebSocketServer.prototype.handleConnectionClose = function(connection, closeReason, description) { argument
H A Dwebsocket.js13 'connection' : require('./websocket_connection'), property in module.exports
H A Dwebsocket_request.js498 function cleanupFailedConnection(connection) { argument
/unit/src/java/nginx/unit/websocket/server/
H A DWsHttpUpgradeHandler.java62 private WebConnection connection; field in WsHttpUpgradeHandler
89 public void init(WebConnection connection) { in init()
/unit/src/
H A Dnxt_http_variables.c522 static const nxt_str_t connection[3] = { in nxt_http_var_response_connection() local
H A Dnxt_h1proto.c1226 static const nxt_str_t connection[3] = { in nxt_h1p_request_header_send() local