Uses of Interface
com.iizix.comm.IServerWebSocketCommListener
Package
Description
Uses of IServerWebSocketCommListener in com.iizix.comm
Modifier and TypeMethodDescriptionTransactionComm.setWebSocket
(IWebSocketComm comm, Object endPoint) Assigns the web socket interface and retrieves the listener for use with external web servers.Uses of IServerWebSocketCommListener in com.iizix.server
Modifier and TypeClassDescriptionclass
An implementation of a common end point for an Editor, Server or Monitor.class
The main class for an Server session running in the Server.Modifier and TypeMethodDescriptionAbstractEndPoint.getWebSocketCommListener
(IWebSocketComm comm) Gets the WebSocketCommListener for the end point.IEndPoint.getWebSocketCommListener
(IWebSocketComm comm) Gets the WebSocketCommListener for the end point.Uses of IServerWebSocketCommListener in com.iizix.server.client
Modifier and TypeMethodDescriptionClientEndPoint.getWebSocketCommListener
(IWebSocketComm comm) Gets the WebSocketCommListener for the end point.FailedReconnectClientEndPoint.getWebSocketCommListener
(IWebSocketComm comm) Gets the WebSocketCommListener for the end point.Uses of IServerWebSocketCommListener in com.iizix.server.loadbalancer
Modifier and TypeClassDescriptionclass
The Load Balancer end point web socket connection.Uses of IServerWebSocketCommListener in com.iizix.server.monitor
Modifier and TypeClassDescriptionclass
End point for the Virtualized Monitor that transports a proxy of a VirtualsPropCnr of a client to a viewer or monitor.Uses of IServerWebSocketCommListener in com.iizix.server.run.remote
Modifier and TypeClassDescriptionclass
End point for the Remote Customized iiziRun Builder that transports a proxy of a RuntimeBuilderProps to build the app.Uses of IServerWebSocketCommListener in com.iizix.server.vsviewer
Modifier and TypeMethodDescriptionVSViewerEndPoint.getWebSocketCommListener
(IWebSocketComm comm) Gets the WebSocketCommListener for the end point.