JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
tigase.io
TLSStatus
Uses of Enum Class
tigase.io.TLSStatus
Packages that use
TLSStatus
Package
Description
tigase.io
Uses of
TLSStatus
in
tigase.io
Subclasses with type arguments of type
TLSStatus
in
tigase.io
Modifier and Type
Class
Description
enum
TLSStatus
Describe class TLSStatus here.
Methods in
tigase.io
that return
TLSStatus
Modifier and Type
Method
Description
TLSStatus
JcaTLSWrapper.
getStatus
()
TLSStatus
TLSWrapper.
getStatus
()
static
TLSStatus
TLSStatus.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
TLSStatus
[]
TLSStatus.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.