Speedify SDK for Android  14.7.0
Public Member Functions | List of all members
com.speedify.speedifysdk.Types.Subnet Class Reference

Detailed Description

A subnet.

Since
14.0
Inheritance diagram for com.speedify.speedifysdk.Types.Subnet:
com.speedify.speedifysdk.Types.IPRange

Public Member Functions

 Subnet (String ipAddress, int prefixLength)
 A subnet consisting of multiple IPs within a subnet defined by prefixLength. More...
 
 Subnet (String ipAddress)
 A subnet consisting of a single IP address. More...
 
- Public Member Functions inherited from com.speedify.speedifysdk.Types.IPRange
 IPRange (String ipAddress, int prefixLength)
 An IP Range consisting of multiple IPs within a subnet defined by prefixLength. More...
 
 IPRange (String ipAddress)
 An IP Range consisting of a single IP address. More...
 
String toString ()
 

Additional Inherited Members

- Static Public Member Functions inherited from com.speedify.speedifysdk.Types.IPRange
static IPRange fromString (String range)
 Constructs an IPRange from a string. More...
 
- Public Attributes inherited from com.speedify.speedifysdk.Types.IPRange
String ipAddress
 IP address. More...
 
int prefixLength
 Network prefix length. More...
 

Constructor & Destructor Documentation

◆ Subnet() [1/2]

com.speedify.speedifysdk.Types.Subnet.Subnet ( String  ipAddress,
int  prefixLength 
)

A subnet consisting of multiple IPs within a subnet defined by prefixLength.

Parameters
ipAddressthe ip subnet address
prefixLengthsubnet prefix length
Since
14.0

◆ Subnet() [2/2]

com.speedify.speedifysdk.Types.Subnet.Subnet ( String  ipAddress)

A subnet consisting of a single IP address.

Parameters
ipAddressthe ip address
Since
14.0

The documentation for this class was generated from the following file: