Searched defs:attachment (Results 1 – 4 of 4) sorted by last modified time
/unit/src/java/nginx/unit/websocket/ |
H A D | WsFrameClient.java | 151 public void completed(Integer result, Void attachment) { in completed() 167 public void failed(Throwable exc, Void attachment) { in failed()
|
H A D | AsyncChannelWrapper.java | 35 <B,A extends B> void read(ByteBuffer dst, A attachment, in read() 41 long timeout, TimeUnit unit, A attachment, in write()
|
H A D | AsyncChannelWrapperNonSecure.java | 50 public <B,A extends B> void read(ByteBuffer dst, A attachment, in read() 62 long timeout, TimeUnit unit, A attachment, in write()
|
H A D | AsyncChannelWrapperSecure.java | 94 public <B,A extends B> void read(ByteBuffer dst, A attachment, in read() 131 long timeout, TimeUnit unit, A attachment, in write() 445 private final A attachment; field in AsyncChannelWrapperSecure.WrapperFuture 455 public WrapperFuture(CompletionHandler<T,A> handler, A attachment) { in WrapperFuture()
|