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, startReadclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitendRead, read, startReadpoisonpublic RejectableChannelInputImpl(ChannelInternals _channel, int _immunity)
public void reject()
RejectableChannelInputChannelDataRejectedException.reject in interface RejectableChannelInput