public class ContextChannelWriter extends Object implements ChannelWriter
Modifier and Type | Method and Description |
---|---|
void |
flush() |
void |
notifyMoreData() |
void |
write(Object message) |
public void write(Object message)
write
in interface ChannelWriter
public void notifyMoreData()
notifyMoreData
in interface ChannelWriter
public void flush()
flush
in interface ChannelWriter