Package io.netty.channel.epoll
Class AbstractEpollStreamChannel.EpollSocketWritableByteChannel
- java.lang.Object
-
- io.netty.channel.unix.SocketWritableByteChannel
-
- io.netty.channel.epoll.AbstractEpollStreamChannel.EpollSocketWritableByteChannel
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,java.nio.channels.Channel,java.nio.channels.WritableByteChannel
- Enclosing class:
- AbstractEpollStreamChannel
private final class AbstractEpollStreamChannel.EpollSocketWritableByteChannel extends SocketWritableByteChannel
-
-
Field Summary
-
Fields inherited from class io.netty.channel.unix.SocketWritableByteChannel
fd
-
-
Constructor Summary
Constructors Constructor Description EpollSocketWritableByteChannel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ByteBufAllocatoralloc()protected intwrite(java.nio.ByteBuffer buf, int pos, int limit)-
Methods inherited from class io.netty.channel.unix.SocketWritableByteChannel
close, isOpen, write
-
-
-
-
Method Detail
-
write
protected int write(java.nio.ByteBuffer buf, int pos, int limit) throws java.io.IOException- Overrides:
writein classSocketWritableByteChannel- Throws:
java.io.IOException
-
alloc
protected ByteBufAllocator alloc()
- Specified by:
allocin classSocketWritableByteChannel
-
-