public class HttpsVerification extends DefaultURLConnectionHandler
registryMATCH| Constructor and Description |
|---|
HttpsVerification() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(java.net.URLConnection connection)
Ensure Https verification is disabled or matches given certificates
|
void |
setProperties(java.util.Map<java.lang.String,java.lang.String> map)
Set the properties
|
error, exception, getErrors, getLocation, getWarnings, isOk, isPedantic, matches, matches, progress, setRegistry, setReporter, trace, warningpublic void handle(java.net.URLConnection connection)
throws java.lang.Exception
handle in interface URLConnectionHandlerhandle in class DefaultURLConnectionHandlerconnection - The connection to modifyjava.lang.Exceptionpublic void setProperties(java.util.Map<java.lang.String,java.lang.String> map)
throws java.lang.Exception
setProperties in interface PluginsetProperties in class DefaultURLConnectionHandlermap - attributes and directives for this plugin's clausejava.lang.Exception