Class ReadListenerSettable.Setter<C extends Channel>

java.lang.Object
org.xnio.channels.ReadListenerSettable.Setter<C>
Type Parameters:
C - the channel type
All Implemented Interfaces:
ChannelListener.Setter<C>
Enclosing interface:
ReadListenerSettable<C extends Channel>

public static class ReadListenerSettable.Setter<C extends Channel> extends Object implements ChannelListener.Setter<C>
A channel listener setter implementation which delegates to the appropriate setter method.
  • Constructor Details

    • Setter

      public Setter(ReadListenerSettable<C> settable)
      Construct a new instance.
      Parameters:
      settable - the settable to delegate to
  • Method Details