Uses of Class
com.iizix.server.ServerShell
Uses of ServerShell in com.iizix.server
Subclasses of ServerShell in com.iizix.server Modifier and Type Class Description class
JettyRunConfiguration
Server using Jetty to serve a Run Configuration launch of an application from Eclipse.class
StandardServer
The iizi Server in standard mode.Fields in com.iizix.server declared as ServerShell Modifier and Type Field Description protected ServerShell
AbstractEndPoint. server
The main server instance.Methods in com.iizix.server that return ServerShell Modifier and Type Method Description static ServerShell
ServerShell. getInstance()
Gets the instance of the main server.protected static ServerShell
ServerShell. getInstance(java.lang.Class<ServerShell> server)
Gets the instance of the main server.static ServerShell
ServerShellHolder. getInstance()
Gets the ServerShell instance.ServerShell
AbstractEndPoint. getServer()
Gets the server.ServerShell
IEndPoint. getServer()
Gets the server instance.Methods in com.iizix.server with parameters of type ServerShell Modifier and Type Method Description IEndPoint
IEndPointConstructor. createInstance(ServerShell server, java.lang.ThreadGroup serverThreadGroup, long sessionID, IWebSocketComm comm, java.lang.String uri, java.lang.String query, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headerFields, OBJECT object)
Creates a new end point.OBJECT
IEndPointConstructor. isHandled(ServerShell server, IWebSocketComm comm, java.lang.String uri, java.lang.String query, java.util.Map<java.lang.String,java.util.List<java.lang.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 ServerShell Modifier and Type Method Description protected static ServerShell
ServerShell. getInstance(java.lang.Class<ServerShell> server)
Gets the instance of the main server.Constructors in com.iizix.server with parameters of type ServerShell Constructor Description AbstractEndPoint(IEndPoint.Type endPointType, java.lang.String name, long sessionID, IWebSocketComm comm, ServerShell server, java.lang.ThreadGroup serverThreadGroup, java.util.HashMap<java.lang.String,java.lang.String> classNameMap, java.lang.ClassLoader contextClassLoader)
Creates a new EndPoint instance.ServerSession(long sessionID, IWebSocketComm comm, ServerShell server, java.lang.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 ServerShell Modifier and Type Method Description void
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 ServerShell Modifier and Type Method Description PropMgr
AppFactory. createPropMgr(ServerShell server)
Creates the Property Manager with reference resolving to the application static properties.java.io.File
AppFactory. getCustomizedAppHTML(ServerShell server, java.io.File file, java.lang.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 ServerShell Modifier and Type Method Description ServerShell
ClientEndPoint. getServer()
Gets the server instance.ServerShell
FailedReconnectClientEndPoint. getServer()
Gets the server instance.Methods in com.iizix.server.client with parameters of type ServerShell Modifier and Type Method Description IEndPoint
ClientEndPointConstructor. createInstance(ServerShell server, java.lang.ThreadGroup serverThreadGroup, long sessionID, IWebSocketComm comm, java.lang.String uri, java.lang.String query, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headerFields, java.lang.Object object)
Creates a new end point.java.lang.Object
ClientEndPointConstructor. isHandled(ServerShell server, IWebSocketComm comm, java.lang.String uri, java.lang.String query, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headerFields)
Checks if this end point constructor handles this URI.Constructors in com.iizix.server.client with parameters of type ServerShell Constructor Description ClientParams(ServerShell server, java.lang.String query)
Constructor with public key required from remote party.ClientParams(ServerShell server, java.lang.String query, boolean doRequireKey)
Constructor.Uses of ServerShell in com.iizix.server.devel
Constructors in com.iizix.server.devel with parameters of type ServerShell Constructor Description ExternalBrowserPagesImpl(ServerShell server)
Constructor.Uses of ServerShell in com.iizix.server.geo
Methods in com.iizix.server.geo with parameters of type ServerShell Modifier and Type Method Description static 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 ServerShell Modifier and Type Method Description ServerShell
AppSessionGyro. getServer()
Gets the server of this session.Constructors in com.iizix.server.gyro with parameters of type ServerShell Constructor Description AppSessionGyro(ServerShell server, SessionInfo appSessionInfo, java.lang.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.jakarta Modifier and Type Class Description class
JakartaEEServer
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 ServerShell Modifier and Type Method Description IEndPoint
VirtualizedMonitorEndPointConstructor. createInstance(ServerShell server, java.lang.ThreadGroup serverThreadGroup, long sessionID, IWebSocketComm comm, java.lang.String uri, java.lang.String query, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headerFields, java.lang.Object object)
Creates a new end point.java.lang.Object
VirtualizedMonitorEndPointConstructor. isHandled(ServerShell server, IWebSocketComm comm, java.lang.String uri, java.lang.String query, java.util.Map<java.lang.String,java.util.List<java.lang.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 ServerShell Modifier and Type Method Description ServerSettings
ServerProps. loadServerSettings(ServerShell shell, java.io.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 ServerShell Modifier and Type Method Description static 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.remote Modifier and Type Class Description class
RuntimeBuilderServer
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 ServerShell Modifier and Type Method Description IEndPoint
RemoteBuilderEndPointConstructor. createInstance(ServerShell server, java.lang.ThreadGroup serverThreadGroup, long sessionID, IWebSocketComm comm, java.lang.String uri, java.lang.String query, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headerFields, java.lang.Object object)
Creates a new end point.java.lang.Object
RemoteBuilderEndPointConstructor. isHandled(ServerShell server, IWebSocketComm comm, java.lang.String uri, java.lang.String query, java.util.Map<java.lang.String,java.util.List<java.lang.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 ServerShell Modifier and Type Method Description AppSessionGyro
ActiveUserSessions. addUser(ServerShell server, SessionInfo appSessionInfo, java.lang.ThreadGroup appThreadGroup, ClientParams clientParams)
Requests adding a UserIdentifier as active session.AppSessionGyro
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 ServerShell Modifier and Type Method Description ServerShell
VSViewerEndPoint. getServer()
Gets the server instance.Methods in com.iizix.server.vsviewer with parameters of type ServerShell Modifier and Type Method Description IEndPoint
VSViewerEndPointConstructor. createInstance(ServerShell server, java.lang.ThreadGroup serverThreadGroup, long sessionID, IWebSocketComm comm, java.lang.String uri, java.lang.String query, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headerFields, java.lang.Object object)
Creates a new end point.java.lang.Object
VSViewerEndPointConstructor. isHandled(ServerShell server, IWebSocketComm comm, java.lang.String uri, java.lang.String query, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headerFields)
Checks if this end point constructor handles this URI.Constructors in com.iizix.server.vsviewer with parameters of type ServerShell Constructor Description VSViewerParams(ServerShell server, java.lang.String query)
Constructor.Uses of ServerShell in com.iizix.server.weblogos
Constructors in com.iizix.server.weblogos with parameters of type ServerShell Constructor Description WebLogos(ServerShell server)
Constructor.Uses of ServerShell in com.iizix.server.webthumbs
Constructors in com.iizix.server.webthumbs with parameters of type ServerShell Constructor Description WebThumbs(ServerShell server)
Constructor.