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