Uses of Class
org.jruby.ext.socket.SocketUtilsIPV6.IPv6Address
Packages that use SocketUtilsIPV6.IPv6Address
-
Uses of SocketUtilsIPV6.IPv6Address in org.jruby.ext.socket
Methods 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.SocketUtilsIPV6.IPv6Address.subtract(int value) Subtraction.