Class GroupChannel.InterceptorIterator

  • All Implemented Interfaces:
    java.util.Iterator<ChannelInterceptor>
    Enclosing class:
    GroupChannel

    public static class GroupChannel.InterceptorIterator
    extends java.lang.Object
    implements java.util.Iterator<ChannelInterceptor>
    An iterator to loop through the interceptors in a channel.
    • Constructor Detail

      • InterceptorIterator

        public InterceptorIterator​(ChannelInterceptor start,
                                   ChannelInterceptor end)
        Creates an InterceptorIterator.
        Parameters:
        start - The first interceptor to iterate from
        end - The end marker interceptor (not included in iteration)