public static class GroupChannel.InterceptorIterator
extends java.lang.Object
implements java.util.Iterator
Title: Interceptor Iterator
Description: An iterator to loop through the interceptors in a channel
Constructor and Description |
---|
InterceptorIterator(ChannelInterceptor start,
ChannelInterceptor end) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.lang.Object |
next() |
void |
remove() |
public InterceptorIterator(ChannelInterceptor start, ChannelInterceptor end)
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.