Package apple.networkextension.enums
Class NETunnelProviderRoutingMethod
- java.lang.Object
-
- apple.networkextension.enums.NETunnelProviderRoutingMethod
-
public final class NETunnelProviderRoutingMethod extends java.lang.Object[@typedef] NETunnelProviderRoutingMethod Network traffic routing methods.
-
-
Field Summary
Fields Modifier and Type Field Description static longDestinationIP[@const] NETunnelProviderRoutingMethodDestinationIP Route network traffic to the tunnel based on destination IPstatic longSourceApplication[@const] NETunnelProviderRoutingMethodSourceApplication Route network traffic to the tunnel based on source application
-
-
-
Field Detail
-
DestinationIP
public static final long DestinationIP
[@const] NETunnelProviderRoutingMethodDestinationIP Route network traffic to the tunnel based on destination IP- See Also:
- Constant Field Values
-
SourceApplication
public static final long SourceApplication
[@const] NETunnelProviderRoutingMethodSourceApplication Route network traffic to the tunnel based on source application- See Also:
- Constant Field Values
-
-