Class AbstractChannel.AbstractUnsafe

java.lang.Object
io.netty.channel.AbstractChannel.AbstractUnsafe
All Implemented Interfaces:
Channel.Unsafe
Direct Known Subclasses:
AbstractEpollChannel.AbstractEpollUnsafe, AbstractKQueueChannel.AbstractKQueueUnsafe, AbstractNioChannel.AbstractNioUnsafe, AbstractOioChannel.DefaultOioUnsafe, AbstractServerChannel.DefaultServerUnsafe, EmbeddedChannel.EmbeddedUnsafe, FailedChannel.FailedChannelUnsafe, LocalChannel.LocalUnsafe
Enclosing class:
AbstractChannel

protected abstract class AbstractChannel.AbstractUnsafe extends Object implements Channel.Unsafe
Channel.Unsafe implementation which sub-classes must extend and use.