C
- the channel typepublic static class AcceptListenerSettable.Setter<C extends Channel> extends Object implements ChannelListener.Setter<C>
Constructor and Description |
---|
Setter(AcceptListenerSettable<C> settable)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
set(ChannelListener<? super C> listener)
Set the listener, or
null to ignore the associated event type. |
public Setter(AcceptListenerSettable<C> settable)
settable
- the settable to delegate topublic void set(ChannelListener<? super C> listener)
ChannelListener.Setter
null
to ignore the associated event type.set
in interface ChannelListener.Setter<C extends Channel>
listener
- the new listenerCopyright © 2018 JBoss by Red Hat. All rights reserved.