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

Detailed Description

Methods to obtain IP and port used for interprocess communication when not explicitly specifying a port.

Since
11.2.2

Static Public Member Functions

static String getWSAutomaticIP ()
 Get used local IP address. More...
 
static int getWSAutomaticPort ()
 Get used local port. More...
 

Member Function Documentation

◆ getWSAutomaticIP()

static String com.speedify.speedifysdk.WebsocketAutoConfig.getWSAutomaticIP ( )
static

Get used local IP address.

Will always be in 127.0.0.0/8.

Returns
used ip address
Since
11.2.2

◆ getWSAutomaticPort()

static int com.speedify.speedifysdk.WebsocketAutoConfig.getWSAutomaticPort ( )
static

Get used local port.

Will always be 9330-12329.

Returns
used port
Since
11.2.2

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