Uses of Class
com.iizix.server.gyro.ClientSessionGyro
Package
Description
Uses of ClientSessionGyro in com.iizix.server.agreement
ModifierConstructorDescriptionAcceptedAgreement
(LicenseAgreement agreement, String languageCode, AuthenticatedUser user, ClientSessionGyro clientGyro) Constructs a user acceptance of an agreement.Uses of ClientSessionGyro in com.iizix.server.app
Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionboolean
AppSessionGyro.initialize
(EnvProps envProps, ClientSessionGyro clientGyro) Initiates the application for the client session.Uses of ClientSessionGyro in com.iizix.server.monitor
ModifierConstructorDescriptionClientSessionProp
(Atom atom, ClientSessionGyro cs) Constructor for monitor.Uses of ClientSessionGyro in com.iizix.server.user
Modifier and TypeMethodDescriptionUserProfileImageRequest.getClientSessionGyro()
Gets the client session gyro.