Package io.netty.channel.kqueue
Class AbstractKQueueStreamChannel.KQueueSocketWritableByteChannel
- java.lang.Object
-
- io.netty.channel.unix.SocketWritableByteChannel
-
- io.netty.channel.kqueue.AbstractKQueueStreamChannel.KQueueSocketWritableByteChannel
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,java.nio.channels.Channel
,java.nio.channels.WritableByteChannel
- Enclosing class:
- AbstractKQueueStreamChannel
private final class AbstractKQueueStreamChannel.KQueueSocketWritableByteChannel extends SocketWritableByteChannel
-
-
Field Summary
-
Fields inherited from class io.netty.channel.unix.SocketWritableByteChannel
fd
-
-
Constructor Summary
Constructors Constructor Description KQueueSocketWritableByteChannel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ByteBufAllocator
alloc()
-
Methods inherited from class io.netty.channel.unix.SocketWritableByteChannel
close, isOpen, write, write
-
-
-
-
Method Detail
-
alloc
protected ByteBufAllocator alloc()
- Specified by:
alloc
in classSocketWritableByteChannel
-
-