Uses of Class
com.iizix.Worker
Packages that use Worker
Package
Description
- Uses of Worker in com.iizigoMethods in com.iizigo that return Worker
- Uses of Worker in com.iizigo.commMethods in com.iizigo.comm that return Worker
- Uses of Worker in com.iizigo.panelConstructors in com.iizigo.panel with parameters of type WorkerModifierConstructorDescription- ViewTransactionCommListener- (PanelEditor editor, UIPanelBase panel, Worker worker, String lang, String theme) Constructor for a Design Viewer.- ViewTransactionCommListener- (PanelEditor editor, UIPanelBase panel, Worker worker, String lang, String theme, boolean isDeviceCast) Constructor for a Design Viewer.
- Uses of Worker in com.iizigo.term.propMethods in com.iizigo.term.prop that return Worker
- Uses of Worker in com.iizigo.vs.viewerConstructors in com.iizigo.vs.viewer with parameters of type WorkerModifierConstructorDescription- VSViewerTransactionCommListener- (String uri, Worker worker) The constructor.
- Uses of Worker in com.iizixModifier and TypeMethodDescription- voidSets the worker for the session.- voidSets the Worker for the task.ModifierConstructorDescription- SingleRetriggerableTask- (Worker worker) The single-runner task constructor without Runnable.- SingleRetriggerableTask- (Worker worker, Runnable runnable) The single-runner task constructor.
- Uses of Worker in com.iizix.commConstructors in com.iizix.comm with parameters of type WorkerModifierConstructorDescription- ServerSocketComm- (ServerSocketCommProps properties, Worker worker, ServerSocketCommListener listener) Creates a new Server Socket Communication channel as UNINITIALIZED.- SocketComm- (SocketCommProps properties, Worker worker, SocketCommListener listener, SSLEngine engine) Creates a new Socket Client Communication channel as UNINITIALIZED.- TransactionComm- (TransactionCommProps properties, Worker worker, TransactionCommListener listener, SSLEngine engine) Creates a new Transaction Client Communication channel as UNINITIALIZED.- TransactionComm- (TransactionCommProps properties, Worker worker, SocketChannel channel, TransactionCommListener listener, WebSocketAcceptor acceptor) Creates a new Transaction Client Communication channel from a socket channel.- WebSocketComm- (WebSocketCommProps properties, Worker worker, WebSocketCommListener listener, SSLEngine engine) Creates a new WebSocket Client Communication channel as UNINITIALIZED.- WebSocketComm- (WebSocketCommProps properties, Worker worker, SocketChannel channel, WebSocketCommListener listener, WebSocketAcceptor acceptor) Creates a new WebSocket Client Communication channel from an accepted socket connection and sets it to as CHECKING_CONNECT_REQUEST, before the negotiation is completed and then becomes CONNECTED.- WebSocketServerComm- (WebSocketServerCommProps properties, Worker worker, TransactionCommListener listener, WebSocketAcceptor acceptor) Constructs the WebSocket Server communication engine for the worker in question.- WebSocketServerComm- (WebSocketServerCommProps properties, Worker worker, WebSocketCommListener listener, WebSocketAcceptor acceptor) Constructs the WebSocket Server communication engine for the worker in question.
- Uses of Worker in com.iizix.gyroMethods in com.iizix.gyro that return WorkerModifier and TypeMethodDescriptionIAppSessionGyro.- getAppWorker()Gets the Worker for the Application.IClientSessionGyro.- getClientWorker()Gets the Worker for the current Client session.
- Uses of Worker in com.iizix.propMethods in com.iizix.prop that return WorkerModifier and TypeMethodDescriptionGProp.- getAppWorker()Gets the application session worker.GProp.- getClientWorker()Gets the client session worker.Methods in com.iizix.prop with parameters of type Worker
- Uses of Worker in com.iizix.prop.vsMethods in com.iizix.prop.vs that return Worker
- Uses of Worker in com.iizix.serverFields in com.iizix.server declared as WorkerModifier and TypeFieldDescription- protected final WorkerAbstractEndPoint.- workerThe worker of the Editor.Methods in com.iizix.server that return WorkerModifier and TypeMethodDescription- protected final WorkerServerShell.- getWorker()Gets the server worker.Constructors in com.iizix.server with parameters of type WorkerModifierConstructorDescription- WorkerThread- (Worker worker, Runnable disposeRunnable) Constructs the worker thread.
- Uses of Worker in com.iizix.server.gyroMethods in com.iizix.server.gyro that return WorkerModifier and TypeMethodDescriptionAppSessionGyro.- getAppWorker()Gets the Worker for the Application.ClientSessionGyro.- getClientWorker()Gets the Client Worker.Methods in com.iizix.server.gyro with parameters of type WorkerModifier and TypeMethodDescriptionAppSessionGyro.- createClientSessionGyro- (ClientEndPoint clientEndPoint, Worker worker, EnvProps envProps) Called to create the ClientSessionGyro for the first client session or for parallel client sessions.
- Uses of Worker in com.iizix.server.propConstructors in com.iizix.server.prop with parameters of type WorkerModifierConstructorDescription- RootPropTransactionSender- (PropMgr propMgr, PropCnr root, Worker worker, IRootPropTransactionSender sender) Constructs the instance.
- Uses of Worker in com.iizix.termMethods in com.iizix.term that return Worker
- Uses of Worker in com.iizix.term.commConstructors in com.iizix.term.comm with parameters of type WorkerModifierConstructorDescription- TelnetComm- (SessionInfo sessionInfo, TelnetCommProps properties, boolean is3270, Worker worker, TelnetCommListener listener, SSLEngine engine) Creates a new Telnet Client Communication channel as UNINITIALIZED.
- Uses of Worker in com.iizix.term.remoteMethods in com.iizix.term.remote that return WorkerConstructors in com.iizix.term.remote with parameters of type WorkerModifierConstructorDescription- RemoteHostSession- (Worker worker, HostSessionProps props, boolean needFields, boolean needPopupWindows) Creates a remote host session controller instance.
- Uses of Worker in com.iizix.term.serverMethods in com.iizix.term.server that return Worker