Searched refs:srcs (Results 1 – 3 of 3) sorted by path
/unit/src/java/nginx/unit/websocket/ |
H A D | AsyncChannelWrapper.java | 40 <B,A extends B> void write(ByteBuffer[] srcs, int offset, int length, in write() argument
|
H A D | AsyncChannelWrapperNonSecure.java | 61 public <B,A extends B> void write(ByteBuffer[] srcs, int offset, int length, in write() argument 65 srcs, offset, length, timeout, unit, attachment, handler); in write()
|
H A D | AsyncChannelWrapperSecure.java | 130 public <B,A extends B> void write(ByteBuffer[] srcs, int offset, int length, in write() argument 142 WriteTask writeTask = new WriteTask(srcs, offset, length, future); in write() 171 private final ByteBuffer[] srcs; field in AsyncChannelWrapperSecure.WriteTask 176 public WriteTask(ByteBuffer[] srcs, int offset, int length, in WriteTask() argument 178 this.srcs = srcs; in WriteTask() 190 ByteBuffer src = srcs[i]; in run()
|