Defines an interface for an input channel end that gives the reader the ability to reject instead of accepting pending data.
Type | Name and description |
---|---|
void |
reject() Reject any data pending instead of reading it. |
Methods inherited from class | Name |
---|---|
interface ChannelInput |
endRead, read, startRead |
interface Poisonable |
poison |