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

Detailed Description

Represents an IP network segment.

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

Public Member Functions

 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 ()
 

Static Public Member Functions

static IPRange fromString (String range)
 Constructs an IPRange from a string. More...
 

Public Attributes

String ipAddress
 IP address. More...
 
int prefixLength
 Network prefix length. More...
 

Constructor & Destructor Documentation

◆ IPRange() [1/2]

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

An IP Range consisting of multiple IPs within a subnet defined by prefixLength.

Parameters
ipAddressthe ip subnet address
prefixLengthsubnet prefix length
Since
5.8

◆ IPRange() [2/2]

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

An IP Range consisting of a single IP address.

Parameters
ipAddressthe ip address
Since
6.0

Member Function Documentation

◆ fromString()

static IPRange com.speedify.speedifysdk.Types.IPRange.fromString ( String  range)
static

Constructs an IPRange from a string.

Parameters
rangestring representing the range
Returns
constructed IPRange object
Since
5.8

◆ toString()

String com.speedify.speedifysdk.Types.IPRange.toString ( )
Since
5.8

Member Data Documentation

◆ ipAddress

String com.speedify.speedifysdk.Types.IPRange.ipAddress

IP address.

Since
5.9

◆ prefixLength

int com.speedify.speedifysdk.Types.IPRange.prefixLength

Network prefix length.

Since
5.8

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