Uses of Class
com.smartfoxserver.bitswarm.sessions.SessionType
-
Packages that use SessionType Package Description com.smartfoxserver.bitswarm.sessions -
-
Uses of SessionType in com.smartfoxserver.bitswarm.sessions
Methods in com.smartfoxserver.bitswarm.sessions that return SessionType Modifier and Type Method Description SessionTypeISession. getType()Get the Session typeSessionTypeSession. getType()static SessionTypeSessionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SessionType[]SessionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.smartfoxserver.bitswarm.sessions with parameters of type SessionType Modifier and Type Method Description voidISession. setType(SessionType type)voidSession. setType(SessionType type)
-