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 ByteBufAllocatoralloc()protected intwrite(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:
writein classSocketWritableByteChannel- Throws:
IOException
-
alloc
- Specified by:
allocin classSocketWritableByteChannel
-