Home
last modified time | relevance | path

Searched defs:reason (Results 1 – 8 of 8) sorted by last modified time

/unit/src/nodejs/unit-http/
H A Dhttp_server.js184 function writeHead(statusCode, reason, obj) { argument
H A Dwebsocket_request.js448 WebSocketRequest.prototype.reject = function(status, reason, extraHeaders) { argument
H A Dwebsocket_router_request.js49 WebSocketRouterRequest.prototype.reject = function(status, reason, extraHeaders) { argument
/unit/src/
H A Dnxt_openssl.c455 long reason; local
H A Dnxt_cert.c101 long length, reason; in nxt_cert_bio() local
/unit/test/unit/applications/
H A Dwebsockets.py69 def serialize_close(self, code=1000, reason=''): argument
/unit/src/java/nginx/unit/websocket/
H A DWsFrameBase.java318 String reason = null; in processDataControl() local
H A DWsSession.java637 String reason = closeReason.getReasonPhrase(); in sendCloseMessage() local
669 protected static void appendCloseReasonWithTruncation(ByteBuffer msg, String reason) { in appendCloseReasonWithTruncation()