public static interface AbstractNioChannel.NioUnsafe extends Channel.Unsafe
Unsafe
子类型,允许访问底层的
SelectableChannel
Modifier and Type | Method and Description |
---|---|
java.nio.channels.SelectableChannel |
ch()
返回底层
SelectableChannel
|
void |
finishConnect()
完成连接
|
void |
forceFlush() |
void |
read()
从底层
SelectableChannel 读取
|
beginRead, bind, close, closeForcibly, connect, deregister, disconnect, flush, localAddress, outboundBuffer, recvBufAllocHandle, register, remoteAddress, voidPromise, write
Copyright © 2008–2018 The Netty Project. All rights reserved.