Uses of Interface
com.iizix.server.IEndPointConstructor
Package
Description
Uses of IEndPointConstructor in com.iizix.server
Modifier and TypeMethodDescriptionprotected final boolean
ServerShell.registerEndPointConstructor
(IEndPointConstructor<?> epc) Registers an end point constructor.protected final boolean
ServerShell.unregisterEndPointConstructor
(IEndPointConstructor<?> epc) Unregisters an end point constructor.Uses of IEndPointConstructor in com.iizix.server.client
Modifier and TypeClassDescriptionclass
The JavaScript client end point constructor.Uses of IEndPointConstructor in com.iizix.server.loadbalancer
Modifier and TypeMethodDescriptionLoadBalancer.initialize
(IServer server) Initializes the module end point constructor.Uses of IEndPointConstructor in com.iizix.server.modules
Modifier and TypeMethodDescriptionIServerModule.initialize
(IServer server) Initializes the module end point constructor.Uses of IEndPointConstructor in com.iizix.server.monitor
Modifier and TypeClassDescriptionclass
The VirtualizedMonitor constructor of end points.Uses of IEndPointConstructor in com.iizix.server.run.remote
Modifier and TypeClassDescriptionclass
The Remote Customized iiziRun Builder constructor of end points.Uses of IEndPointConstructor in com.iizix.server.vsviewer
Modifier and TypeClassDescriptionclass
The VirtualSpace Viewer end point constructor.