org.apache.activeio.xnet.hba
Class ExactIPv6AddressPermission
java.lang.Object
org.apache.activeio.xnet.hba.ExactIPv6AddressPermission
- All Implemented Interfaces:
- Serializable, IPAddressPermission
public class ExactIPv6AddressPermission
- extends Object
- implements IPAddressPermission
- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExactIPv6AddressPermission
public ExactIPv6AddressPermission(byte[] bytes)
ExactIPv6AddressPermission
public ExactIPv6AddressPermission(String mask)
canSupport
public static boolean canSupport(String mask)
implies
public boolean implies(InetAddress address)
- Specified by:
implies
in interface IPAddressPermission
Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.