/unit/ |
H A D | CHANGES | 17 *) Bugfix: ServerRequest.destroy() implemented in Node.js module to make
|
/unit/src/java/javax/websocket/ |
H A D | Decoder.java | 28 abstract void destroy(); in destroy() method
|
H A D | Encoder.java | 28 abstract void destroy(); in destroy() method
|
/unit/src/java/nginx/unit/ |
H A D | Context.java | 1771 s.destroy(); 1775 f.destroy(); 2012 public void destroy() 2015 servlet_.destroy(); 2408 public void destroy() 2411 filter_.destroy();
|
/unit/src/java/nginx/unit/websocket/ |
H A D | WsRemoteEndpointImplBase.java | 678 entry.getEncoder().destroy(); in close()
|
H A D | WsWebSocketContainer.java | 1027 public void destroy() { in destroy() method in WsWebSocketContainer
|
/unit/src/java/nginx/unit/websocket/pojo/ |
H A D | PojoMessageHandlerWholeBinary.java | 128 decoder.destroy(); in onClose()
|
H A D | PojoMessageHandlerWholeText.java | 133 decoder.destroy(); in onClose()
|
/unit/src/java/nginx/unit/websocket/server/ |
H A D | WsContextListener.java | 48 ((WsServerContainer) obj).destroy(); in contextDestroyed()
|
H A D | WsHttpUpgradeHandler.java | 137 public void destroy() { in destroy() method in WsHttpUpgradeHandler
|
/unit/src/nodejs/unit-http/ |
H A D | http_server.js | 39 ServerResponse.prototype.destroy = function destroy(error) { method in ServerResponse
|
H A D | socket.js | 56 Socket.prototype.destroy = function destroy(exception) { method in Socket
|
H A D | unit.cpp | 152 wrapper_(wrap(jsthis, this, destroy)), in Unit() 205 Unit::destroy(napi_env env, void *nativeObject, void *finalize_hint) in destroy() function in Unit
|
H A D | unit.h | 21 static void destroy(napi_env env, void *nativeObject, void *finalize_hint);
|
H A D | websocket_connection.js | 185 this.socket.destroy(error); 284 this.socket.destroy();
|
/unit/src/ |
H A D | nxt_buf_pool.c | 144 if (bp->destroy) { in nxt_buf_pool_free() 177 bp->destroy = 1; in nxt_buf_pool_destroy()
|
H A D | nxt_buf_pool.h | 31 uint8_t destroy; /* 1 bit */ member
|
/unit/src/wasm/ |
H A D | nxt_rt_wasmtime.c | 430 .destroy = nxt_wasmtime_destroy,
|
H A D | nxt_wasm.c | 235 nxt_wops->destroy(&nxt_wasm_ctx); in nxt_wasm_start()
|
H A D | nxt_wasm.h | 129 void (*destroy)(const nxt_wasm_ctx_t *ctx); member
|
/unit/test/java/filter/ |
H A D | app.java | 42 public void destroy() in destroy() method in app.filter
|
/unit/test/java/welcome_files/ |
H A D | app.java | 35 public void destroy() { } in destroy() method in app.jsp_filter 54 public void destroy() { } in destroy() method in app.txt_filter
|