Package io.netty.channel.nio
Interface AbstractNioChannel.NioUnsafe
-
- All Superinterfaces:
Channel.Unsafe
- All Known Implementing Classes:
AbstractNioByteChannel.NioByteUnsafe,AbstractNioChannel.AbstractNioUnsafe
- Enclosing class:
- AbstractNioChannel
public static interface AbstractNioChannel.NioUnsafe extends Channel.Unsafe
SpecialChannel.Unsafesub-type which allows to access the underlyingSelectableChannel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.nio.channels.SelectableChannelch()Return underlyingSelectableChannelvoidfinishConnect()Finish connectvoidforceFlush()voidread()Read from underlyingSelectableChannel-
Methods inherited from interface io.netty.channel.Channel.Unsafe
beginRead, bind, close, closeForcibly, connect, deregister, disconnect, flush, localAddress, outboundBuffer, recvBufAllocHandle, register, remoteAddress, voidPromise, write
-
-