Uses of Class
org.jruby.ext.socket.SocketUtilsIPV6.IPv6Address
Packages that use SocketUtilsIPV6.IPv6Address
-
Uses of SocketUtilsIPV6.IPv6Address in org.jruby.ext.socket
Fields in org.jruby.ext.socket declared as SocketUtilsIPV6.IPv6AddressModifier and TypeFieldDescriptionprivate SocketUtilsIPV6.IPv6AddressSocketUtilsIPV6.IPv6Network.addressprivate SocketUtilsIPV6.IPv6AddressSocketUtilsIPV6.IPv6Network.firstprivate SocketUtilsIPV6.IPv6AddressSocketUtilsIPV6.IPv6Network.lastMethods in org.jruby.ext.socket that return SocketUtilsIPV6.IPv6AddressModifier and TypeMethodDescriptionSocketUtilsIPV6.IPv6Address.add(int value) Addition.SocketUtilsIPV6.IPv6NetworkMask.asAddress()SocketUtilsIPV6.IPv6Address.fromString(String string) Create an IPv6 address from its String representation.SocketUtilsIPV6.IPv6Address.maskWithNetworkMask(SocketUtilsIPV6.IPv6NetworkMask networkMask) Mask the address with the given network mask.SocketUtilsIPV6.IPv6Address.maximumAddressWithNetworkMask(SocketUtilsIPV6.IPv6NetworkMask networkMask) Calculate the maximum address with the given network mask.private SocketUtilsIPV6.IPv6AddressSocketUtilsIPV6.IPv6Address.mergeLongArrayIntoIPv6Address(long[] longs) SocketUtilsIPV6.IPv6Address.subtract(int value) Subtraction.Constructors in org.jruby.ext.socket with parameters of type SocketUtilsIPV6.IPv6AddressModifierConstructorDescriptionprivateIPv6Network(SocketUtilsIPV6.IPv6Address address, SocketUtilsIPV6.IPv6NetworkMask networkMask) Construct from address and network mask.