Uses of Class
com.google.code.yanf4j.core.Session.SessionStatus
-
Packages that use Session.SessionStatus Package Description com.google.code.yanf4j.core Networking core package -
-
Uses of Session.SessionStatus in com.google.code.yanf4j.core
Methods in com.google.code.yanf4j.core that return Session.SessionStatus Modifier and Type Method Description static Session.SessionStatus
Session.SessionStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Session.SessionStatus[]
Session.SessionStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-