Uses of Interface
com.iizix.comm.IServerWebSocketCommListener
Packages that use IServerWebSocketCommListener
Package
Description
Uses of IServerWebSocketCommListener in com.iizix.comm
Methods in com.iizix.comm that return IServerWebSocketCommListenerModifier 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
Classes in com.iizix.server that implement IServerWebSocketCommListenerModifier 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.Methods in com.iizix.server that return IServerWebSocketCommListenerModifier 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
Methods in com.iizix.server.client that return IServerWebSocketCommListenerModifier 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
Classes in com.iizix.server.loadbalancer that implement IServerWebSocketCommListenerModifier and TypeClassDescriptionclass
The Load Balancer end point web socket connection.Uses of IServerWebSocketCommListener in com.iizix.server.monitor
Classes in com.iizix.server.monitor that implement IServerWebSocketCommListenerModifier 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
Classes in com.iizix.server.run.remote that implement IServerWebSocketCommListenerModifier 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
Methods in com.iizix.server.vsviewer that return IServerWebSocketCommListenerModifier and TypeMethodDescriptionVSViewerEndPoint.getWebSocketCommListener
(IWebSocketComm comm) Gets the WebSocketCommListener for the end point.