Home
last modified time | relevance | path

Searched refs:srcs (Results 1 – 3 of 3) sorted by relevance

/unit/src/java/nginx/unit/websocket/
H A DAsyncChannelWrapperNonSecure.java61 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 DAsyncChannelWrapperSecure.java130 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()
H A DAsyncChannelWrapper.java40 <B,A extends B> void write(ByteBuffer[] srcs, int offset, int length, in write() argument