| Package | Description |
|---|---|
| com.teamdev.jexplorer |
Contains the basic classes and interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
HttpSecurityHandler |
Browser.getHttpSecurityHandler()
Returns http security handler that allows processing any security
problems or
null if it's not present. |
| Modifier and Type | Method and Description |
|---|---|
void |
Browser.setHttpSecurityHandler(HttpSecurityHandler securityHandler)
Sets the specified HTTP security handler that allows processing
any security problems such as Invalid Certificate error, Invalid
Certificate Name, Invalid Certificate Date, Moving from a non-SSL
to an SSL connection because of a redirect or The redirection
requires user confirmation problems.
|