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, invoker, localAddress, outboundBuffer, recvBufAllocHandle, register, remoteAddress, voidPromise, writeSelectableChannel ch()
SelectableChannelvoid finishConnect()
void read()
SelectableChannelvoid forceFlush()
Copyright © 2008–2015 The Netty Project. All rights reserved.