Uses of Class
com.jniwrapper.win32.ie.event.HttpSecurityAction

Packages that use HttpSecurityAction
com.jniwrapper.win32.ie.event Contains classes for listening events from browser. 
 

Uses of HttpSecurityAction in com.jniwrapper.win32.ie.event
 

Fields in com.jniwrapper.win32.ie.event declared as HttpSecurityAction
static HttpSecurityAction HttpSecurityAction.ABORT
          The calling application should abort the download of a web page that causes a security problem.
static HttpSecurityAction HttpSecurityAction.CONTINUE
          The calling application should ignore a security problem and continue downloading a web page.
static HttpSecurityAction HttpSecurityAction.DEFAULT
          The calling application should open a standard native dialog box to warn the user about security problem.
 

Methods in com.jniwrapper.win32.ie.event that return HttpSecurityAction
 HttpSecurityAction HttpSecurityHandler.onSecurityProblem(SecurityProblem problem)
          Notifies about a security problem.