Interface AbstractNioChannel.NioUnsafe
- All Superinterfaces:
Channel.Unsafe
- All Known Implementing Classes:
AbstractNioByteChannel.NioByteUnsafe, AbstractNioChannel.AbstractNioUnsafe
- Enclosing class:
AbstractNioChannel
Special
Channel.Unsafe sub-type which allows to access the underlying SelectableChannel-
Method Summary
Modifier and TypeMethodDescriptionch()Return underlyingSelectableChannelvoidFinish connectvoidvoidread()Read from underlyingSelectableChannelMethods inherited from interface Channel.Unsafe
beginRead, bind, close, closeForcibly, connect, deregister, disconnect, flush, localAddress, outboundBuffer, recvBufAllocHandle, register, remoteAddress, voidPromise, write
-
Method Details
-
ch
SelectableChannel ch()Return underlyingSelectableChannel -
finishConnect
void finishConnect()Finish connect -
read
void read()Read from underlyingSelectableChannel -
forceFlush
void forceFlush()
-