Home
last modified time | relevance | path

Searched defs:close (Results 1 – 24 of 24) sorted by relevance

/unit/test/perl/body_io_fake/
H A DIOFake.pm27 sub close() { subroutine
/unit/src/java/nginx/unit/
H A DOutputStream.java51 public void close() in close() method in OutputStream
56 private static native void close(long req_info_ptr); in close() method in OutputStream
H A DIncludeRequestWrapper.java88 public void close() in close() method in IncludeRequestWrapper
H A DForwardRequestWrapper.java138 public void close() in close() method in ForwardRequestWrapper
/unit/test/python/close/
H A Dwsgi.py10 def close(self): member in application
/unit/test/python/close_error/
H A Dwsgi.py10 def close(self): member in application
/unit/test/python/iter_exception/
H A Dwsgi.py43 def close(self): member in application
/unit/src/java/javax/websocket/
H A DSession.java124 void close() throws IOException; in close() method
135 void close(CloseReason closeReason) throws IOException; in close() method
/unit/src/java/nginx/unit/websocket/
H A DTransformation.java110 void close(); in close() method
H A DAsyncChannelWrapper.java44 void close(); in close() method
H A DWsFrameClient.java119 private final void close(Throwable t) { in close() method in WsFrameClient
H A DAsyncChannelWrapperNonSecure.java69 public void close() { in close() method in AsyncChannelWrapperNonSecure
H A DPerMessageDeflate.java470 public void close() { in close() method in PerMessageDeflate
H A DWsSession.java465 public void close() throws IOException { in close() method in WsSession
471 public void close(CloseReason closeReason) throws IOException { in close() method in WsSession
H A DWsRemoteEndpointImplBase.java676 public final void close() { in close() method in WsRemoteEndpointImplBase
996 public void close() throws IOException { in close() method in WsRemoteEndpointImplBase.WsOutputStream
1073 public void close() throws IOException { in close() method in WsRemoteEndpointImplBase.WsWriter
H A DAsyncChannelWrapperSecure.java148 public void close() { in close() method in AsyncChannelWrapperSecure
H A DWsFrameBase.java925 public void close() { in close() method in WsFrameBase.TerminalTransformation
/unit/src/java/nginx/unit/websocket/server/
H A DWsRemoteEndpointImplServer.java51 private volatile boolean close; field in WsRemoteEndpointImplServer
H A DWsHttpUpgradeHandler.java161 private void close(CloseReason cr) { in close() method in WsHttpUpgradeHandler
/unit/src/nodejs/unit-http/
H A Dwebsocket_connection.js229 WebSocketConnection.prototype.close = function(reasonCode, description) { method in WebSocketConnection
/unit/src/java/nginx/unit/websocket/pojo/
H A DPojoMethodMapping.java81 Method close = null; in PojoMethodMapping() local
/unit/src/python/
H A Dnxt_python_wsgi.c312 PyObject *close, *result; in nxt_python_request_handler() local
/unit/src/
H A Dnxt_http.h273 void (*close)(nxt_task_t *task, nxt_http_proto_t proto, member
H A Dnxt_event_engine.h67 nxt_bool_t (*close)(nxt_event_engine_t *engine, member