Home
last modified time | relevance | path

Searched defs:flush (Results 1 – 4 of 4) sorted by relevance

/unit/src/java/nginx/unit/
H A DOutputStream.java43 public void flush() in flush() method in OutputStream
48 private static native void flush(long req_info_ptr); in flush() method in OutputStream
/unit/src/
H A Dnxt_sendbuf.c216 nxt_bool_t flush; in nxt_sendbuf_copy_coalesce() local
298 nxt_bool_t flush; in nxt_sendbuf_copy() local
/unit/src/java/nginx/unit/websocket/
H A DPerMessageDeflate.java342 int flush = (uncompressedPart.isFin() ? Deflater.SYNC_FLUSH : Deflater.NO_FLUSH); in sendMessagePart() local
H A DWsRemoteEndpointImplBase.java982 public void flush() throws IOException { in flush() method in WsRemoteEndpointImplBase.WsOutputStream
1061 public void flush() throws IOException { in flush() method in WsRemoteEndpointImplBase.WsWriter