Uses of Class
org.jruby.ext.socket.SocketUtilsIPV6.IPv6NetworkMask
Packages that use SocketUtilsIPV6.IPv6NetworkMask
-
Uses of SocketUtilsIPV6.IPv6NetworkMask in org.jruby.ext.socket
Fields in org.jruby.ext.socket declared as SocketUtilsIPV6.IPv6NetworkMaskModifier and TypeFieldDescriptionprivate SocketUtilsIPV6.IPv6NetworkMaskSocketUtilsIPV6.IPv6Network.networkMaskMethods in org.jruby.ext.socket that return SocketUtilsIPV6.IPv6NetworkMaskMethods in org.jruby.ext.socket with parameters of type SocketUtilsIPV6.IPv6NetworkMaskModifier and TypeMethodDescriptionSocketUtilsIPV6.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.Constructors in org.jruby.ext.socket with parameters of type SocketUtilsIPV6.IPv6NetworkMaskModifierConstructorDescriptionprivateIPv6Network(SocketUtilsIPV6.IPv6Address address, SocketUtilsIPV6.IPv6NetworkMask networkMask) Construct from address and network mask.