Uses of Class
com.iizix.server.user.UserSessions
Packages that use UserSessions Package Description com.iizix.server.gyro com.iizix.server.user Uses of UserSessions in com.iizix.server.gyro
Constructors in com.iizix.server.gyro with parameters of type UserSessions Constructor Description AppSessionGyro(ServerShell server, SessionInfo appSessionInfo, java.lang.ThreadGroup appThreadGroup, UserSessions userSessions, ClientParams clientParams, AuthenticatedUser authUser)
Constructs the instance of the application for the first user session.Uses of UserSessions in com.iizix.server.user
Methods in com.iizix.server.user that return UserSessions Modifier and Type Method Description UserSessions[]
ActiveUserSessions. getUserSessions()
Gets the user sessions open.Methods in com.iizix.server.user that return types with arguments of type UserSessions Modifier and Type Method Description java.util.ArrayList<UserSessions>
ActiveUserSessions. getUserSessions(java.lang.String appID, java.lang.String userID)
Gets the user session for a client session.