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:
Closeable
,AutoCloseable
,Channel
,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 -
Method Summary
Modifier and TypeMethodDescriptionprotected ByteBufAllocator
alloc()
protected int
write
(ByteBuffer buf, int pos, int limit) Methods inherited from class io.netty.channel.unix.SocketWritableByteChannel
close, isOpen, write
-
Constructor Details
-
EpollSocketWritableByteChannel
EpollSocketWritableByteChannel()
-
-
Method Details
-
write
- Overrides:
write
in classSocketWritableByteChannel
- Throws:
IOException
-
alloc
- Specified by:
alloc
in classSocketWritableByteChannel
-