Uses of Class
org.eblocker.server.common.data.Ip6Address
Packages that use Ip6Address
Package
Description
-
Uses of Ip6Address in org.eblocker.server.common.data
Fields in org.eblocker.server.common.data declared as Ip6AddressModifier and TypeFieldDescriptionstatic final Ip6AddressIp6Address.LINK_LOCAL_NETWORK_ADDRESSstatic final Ip6AddressIp6Address.MULTICAST_ALL_NODES_ADDRESSstatic final Ip6AddressIp6Address.MULTICAST_ALL_ROUTERS_ADDRESSstatic final Ip6AddressIp6Address.UNIQUE_LOCAL_NETWORK_ADDRESSstatic final Ip6AddressIp6Address.UNSPECIFIED_ADDRESSMethods in org.eblocker.server.common.data that return Ip6AddressModifier and TypeMethodDescriptionstatic Ip6AddressIp6Address.of(byte[] bytes) static Ip6AddressMethods in org.eblocker.server.common.data that return types with arguments of type Ip6AddressModifier and TypeMethodDescriptionNetworkIp6Configuration.getGlobalAddresses()NetworkIp6Configuration.getLocalAddresses()Method parameters in org.eblocker.server.common.data with type arguments of type Ip6AddressModifier and TypeMethodDescriptionvoidNetworkIp6Configuration.setGlobalAddresses(List<Ip6Address> globalAddresses) voidNetworkIp6Configuration.setLocalAddresses(List<Ip6Address> localAddresses) -
Uses of Ip6Address in org.eblocker.server.common.data.dns
Methods in org.eblocker.server.common.data.dns that return Ip6AddressModifier and TypeMethodDescriptionLocalDnsRecord.getIp6Address()LocalDnsRecord.getVpnIp6Address()Constructors in org.eblocker.server.common.data.dns with parameters of type Ip6AddressModifierConstructorDescriptionLocalDnsRecord(String name, boolean builtin, boolean hidden, Ip4Address ipAddress, Ip6Address ip6Address, Ip4Address vpnIpAddress, Ip6Address vpnIp6Address) -
Uses of Ip6Address in org.eblocker.server.common.network
Methods in org.eblocker.server.common.network that return Ip6AddressMethods in org.eblocker.server.common.network with parameters of type Ip6AddressModifier and TypeMethodDescriptionvoidIp6AddressDelayedValidator.validateDelayed(String hardwareAddress, Ip6Address candidate) -
Uses of Ip6Address in org.eblocker.server.common.network.icmpv6
Methods in org.eblocker.server.common.network.icmpv6 that return Ip6AddressModifier and TypeMethodDescriptionIcmp6Message.getDestinationAddress()PrefixOption.getPrefix()Icmp6Message.getSourceAddress()NeighborAdvertisement.getTargetAddress()NeighborSolicitation.getTargetAddress()Methods in org.eblocker.server.common.network.icmpv6 that return types with arguments of type Ip6AddressMethods in org.eblocker.server.common.network.icmpv6 with parameters of type Ip6AddressModifier and TypeMethodDescriptionRouterAdvertisementFactory.create(byte[] sourceHardwareAddress, Ip6Address sourceAddress, byte[] targetHardwareAddress, Ip6Address targetAddress) Constructors in org.eblocker.server.common.network.icmpv6 with parameters of type Ip6AddressModifierConstructorDescriptionEchoRequest(byte[] sourceHardwareAddress, Ip6Address sourceAddress, byte[] destinationHardwareAddress, Ip6Address destinationAddress, int identifier, int sequence, byte[] data) Icmp6Message(byte[] sourceHardwareAddress, Ip6Address sourceAddress, byte[] destinationHardwareAddress, Ip6Address destinationAddress, int icmpType) NeighborAdvertisement(byte[] sourceHardwareAddress, Ip6Address sourceAddress, byte[] destinationHardwareAddress, Ip6Address destinationAddress, boolean router, boolean solicited, boolean override, Ip6Address targetAddress, List<Option> options) NeighborDiscoveryMessage(byte[] sourceHardwareAddress, Ip6Address sourceAddress, byte[] destinationHardwareAddress, Ip6Address destinationAddress, int icmpType, List<Option> options) NeighborSolicitation(byte[] sourceHardwareAddress, Ip6Address sourceAddress, byte[] destinationHardwareAddress, Ip6Address destinationAddress, Ip6Address targetAddress, List<Option> options) PrefixOption(short prefixLength, boolean onLink, boolean autonomousAddressConfiguration, long validLifetime, long preferredLifetime, Ip6Address prefix) RouterAdvertisement(byte[] sourceHardwareAddress, Ip6Address sourceAddress, byte[] targetHardwareAddress, Ip6Address targetAddress, short currentHopLimit, boolean managedAddressConfiguration, boolean otherConfiguration, boolean homeAgent, RouterAdvertisement.RouterPreference routerPreference, int routerLifetime, long reachableTime, long retransTimer, List<Option> options) RouterSolicitation(byte[] sourceHardwareAddress, Ip6Address sourceAddress, byte[] destinationHardwareAddress, Ip6Address destinationAddress, List<Option> options) Constructor parameters in org.eblocker.server.common.network.icmpv6 with type arguments of type Ip6AddressModifierConstructorDescriptionRecursiveDnsServerOption(long lifetime, List<Ip6Address> dnsServers) -
Uses of Ip6Address in org.eblocker.server.common.util
Methods in org.eblocker.server.common.util that return Ip6AddressModifier and TypeMethodDescriptionstatic Ip6AddressIp6Utils.combine(Ip6Address networkAddress, Ip6Address hostAddress) static Ip6AddressIp6Utils.getHostAddress(Ip6Address address, int prefixLength) static Ip6AddressIp6Utils.getNetworkAddress(Ip6Address address, int prefixLength) Methods in org.eblocker.server.common.util with parameters of type Ip6AddressModifier and TypeMethodDescriptionstatic Ip6AddressIp6Utils.combine(Ip6Address networkAddress, Ip6Address hostAddress) static Ip6AddressIp6Utils.getHostAddress(Ip6Address address, int prefixLength) static Ip6AddressIp6Utils.getNetworkAddress(Ip6Address address, int prefixLength) static booleanIp6Utils.isInNetwork(Ip6Address hostAddress, Ip6Address networkAddress, int prefixLength) static booleanIp6Utils.isLinkLocal(Ip6Address address) static booleanIp6Utils.isUniqueLocal(Ip6Address address)