class RejectableChannelInputImpl extends ChannelInputImpl implements RejectableChannelInput
Constructor and Description |
---|
RejectableChannelInputImpl(ChannelInternals _channel,
int _immunity) |
Modifier and Type | Method and Description |
---|---|
void |
reject()
Reject any data pending instead of reading it.
|
endRead, poison, read, startRead
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endRead, read, startRead
poison
public RejectableChannelInputImpl(ChannelInternals _channel, int _immunity)
public void reject()
RejectableChannelInput
ChannelDataRejectedException
.reject
in interface RejectableChannelInput