public static interface AbstractNioChannel.NioUnsafe extends Channel.Unsafe
Unsafe
sub-type which allows to access the underlying SelectableChannel
Modifier and Type | Method and Description |
---|---|
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, recvBufAllocHandle, register, remoteAddress, voidPromise, write
SelectableChannel ch()
SelectableChannel
void finishConnect()
void read()
SelectableChannel
void forceFlush()
Copyright © 2008–2024 The Netty Project. All rights reserved.