Uses of Interface
org.jboss.netty.handler.ipfilter.IpFilterRule
Packages that use IpFilterRule
-
Uses of IpFilterRule in org.jboss.netty.handler.ipfilter
Classes in org.jboss.netty.handler.ipfilter that implement IpFilterRuleModifier and TypeClassDescriptionclassIp V4 and Ip V6 filter rule.
Note that mix of IPV4 and IPV6 is allowed but it is not recommended.classIpV4 only Filter RuleclassThe Class PatternRule represents an IP filter rule using string patterns.Subclasses with type arguments of type IpFilterRule in org.jboss.netty.handler.ipfilterModifier and TypeClassDescriptionclassThe Class IpFilterRuleList is a helper class to generate a List of Rules from a string.Fields in org.jboss.netty.handler.ipfilter with type parameters of type IpFilterRuleModifier and TypeFieldDescriptionprivate final CopyOnWriteArrayList<IpFilterRule> IpFilterRuleHandler.ipFilterRuleListList ofIpFilterRuleMethods in org.jboss.netty.handler.ipfilter that return IpFilterRuleModifier and TypeMethodDescriptionIpFilterRuleHandler.get(int index) Returns the element at the specified position in this listIpFilterRuleHandler.remove(int index) Removes the element at the specified position in this listIpFilterRuleHandler.set(int index, IpFilterRule ipFilterRule) Replaces the element at the specified position in this list with the specified elementMethods in org.jboss.netty.handler.ipfilter with parameters of type IpFilterRuleModifier and TypeMethodDescriptionvoidIpFilterRuleHandler.add(int index, IpFilterRule ipFilterRule) Add an ipFilterRule in the list at the specified position (shifting to the right other elements)voidIpFilterRuleHandler.add(IpFilterRule ipFilterRule) Add an ipFilterRule in the list at the endbooleanIpFilterRuleHandler.addIfAbsent(IpFilterRule ipFilterRule) Append the element if not present.booleanIpFilterRuleHandler.contains(IpFilterRule ipFilterRule) Returns true if this list contains the specified elementvoidIpFilterRuleHandler.remove(IpFilterRule ipFilterRule) Remove the ipFilterRule from the listIpFilterRuleHandler.set(int index, IpFilterRule ipFilterRule) Replaces the element at the specified position in this list with the specified elementMethod parameters in org.jboss.netty.handler.ipfilter with type arguments of type IpFilterRuleModifier and TypeMethodDescriptionvoidIpFilterRuleHandler.addAll(int index, Collection<IpFilterRule> c) Inserts all of the elements in the specified collection into this list, starting at the specified position.voidIpFilterRuleHandler.addAll(Collection<IpFilterRule> c) Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.intIpFilterRuleHandler.addAllAbsent(Collection<IpFilterRule> c) Append the element if not present.booleanIpFilterRuleHandler.containsAll(Collection<IpFilterRule> c) Returns true if this list contains all of the elements of the specified collectionvoidIpFilterRuleHandler.removeAll(Collection<IpFilterRule> c) Removes from this list all of its elements that are contained in the specified collectionvoidIpFilterRuleHandler.retainAll(Collection<IpFilterRule> c) Retains only the elements in this list that are contained in the specified collectionConstructor parameters in org.jboss.netty.handler.ipfilter with type arguments of type IpFilterRuleModifierConstructorDescriptionIpFilterRuleHandler(List<IpFilterRule> newList) Constructor from a new list of IpFilterRule