Class android.net.http.SslError

Added Constructors
SslError( int, SslCertificate , String )  
SslError( int, X509Certificate , String )  
 

Changed Constructors
SslError( int, SslCertificate ) Now deprecated.
 
SslError( int, X509Certificate ) Now deprecated.
 
 

Added Methods
String  getUrl()  
 

Added Fields
int  SSL_DATE_INVALID  
int  SSL_INVALID  
 

Changed Fields
int  SSL_MAX_ERROR Changed in value from 4 to 6. Now deprecated.
 
 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.