File
Doc
Category
Size
Date
Package
VpnService.java
API Doc
Android 5.1 API
3268
Sat Mar 14 14:10:00 GMT 2015
android.net
VpnService
java.lang.Object
android.app.Service
public class VpnService extends android.app.Service
Fields Summary
public static final String
SERVICE_INTERFACE
Constructors Summary
public VpnService
()
throw new RuntimeException("Stub!");
Methods Summary
public
android.os.IBinder
onBind
(
android.content.Intent
intent)
throw new RuntimeException("Stub!");
public void
onRevoke
()
throw new RuntimeException("Stub!");
public static
android.content.Intent
prepare
(
android.content.Context
context)
throw new RuntimeException("Stub!");
public static void
prepareAndAuthorize
(
android.content.Context
context)
throw new RuntimeException("Stub!");
public
boolean
protect
(
int
socket)
throw new RuntimeException("Stub!");
public
boolean
protect
(
java.net.Socket
socket)
throw new RuntimeException("Stub!");
public
boolean
protect
(
java.net.DatagramSocket
socket)
throw new RuntimeException("Stub!");
public
boolean
setUnderlyingNetworks
(
android.net.Network[]
networks)
throw new RuntimeException("Stub!");
Java Code Source