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(java.lang.Object o)
Deprecated.
Writes data over the channel.
|
poisonvoid write(java.lang.Object o)
throws ChannelDataRejectedException
write in interface ChannelOutputo - an object to write over the channel.ChannelDataRejectedException - if the reader rejects the data instead of reading it from the channel.Copyright © 1996–2022. All rights reserved.