Uses of Class
com.iizix.server.client.ClientParams
Packages that use ClientParams
- Uses of ClientParams in com.iizix.server.clientMethods in com.iizix.server.client that return ClientParamsModifier and TypeMethodDescriptionClientTransactionProcessor.- getClientParams()Gets the client parameters.
- Uses of ClientParams in com.iizix.server.gyroConstructors in com.iizix.server.gyro with parameters of type ClientParamsModifierConstructorDescription- AppSessionGyro- (ServerShell server, SessionInfo appSessionInfo, ThreadGroup appThreadGroup, UserSessions userSessions, ClientParams clientParams, AuthenticatedUser authUser) Constructs the instance of the application for the first user session.
- Uses of ClientParams in com.iizix.server.userMethods in com.iizix.server.user with parameters of type ClientParamsModifier and TypeMethodDescriptionActiveUserSessions.- addUser- (ServerShell server, SessionInfo appSessionInfo, ThreadGroup appThreadGroup, ClientParams clientParams) Requests adding a UserIdentifier as active session.ActiveUserSessions.- getAppSessionGyro- (ServerShell server, ClientParams clientParams) Gets the AppSessionGyro from an existing session.ActiveUserSessions.- getUserAuthentication- (ClientParams params) Authenticate the session ID information without checking the password.