Package io.netty.channel.epoll
Class AbstractEpollStreamChannel.SpliceOutTask
- java.lang.Object
-
- io.netty.channel.epoll.AbstractEpollStreamChannel.SpliceOutTask
-
- Enclosing class:
- AbstractEpollStreamChannel
private final class AbstractEpollStreamChannel.SpliceOutTask extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
autoRead
private AbstractEpollStreamChannel
ch
private int
len
-
Constructor Summary
Constructors Constructor Description SpliceOutTask(AbstractEpollStreamChannel ch, int len, boolean autoRead)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
spliceOut()
-
-
-
Field Detail
-
ch
private final AbstractEpollStreamChannel ch
-
autoRead
private final boolean autoRead
-
len
private int len
-
-
Constructor Detail
-
SpliceOutTask
SpliceOutTask(AbstractEpollStreamChannel ch, int len, boolean autoRead)
-
-