public interface ReadListenerSettable<C extends Channel>
Modifier and Type | Interface and Description |
---|---|
static class |
ReadListenerSettable.Setter<C extends Channel>
A channel listener setter implementation which delegates to the appropriate setter method.
|
Modifier and Type | Method and Description |
---|---|
ChannelListener<? super C> |
getReadListener()
Get the read listener.
|
void |
setReadListener(ChannelListener<? super C> listener)
Set the read listener.
|
void setReadListener(ChannelListener<? super C> listener)
listener
- the read listenerChannelListener<? super C> getReadListener()
Copyright © 2021 JBoss by Red Hat. All rights reserved.