@Deprecated public static class LinphoneCore.FirewallPolicy extends Object
Modifier and Type | Field and Description |
---|---|
static LinphoneCore.FirewallPolicy |
NoFirewall
Deprecated.
No firewall is assumed.
|
static LinphoneCore.FirewallPolicy |
UseIce
Deprecated.
Use ICE.
|
static LinphoneCore.FirewallPolicy |
UseNatAddress
Deprecated.
Use NAT address (discouraged)
|
static LinphoneCore.FirewallPolicy |
UseStun
Deprecated.
Use stun server to discover RTP addresses and ports.
|
static LinphoneCore.FirewallPolicy |
UseUpnp
Deprecated.
Use uPnP.
|
Modifier and Type | Method and Description |
---|---|
static LinphoneCore.FirewallPolicy |
fromInt(int value)
Deprecated.
|
String |
toString()
Deprecated.
|
int |
value()
Deprecated.
|
public static LinphoneCore.FirewallPolicy NoFirewall
public static LinphoneCore.FirewallPolicy UseNatAddress
public static LinphoneCore.FirewallPolicy UseStun
public static LinphoneCore.FirewallPolicy UseIce
public static LinphoneCore.FirewallPolicy UseUpnp
public static LinphoneCore.FirewallPolicy fromInt(int value)
public int value()