public class NetworkFunctions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
NetworkFunctions.AddressCountFunction
This function retunrs the number of IP addresses in the input CIDR block.
|
static class |
NetworkFunctions.BroadcastAddressFunction
This function returns the broadcast address of a given CIDR block.
|
static class |
NetworkFunctions.HighAddressFunction
This function gets the numerically highest IP address in an input CIDR block.
|
static class |
NetworkFunctions.InetAtonFunction
This function converts an IPv4 address into a BigInt.
|
static class |
NetworkFunctions.InetNtoaFunction
This function converts a BigInt IPv4 into dotted decimal notation.
|
static class |
NetworkFunctions.InNetworkFunction
This function takes two arguments, an input IPv4 and a CIDR, and returns true if the IP is in the given CIDR block
|
static class |
NetworkFunctions.IsPrivateIP
This function returns true if a given IPv4 address is private, false if not.
|
static class |
NetworkFunctions.IsValidIPFunction
Returns true if the input string is a valid IP address
|
static class |
NetworkFunctions.IsValidIPV4Function
Returns true if the input string is a valid IPv4 address
|
static class |
NetworkFunctions.IsValidIPv6Function
Returns true if the input string is a valid IP address
|
static class |
NetworkFunctions.LowAddressFunction
This function gets the numerically lowest IP address in an input CIDR block.
|
static class |
NetworkFunctions.NetmaskFunction
This function gets the netmask of the input CIDR block.
|
static class |
NetworkFunctions.UrlDecodeFunction
This function decodes URL strings.
|
static class |
NetworkFunctions.UrlEncodeFunction
This function encodes URL strings.
|
Constructor and Description |
---|
NetworkFunctions() |
Copyright © 2021 The Apache Software Foundation. All rights reserved.