Package com.codename1.vpn.spi
package com.codename1.vpn.spi
The seam between the portable com.codename1.vpn API and each platform's
native VPN machinery.
Application code never references anything here. VpnBridge is
implemented by the ports and obtained through
com.codename1.ui.Display#getVpnBridge(); the base implementation returns
null, which is the capability query.
-
InterfacesClassDescriptionInternal service-provider interface implemented by each platform port to carry the
com.codename1.vpnAPI onto the native VPN machinery: Apple'sNEVPNManagerandNETunnelProviderManager, and Android'sVpnManagerandVpnService.