|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
com.teamdev.jxbrowser.event.WebBrowserEvent
com.teamdev.jxbrowser.event.RequestEvent
com.teamdev.jxbrowser.event.SecurityEvent
public class SecurityEvent
Indicates that security status has changed.
| Field Summary |
|---|
| Fields inherited from class com.teamdev.jxbrowser.event.RequestEvent |
|---|
_request |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
SecurityEvent(WebBrowser source,
org.mozilla.interfaces.nsIWebProgress webProgress,
org.mozilla.interfaces.nsIRequest request,
long state)
|
|
| Method Summary | |
|---|---|
long |
getState()
Returns a value composed of the Security State Flags and the Security Strength Flags. |
boolean |
isBroken()
This flag indicates an unknown security state. |
boolean |
isInsecure()
This flag indicates that the data corresponding to the request was received over an insecure channel. |
boolean |
isSecure()
This flag indicates that the data corresponding to the request was received over a secure channel. |
boolean |
isSecureHigh()
This flag indicates a high degree of security |
boolean |
isSecureLow()
This flag indicates a low degree of security |
boolean |
isSecureMed()
This flag indicates a medium degree of security |
java.lang.String |
toString()
|
| Methods inherited from class com.teamdev.jxbrowser.event.RequestEvent |
|---|
getRequestUrlName, isLoadBackground, isLoadByPassCache, isLoadFromCache, isLoadingDocument, isLoadInhibitCaching, isLoadInhibitPersistenCaching, isLoadNormal, isRequestPending |
| Methods inherited from class com.teamdev.jxbrowser.event.WebBrowserEvent |
|---|
getWebBrowser |
| Methods inherited from class java.util.EventObject |
|---|
getSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SecurityEvent(WebBrowser source,
org.mozilla.interfaces.nsIWebProgress webProgress,
org.mozilla.interfaces.nsIRequest request,
long state)
| Method Detail |
|---|
public long getState()
RequestListener.STATE_IS_BROKEN,
RequestListener.STATE_IS_SECURE,
RequestListener.STATE_IS_INSECURE,
RequestListener.STATE_SECURE_HIGH,
RequestListener.STATE_SECURE_MED,
RequestListener.STATE_SECURE_LOWpublic boolean isSecure()
public boolean isBroken()
public boolean isInsecure()
public boolean isSecureHigh()
public boolean isSecureMed()
public boolean isSecureLow()
public java.lang.String toString()
toString in class java.util.EventObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||