Uses of Class
com.iizix.server.ServerShell
Package
Description
Uses of ServerShell in com.iizix.server
Modifier and TypeClassDescriptionclass
Server using Jetty to serve a Run Configuration launch of an application from Eclipse.class
The iiziServer in standard mode.Modifier and TypeFieldDescriptionprotected final ServerShell
AbstractEndPoint.server
The main server instance.Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionprotected static ServerShell
ServerShell.getInstance
(Class<ServerShell> server) Gets the instance of the main server.ModifierConstructorDescriptionAbstractEndPoint
(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
Modifier and TypeMethodDescriptionvoid
LetsEncryptDomain.startRenewal
(ServerShell server) Starts the renewal processing for the server.Uses of ServerShell in com.iizix.server.app
Modifier 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
Modifier and TypeMethodDescriptionClientEndPoint.getServer()
Gets the server instance.FailedReconnectClientEndPoint.getServer()
Gets the server instance.Modifier 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.ModifierConstructorDescriptionClientParams
(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
Uses of ServerShell in com.iizix.server.geo
Modifier and TypeMethodDescriptionstatic ILocationReceiver
LocationsManager.initializeInstance
(ServerShell server) Creates the singleton instance.Uses of ServerShell in com.iizix.server.gyro
ModifierConstructorDescriptionAppSessionGyro
(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
Modifier and TypeClassDescriptionclass
The JakartaEEServer is the iiziServer Shell running the JakartaEE environment.Uses of ServerShell in com.iizix.server.monitor
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionstatic ICommonServletInterface
PushNotificationInterceptor.register
(ServerShell server) Registers the push notification interceptor.Uses of ServerShell in com.iizix.server.run.remote
Modifier and TypeClassDescriptionclass
The IIZI Runtime Builder Server that processes remote building of customized iiziRun's from an iiziGo instance.Modifier 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
Modifier 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
Modifier 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.Uses of ServerShell in com.iizix.server.weblogos
Uses of ServerShell in com.iizix.server.webthumbs