public static interface AbstractNioChannel.NioUnsafe extends Channel.Unsafe
Unsafe
sub-type which allows to access the underlying SelectableChannel
Modifier and Type | Method and Description |
---|---|
java.nio.channels.SelectableChannel |
ch()
Return underlying
SelectableChannel |
void |
finishConnect()
Finish connect
|
void |
forceFlush() |
void |
read()
Read from underlying
SelectableChannel |
beginRead, bind, close, closeForcibly, connect, deregister, disconnect, flush, localAddress, outboundBuffer, register, remoteAddress, voidPromise, write
Copyright © 2008–2018 The Netty Project. All rights reserved.