![]() |
Speedify SDK for Android
15.3.0
|
Transport Protocol modes.
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... | |
com.speedify.speedifysdk.Types.TransportMode.AUTO |
Intelligently choose between available protocols.
com.speedify.speedifysdk.Types.TransportMode.HTTPS |
Always use webscoket.
com.speedify.speedifysdk.Types.TransportMode.MULTITCP |
Always use Multi TCP.
com.speedify.speedifysdk.Types.TransportMode.PROXY |
com.speedify.speedifysdk.Types.TransportMode.SHARE |
com.speedify.speedifysdk.Types.TransportMode.TCP |
Always use TCP.
com.speedify.speedifysdk.Types.TransportMode.UDP |
Always use UDP.