class StreamMonitorPlugin.StreamMonitorAsynchronousSocketChannel extends AsynchronousSocketChannelProxy
asynchronousSocketChannel| 构造器和说明 |
|---|
StreamMonitorAsynchronousSocketChannel(AsynchronousSocketChannel asynchronousSocketChannel) |
| 限定符和类型 | 方法和说明 |
|---|---|
<A> void |
read(ByteBuffer dst,
long timeout,
TimeUnit unit,
A attachment,
CompletionHandler<Integer,? super A> handler) |
<A> void |
write(ByteBuffer src,
long timeout,
TimeUnit unit,
A attachment,
CompletionHandler<Integer,? super A> handler) |
bind, close, connect, connect, getLocalAddress, getOption, getRemoteAddress, isOpen, read, read, setOption, shutdownInput, shutdownOutput, supportedOptions, write, writepublic StreamMonitorAsynchronousSocketChannel(AsynchronousSocketChannel asynchronousSocketChannel)
public <A> void read(ByteBuffer dst, long timeout, TimeUnit unit, A attachment, CompletionHandler<Integer,? super A> handler)
read 在类中 AsynchronousSocketChannelProxypublic <A> void write(ByteBuffer src, long timeout, TimeUnit unit, A attachment, CompletionHandler<Integer,? super A> handler)
write 在类中 AsynchronousSocketChannelProxyCopyright © 2023. All rights reserved.