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 classJettyRunConfigurationServer using Jetty to serve a Run Configuration launch of an application from Eclipse.classStandardServerThe iizi Server in standard mode.Fields in com.iizix.server declared as ServerShell Modifier and Type Field Description protected ServerShellAbstractEndPoint. serverThe main server instance.Methods in com.iizix.server that return ServerShell Modifier and Type Method Description static ServerShellServerShell. getInstance()Gets the instance of the main server.protected static ServerShellServerShell. getInstance(java.lang.Class<ServerShell> server)Gets the instance of the main server.static ServerShellServerShellHolder. getInstance()Gets the ServerShell instance.ServerShellAbstractEndPoint. getServer()Gets the server.ServerShellIEndPoint. getServer()Gets the server instance.Methods in com.iizix.server with parameters of type ServerShell Modifier and Type Method Description IEndPointIEndPointConstructor. 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.OBJECTIEndPointConstructor. 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.voidIServerDisposeListener. onDispose(ServerShell server)Called just before the server begins the dispose operation.voidIServerDisposeListener. onDisposed(ServerShell server)Called when the server has been disposed of just before exiting.static voidServerShellHolder. 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 ServerShellServerShell. 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 voidLetsEncryptDomain. 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 PropMgrAppFactory. createPropMgr(ServerShell server)Creates the Property Manager with reference resolving to the application static properties.java.io.FileAppFactory. 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.voidAppDefinition. loadApplication(ServerShell server)Loads the application.booleanAppDefinition. 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 ServerShellClientEndPoint. getServer()Gets the server instance.ServerShellFailedReconnectClientEndPoint. getServer()Gets the server instance.Methods in com.iizix.server.client with parameters of type ServerShell Modifier and Type Method Description IEndPointClientEndPointConstructor. 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.ObjectClientEndPointConstructor. 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 ILocationReceiverLocationsManager. 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 ServerShellAppSessionGyro. 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 classJakartaEEServerThe 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 IEndPointVirtualizedMonitorEndPointConstructor. 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.ObjectVirtualizedMonitorEndPointConstructor. 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 ServerSettingsServerProps. 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 ICommonServletInterfacePushNotificationInterceptor. 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 classRuntimeBuilderServerThe 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 IEndPointRemoteBuilderEndPointConstructor. 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.ObjectRemoteBuilderEndPointConstructor. 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 AppSessionGyroActiveUserSessions. addUser(ServerShell server, SessionInfo appSessionInfo, java.lang.ThreadGroup appThreadGroup, ClientParams clientParams)Requests adding a UserIdentifier as active session.AppSessionGyroActiveUserSessions. 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 ServerShellVSViewerEndPoint. getServer()Gets the server instance.Methods in com.iizix.server.vsviewer with parameters of type ServerShell Modifier and Type Method Description IEndPointVSViewerEndPointConstructor. 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.ObjectVSViewerEndPointConstructor. 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.