Uses of Enum
com.blackhillsoftware.smf.smf119.values.TLSConnectionStatus
Packages that use TLSConnectionStatus
-
Uses of TLSConnectionStatus in com.blackhillsoftware.smf.smf119
Methods in com.blackhillsoftware.smf.smf119 that return TLSConnectionStatusModifier and TypeMethodDescriptionConnectionTermination.smf119apTtTlsCs()
SMF119AP_TTTTLSCS as a TLSConnectionStatus. -
Uses of TLSConnectionStatus in com.blackhillsoftware.smf.smf119.values
Methods in com.blackhillsoftware.smf.smf119.values that return TLSConnectionStatusModifier and TypeMethodDescriptionstatic TLSConnectionStatus
TLSConnectionStatus.from
(int value) Get the TLSConnectionStatus for an integer valuestatic TLSConnectionStatus
Returns the enum constant of this type with the specified name.static TLSConnectionStatus[]
TLSConnectionStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.