Uses of Class
com.iizix.Worker
Package
Description
Uses of Worker in com.iizigo
Uses of Worker in com.iizigo.comm
Uses of Worker in com.iizigo.panel
ModifierConstructorDescriptionViewTransactionCommListener
(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.prop
Uses of Worker in com.iizigo.vs.viewer
ModifierConstructorDescriptionVSViewerTransactionCommListener
(String uri, Worker worker) The constructor.Uses of Worker in com.iizix
Modifier and TypeMethodDescriptionvoid
Sets the worker for the session.void
Sets the Worker for the task.ModifierConstructorDescriptionSingleRetriggerableTask
(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.comm
ModifierConstructorDescriptionServerSocketComm
(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.gyro
Modifier 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.prop
Modifier and TypeMethodDescriptionGProp.getAppWorker()
Gets the application session worker.GProp.getClientWorker()
Gets the client session worker.Uses of Worker in com.iizix.prop.vs
Uses of Worker in com.iizix.server
Modifier and TypeFieldDescriptionprotected final Worker
AbstractEndPoint.worker
The worker of the Editor.Modifier and TypeMethodDescriptionprotected final Worker
ServerShell.getWorker()
Gets the server worker.ModifierConstructorDescriptionWorkerThread
(Worker worker, Runnable disposeRunnable) Constructs the worker thread.Uses of Worker in com.iizix.server.gyro
Modifier and TypeMethodDescriptionAppSessionGyro.getAppWorker()
Gets the Worker for the Application.ClientSessionGyro.getClientWorker()
Gets the Client Worker.Modifier 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.prop
ModifierConstructorDescriptionRootPropTransactionSender
(PropMgr propMgr, PropCnr root, Worker worker, IRootPropTransactionSender sender) Constructs the instance.Uses of Worker in com.iizix.term
Uses of Worker in com.iizix.term.comm
ModifierConstructorDescriptionTelnetComm
(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.remote
ModifierConstructorDescriptionRemoteHostSession
(Worker worker, HostSessionProps props, boolean needFields, boolean needPopupWindows) Creates a remote host session controller instance.Uses of Worker in com.iizix.term.server