public static class GroupChannel.InterceptorIterator extends Object implements Iterator<ChannelInterceptor>
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() |
ChannelInterceptor |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public InterceptorIterator(ChannelInterceptor start, ChannelInterceptor end)
public boolean hasNext()
hasNext
in interface Iterator<ChannelInterceptor>
public ChannelInterceptor next()
next
in interface Iterator<ChannelInterceptor>
public void remove()
remove
in interface Iterator<ChannelInterceptor>
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.