Uses of Interface
com.iizix.server.modules.IServerModule
Packages that use IServerModule
Uses of IServerModule in com.iizix.server
Methods in com.iizix.server with parameters of type IServerModuleModifier and TypeMethodDescriptionboolean
IServer.addModule
(IServerModule<?> module) Adds a server module for processing.boolean
ServerShell.addModule
(IServerModule<?> module) Adds a server module for processing.boolean
IServer.removeModule
(IServerModule<?> module) Removes a server module for processing.boolean
ServerShell.removeModule
(IServerModule<?> module) Removes a server module for processing.Uses of IServerModule in com.iizix.server.loadbalancer
Classes in com.iizix.server.loadbalancer that implement IServerModuleModifier and TypeClassDescriptionclass
The Load Balancer running as an iiziServer Module.