diff options
Diffstat (limited to 'api/current.txt')
-rw-r--r-- | api/current.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 3e52b7e..128c4d2 100644 --- a/api/current.txt +++ b/api/current.txt @@ -16026,6 +16026,20 @@ package android.net { method public void writeToParcel(android.os.Parcel, int); } + public class RouteInfo implements android.os.Parcelable { + ctor public RouteInfo(android.net.LinkAddress, java.net.InetAddress); + ctor public RouteInfo(java.net.InetAddress); + ctor public RouteInfo(android.net.LinkAddress); + method public int describeContents(); + method public android.net.LinkAddress getDestination(); + method public java.net.InetAddress getGateway(); + method public java.lang.String getInterface(); + method public boolean hasGateway(); + method public boolean isDefaultRoute(); + method public boolean isHostRoute(); + method public void writeToParcel(android.os.Parcel, int); + } + public class SSLCertificateSocketFactory extends javax.net.ssl.SSLSocketFactory { ctor public deprecated SSLCertificateSocketFactory(int); method public java.net.Socket createSocket(java.net.Socket, java.lang.String, int, boolean) throws java.io.IOException; |