static class StreamMonitorPlugin.MonitorCompletionHandler<A> extends Object implements CompletionHandler<Integer,A>
| 限定符和类型 | 字段和说明 |
|---|---|
(专用程序包) ByteBuffer |
buffer |
(专用程序包) AsynchronousSocketChannel |
channel |
(专用程序包) java.util.function.BiConsumer<AsynchronousSocketChannel,byte[]> |
consumer |
(专用程序包) CompletionHandler<Integer,A> |
handler |
| 构造器和说明 |
|---|
MonitorCompletionHandler(AsynchronousSocketChannel channel,
CompletionHandler<Integer,A> handler,
java.util.function.BiConsumer<AsynchronousSocketChannel,byte[]> consumer,
ByteBuffer buffer) |
CompletionHandler<Integer,A> handler
java.util.function.BiConsumer<AsynchronousSocketChannel,byte[]> consumer
ByteBuffer buffer
AsynchronousSocketChannel channel
public MonitorCompletionHandler(AsynchronousSocketChannel channel, CompletionHandler<Integer,A> handler, java.util.function.BiConsumer<AsynchronousSocketChannel,byte[]> consumer, ByteBuffer buffer)
Copyright © 2023. All rights reserved.