Uses of Class
com.iizix.server.gyro.ClientSessionGyro
Packages that use ClientSessionGyro
Package
Description
Uses of ClientSessionGyro in com.iizix.server.agreement
Constructors in com.iizix.server.agreement with parameters of type ClientSessionGyroModifierConstructorDescriptionAcceptedAgreement
(LicenseAgreement agreement, String languageCode, AuthenticatedUser user, ClientSessionGyro clientGyro) Constructs a user acceptance of an agreement.Uses of ClientSessionGyro in com.iizix.server.app
Methods in com.iizix.server.app with parameters of type ClientSessionGyroModifier and TypeMethodDescriptionAppFactory.getPreloadClientCacheResources
(ClientSessionGyro clientGyro) Gets the resources that are required to be downloaded to the client if not present or outdated.Uses of ClientSessionGyro in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return ClientSessionGyroModifier and TypeMethodDescriptionAppSessionGyro.createClientSessionGyro
(ClientEndPoint clientEndPoint, Worker worker, EnvProps envProps) Called to create the ClientSessionGyro for the first client session or for parallel client sessions.AppSessionGyro.getClientSessionGyros()
Gets the active client session Gyro's for this application session Gyro.static ClientSessionGyro
ClientSessionGyro.getSessionInstance()
Gets the runtime application instance for the current thread in a client session.static ClientSessionGyro
ClientSessionGyro.getSessionInstance
(SessionInfo sessionInfo) Gets the runtime application instance for the current thread in a client session.Methods in com.iizix.server.gyro with parameters of type ClientSessionGyroModifier and TypeMethodDescriptionboolean
AppSessionGyro.initialize
(EnvProps envProps, ClientSessionGyro clientGyro) Initiates the application for the client session.Uses of ClientSessionGyro in com.iizix.server.monitor
Constructors in com.iizix.server.monitor with parameters of type ClientSessionGyroModifierConstructorDescriptionClientSessionProp
(Atom atom, ClientSessionGyro cs) Constructor for monitor.Uses of ClientSessionGyro in com.iizix.server.user
Methods in com.iizix.server.user that return ClientSessionGyroModifier and TypeMethodDescriptionUserProfileImageRequest.getClientSessionGyro()
Gets the client session gyro.