Uses of Class
com.iizix.server.ServerShell
Packages that use ServerShell
Package
Description
Uses of ServerShell in com.iizix.server
Subclasses of ServerShell in com.iizix.serverModifier and TypeClassDescriptionclass
Server using Jetty to serve a Run Configuration launch of an application from Eclipse.class
The iiziServer in standard mode.Fields in com.iizix.server declared as ServerShellModifier and TypeFieldDescriptionprotected final ServerShell
AbstractEndPoint.server
The main server instance.Methods in com.iizix.server that return ServerShellModifier and TypeMethodDescriptionstatic ServerShell
ServerShell.getInstance()
Gets the instance of the main server.protected static ServerShell
ServerShell.getInstance
(Class<ServerShell> server) Gets the instance of the main server.static ServerShell
ServerShellHolder.getInstance()
Gets the ServerShell instance.final ServerShell
AbstractEndPoint.getServer()
Gets the server.IEndPoint.getServer()
Gets the server instance.Methods in com.iizix.server with parameters of type ServerShellModifier and TypeMethodDescriptionIEndPointConstructor.createInstance
(ServerShell server, ThreadGroup serverThreadGroup, long sessionID, IWebSocketComm comm, String uri, String query, Map<String, List<String>> headerFields, OBJECT object) Creates a new end point.IEndPointConstructor.isHandled
(ServerShell server, IWebSocketComm comm, String uri, String query, Map<String, List<String>> headerFields) Checks if this end point constructor handles this URI.void
IServerDisposeListener.onDispose
(ServerShell server) Called just before the server begins the dispose operation.void
IServerDisposeListener.onDisposed
(ServerShell server) Called when the server has been disposed of just before exiting.static void
ServerShellHolder.setInstance
(ServerShell is) Sets the ServerShell instance.Method parameters in com.iizix.server with type arguments of type ServerShellModifier and TypeMethodDescriptionprotected static ServerShell
ServerShell.getInstance
(Class<ServerShell> server) Gets the instance of the main server.Constructors in com.iizix.server with parameters of type ServerShellModifierConstructorDescriptionAbstractEndPoint
(IEndPoint.Type endPointType, String name, long sessionID, IWebSocketComm comm, ServerShell server, ThreadGroup serverThreadGroup, HashMap<String, String> classNameMap, ClassLoader contextClassLoader) Creates a new EndPoint instance.ServerSession
(long sessionID, IWebSocketComm comm, ServerShell server, ThreadGroup serverThreadGroup) Creates a new ServerSession instance.Uses of ServerShell in com.iizix.server.acme
Methods in com.iizix.server.acme with parameters of type ServerShellModifier and TypeMethodDescriptionvoid
LetsEncryptDomain.startRenewal
(ServerShell server) Starts the renewal processing for the server.Uses of ServerShell in com.iizix.server.app
Methods in com.iizix.server.app with parameters of type ServerShellModifier and TypeMethodDescriptionAppFactory.createPropMgr
(ServerShell server) Creates the Property Manager with reference resolving to the application static properties.AppFactory.getCustomizedAppHTML
(ServerShell server, File file, String lang) Gets a customized "iiziApp.html" file for a specific application ID and optional language.void
AppDefinition.loadApplication
(ServerShell server) Loads the application.boolean
AppDefinition.reload
(ServerShell server, boolean forceReload) Reloads the application if it has changed.Uses of ServerShell in com.iizix.server.client
Methods in com.iizix.server.client that return ServerShellModifier and TypeMethodDescriptionClientEndPoint.getServer()
Gets the server instance.FailedReconnectClientEndPoint.getServer()
Gets the server instance.Methods in com.iizix.server.client with parameters of type ServerShellModifier and TypeMethodDescriptionClientEndPointConstructor.createInstance
(ServerShell server, ThreadGroup serverThreadGroup, long sessionID, IWebSocketComm comm, String uri, String query, Map<String, List<String>> headerFields, Object object) Creates a new end point.ClientEndPointConstructor.isHandled
(ServerShell server, IWebSocketComm comm, String uri, String query, Map<String, List<String>> headerFields) Checks if this end point constructor handles this URI.Constructors in com.iizix.server.client with parameters of type ServerShellModifierConstructorDescriptionClientParams
(ServerShell server, String query) Constructor with public key required from remote party.ClientParams
(ServerShell server, String query, boolean doRequireKey) Constructor.Uses of ServerShell in com.iizix.server.devel
Constructors in com.iizix.server.devel with parameters of type ServerShellUses of ServerShell in com.iizix.server.geo
Methods in com.iizix.server.geo with parameters of type ServerShellModifier and TypeMethodDescriptionstatic ILocationReceiver
LocationsManager.initializeInstance
(ServerShell server) Creates the singleton instance.Uses of ServerShell in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return ServerShellConstructors in com.iizix.server.gyro with parameters of type ServerShellModifierConstructorDescriptionAppSessionGyro
(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 ServerShell in com.iizix.server.jakarta
Subclasses of ServerShell in com.iizix.server.jakartaModifier and TypeClassDescriptionclass
The JakartaEEServer is the iiziServer Shell running the JakartaEE environment.Uses of ServerShell in com.iizix.server.monitor
Methods in com.iizix.server.monitor with parameters of type ServerShellModifier and TypeMethodDescriptionVirtualizedMonitorEndPointConstructor.createInstance
(ServerShell server, ThreadGroup serverThreadGroup, long sessionID, IWebSocketComm comm, String uri, String query, Map<String, List<String>> headerFields, Object object) Creates a new end point.VirtualizedMonitorEndPointConstructor.isHandled
(ServerShell server, IWebSocketComm comm, String uri, String query, Map<String, List<String>> headerFields) Checks if this end point constructor handles this URI.Uses of ServerShell in com.iizix.server.prop
Methods in com.iizix.server.prop with parameters of type ServerShellModifier and TypeMethodDescriptionServerProps.loadServerSettings
(ServerShell shell, File file) Loads or reloads the server settings from the config file.Uses of ServerShell in com.iizix.server.push
Methods in com.iizix.server.push with parameters of type ServerShellModifier and TypeMethodDescriptionstatic ICommonServletInterface
PushNotificationInterceptor.register
(ServerShell server) Registers the push notification interceptor.Uses of ServerShell in com.iizix.server.run.remote
Subclasses of ServerShell in com.iizix.server.run.remoteModifier and TypeClassDescriptionclass
The IIZI Runtime Builder Server that processes remote building of customized iiziRun's from an iiziGo instance.Methods in com.iizix.server.run.remote with parameters of type ServerShellModifier and TypeMethodDescriptionRemoteBuilderEndPointConstructor.createInstance
(ServerShell server, ThreadGroup serverThreadGroup, long sessionID, IWebSocketComm comm, String uri, String query, Map<String, List<String>> headerFields, Object object) Creates a new end point.RemoteBuilderEndPointConstructor.isHandled
(ServerShell server, IWebSocketComm comm, String uri, String query, Map<String, List<String>> headerFields) Checks if this end point constructor handles this URI.Uses of ServerShell in com.iizix.server.user
Methods in com.iizix.server.user with parameters of type ServerShellModifier 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.Uses of ServerShell in com.iizix.server.vsviewer
Methods in com.iizix.server.vsviewer that return ServerShellMethods in com.iizix.server.vsviewer with parameters of type ServerShellModifier and TypeMethodDescriptionVSViewerEndPointConstructor.createInstance
(ServerShell server, ThreadGroup serverThreadGroup, long sessionID, IWebSocketComm comm, String uri, String query, Map<String, List<String>> headerFields, Object object) Creates a new end point.VSViewerEndPointConstructor.isHandled
(ServerShell server, IWebSocketComm comm, String uri, String query, Map<String, List<String>> headerFields) Checks if this end point constructor handles this URI.Constructors in com.iizix.server.vsviewer with parameters of type ServerShellUses of ServerShell in com.iizix.server.weblogos
Constructors in com.iizix.server.weblogos with parameters of type ServerShellUses of ServerShell in com.iizix.server.webthumbs
Constructors in com.iizix.server.webthumbs with parameters of type ServerShell