PoisonException
. It remains only because it is used by some of the networking features.public interface RejectableChannelOutput extends ChannelOutput
reject
instead of read
on the input channel end.Modifier and Type | Method and Description |
---|---|
void |
write(Object o)
Deprecated.
Writes data over the channel.
|
poison
void write(Object o) throws ChannelDataRejectedException
write
in interface ChannelOutput
o
- an object to write over the channel.ChannelDataRejectedException
- if the reader rejects the data instead of reading it from the channel.Copyright © 1996–2015. All rights reserved.