Speedify SDK for Android  14.8.0
Public Attributes | List of all members
com.speedify.speedifysdk.Types.TransportMode Enum Reference

Detailed Description

Transport Protocol modes.

Since
5.8

Public Attributes

 TCP
 Always use TCP. More...
 
 UDP
 Always use UDP. More...
 
 AUTO
 Intelligently choose between available protocols. More...
 
 HTTPS
 Always use webscoket. More...
 
 MULTITCP
 Always use Multi TCP. More...
 
 PROXY
 Proxy-only. More...
 
 SHARE
 shared traffic. More...
 

Member Data Documentation

◆ AUTO

com.speedify.speedifysdk.Types.TransportMode.AUTO

Intelligently choose between available protocols.

Since
5.8

◆ HTTPS

com.speedify.speedifysdk.Types.TransportMode.HTTPS

Always use webscoket.

Since
9.0

◆ MULTITCP

com.speedify.speedifysdk.Types.TransportMode.MULTITCP

Always use Multi TCP.

Since
10.9.5

◆ PROXY

com.speedify.speedifysdk.Types.TransportMode.PROXY

Proxy-only.

This is not valid for setConnectionTransportMode.

Since
12.2

◆ SHARE

com.speedify.speedifysdk.Types.TransportMode.SHARE

shared traffic.

This is not valid for setConnectionTransportMode.

Since
14.0

◆ TCP

com.speedify.speedifysdk.Types.TransportMode.TCP

Always use TCP.

Since
5.8

◆ UDP

com.speedify.speedifysdk.Types.TransportMode.UDP

Always use UDP.

Since
5.8

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