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