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