Uses of Interface
com.iizix.comm.IServerWebSocketCommListener
- Uses of IServerWebSocketCommListener in com.iizix.comm- Methods in com.iizix.comm that return IServerWebSocketCommListener - Modifier and Type - Method - Description - IServerWebSocketCommListener- TransactionComm. - setWebSocket(IWebSocketComm comm, java.lang.Object endPoint)Assigns the web socket interface and retrieves the listener for use with external web servers.
- Uses of IServerWebSocketCommListener in com.iizix.server- Classes in com.iizix.server that implement IServerWebSocketCommListener - Modifier and Type - Class - Description - class- AbstractEndPointAn implementation of a common end point for an Editor, Server or Monitor.- class- ServerSessionThe main class for an Server session running in the Server.- Methods in com.iizix.server that return IServerWebSocketCommListener - Modifier and Type - Method - Description - IServerWebSocketCommListener- AbstractEndPoint. - getWebSocketCommListener(IWebSocketComm comm)Gets the WebSocketCommListener for the end point.- IServerWebSocketCommListener- IEndPoint. - getWebSocketCommListener(IWebSocketComm comm)Gets the WebSocketCommListener for the end point.
- Uses of IServerWebSocketCommListener in com.iizix.server.client- Methods in com.iizix.server.client that return IServerWebSocketCommListener - Modifier and Type - Method - Description - IServerWebSocketCommListener- ClientEndPoint. - getWebSocketCommListener(IWebSocketComm comm)Gets the WebSocketCommListener for the end point.- IServerWebSocketCommListener- FailedReconnectClientEndPoint. - getWebSocketCommListener(IWebSocketComm comm)Gets the WebSocketCommListener for the end point.
- Uses of IServerWebSocketCommListener in com.iizix.server.loadbalancer- Classes in com.iizix.server.loadbalancer that implement IServerWebSocketCommListener - Modifier and Type - Class - Description - class- LoadBalancerEndPointThe Load Balancer end point web socket connection.
- Uses of IServerWebSocketCommListener in com.iizix.server.monitor- Classes in com.iizix.server.monitor that implement IServerWebSocketCommListener - Modifier and Type - Class - Description - class- VirtualizedMonitorEndPointEnd 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- Classes in com.iizix.server.run.remote that implement IServerWebSocketCommListener - Modifier and Type - Class - Description - class- RemoteBuilderEndPointEnd 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- Methods in com.iizix.server.vsviewer that return IServerWebSocketCommListener - Modifier and Type - Method - Description - IServerWebSocketCommListener- VSViewerEndPoint. - getWebSocketCommListener(IWebSocketComm comm)Gets the WebSocketCommListener for the end point.