Uses of Class
org.jivesoftware.openfire.net.TLSStatus
-
Packages that use TLSStatus Package Description org.jivesoftware.openfire.net -
-
Uses of TLSStatus in org.jivesoftware.openfire.net
Methods in org.jivesoftware.openfire.net that return TLSStatus Modifier and Type Method Description TLSStatus
TLSWrapper. getStatus()
Returns the current status for this TLSHandler.static TLSStatus
TLSStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static TLSStatus[]
TLSStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-