Uses of Interface
com.iizix.server.IEndPoint
Packages that use IEndPoint Package Description com.iizix.server com.iizix.server.client com.iizix.server.loadbalancer com.iizix.server.monitor com.iizix.server.run.remote com.iizix.server.vsviewer Uses of IEndPoint in com.iizix.server
Classes in com.iizix.server that implement IEndPoint Modifier and Type Class Description classAbstractEndPointAn implementation of a common end point for an Editor, Server or Monitor.classServerSessionThe main class for an Server session running in the Server.Methods in com.iizix.server that return IEndPoint Modifier and Type Method Description IEndPoint[]IServer. addEndPointListener(IEndPointListener listener)Adds a listener of end point create/dispose and retrieves the list of current end points.IEndPoint[]ServerShell. addEndPointListener(IEndPointListener listener)Adds a listener of end point create/dispose and retrieves the list of current end points.IEndPointIEndPointConstructor. createInstance(ServerShell server, java.lang.ThreadGroup serverThreadGroup, long sessionID, IWebSocketComm comm, java.lang.String uri, java.lang.String query, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headerFields, OBJECT object)Creates a new end point.IEndPointAbstractEndPoint. getEndPoint()Gets the end-point.IEndPoint[]IServer. getEndPointsInstances()Gets an array of all end points.IEndPoint[]ServerShell. getEndPointsInstances()Gets an array of all end points.static IEndPointIEndPoint. getSessionInstance()Gets the runtime application instance for the current thread in a client session.Methods in com.iizix.server with parameters of type IEndPoint Modifier and Type Method Description voidIEndPointListener. onEndPointCreated(IEndPoint endPoint)Called when an end point is created.voidIEndPointListener. onEndPointDisposed(IEndPoint endPoint)Called when an end point is disposed of.voidIServer. onEndPointDisposed(IEndPoint endPoint)Called when an end point is disposed of.voidServerShell. onEndPointDisposed(IEndPoint endPoint)Called when an end point is disposed of.Uses of IEndPoint in com.iizix.server.client
Classes in com.iizix.server.client that implement IEndPoint Modifier and Type Class Description classClientEndPointThe main class for an Client session running in the Server.classFailedReconnectClientEndPointClass used to handle a failed client session reconnection to the server and dispose of it in a nice way by sending the close code of CC_DISPOSED.Methods in com.iizix.server.client that return IEndPoint Modifier and Type Method Description IEndPointClientEndPointConstructor. createInstance(ServerShell server, java.lang.ThreadGroup serverThreadGroup, long sessionID, IWebSocketComm comm, java.lang.String uri, java.lang.String query, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headerFields, java.lang.Object object)Creates a new end point.Uses of IEndPoint in com.iizix.server.loadbalancer
Classes in com.iizix.server.loadbalancer that implement IEndPoint Modifier and Type Class Description classLoadBalancerEndPointThe Load Balancer end point web socket connection.Uses of IEndPoint in com.iizix.server.monitor
Classes in com.iizix.server.monitor that implement IEndPoint Modifier and Type Class Description classVirtualizedMonitorEndPointEnd point for the Virtualized Monitor that transports a proxy of a VirtualsPropCnr of a client to a viewer or monitor.Methods in com.iizix.server.monitor that return IEndPoint Modifier and Type Method Description IEndPointVirtualizedMonitorEndPointConstructor. createInstance(ServerShell server, java.lang.ThreadGroup serverThreadGroup, long sessionID, IWebSocketComm comm, java.lang.String uri, java.lang.String query, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headerFields, java.lang.Object object)Creates a new end point.Methods in com.iizix.server.monitor with parameters of type IEndPoint Modifier and Type Method Description voidVirtualizedMonitorPropCnr. onEndPointCreated(IEndPoint endPoint)Called when an end point is created.voidVirtualizedMonitorPropCnr. onEndPointDisposed(IEndPoint endPoint)Called when an end point is disposed of.Constructors in com.iizix.server.monitor with parameters of type IEndPoint Constructor Description EndPointPropCnr(IEndPoint endPoint)Constructor for monitor.Uses of IEndPoint in com.iizix.server.run.remote
Classes in com.iizix.server.run.remote that implement IEndPoint Modifier and Type Class Description classRemoteBuilderEndPointEnd point for the Remote Customized iiziRun Builder that transports a proxy of a RuntimeBuilderProps to build the app.Methods in com.iizix.server.run.remote that return IEndPoint Modifier and Type Method Description IEndPointRemoteBuilderEndPointConstructor. createInstance(ServerShell server, java.lang.ThreadGroup serverThreadGroup, long sessionID, IWebSocketComm comm, java.lang.String uri, java.lang.String query, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headerFields, java.lang.Object object)Creates a new end point.Uses of IEndPoint in com.iizix.server.vsviewer
Classes in com.iizix.server.vsviewer that implement IEndPoint Modifier and Type Class Description classVSViewerEndPointThe main class for a VS Viewer session running in the Server.Methods in com.iizix.server.vsviewer that return IEndPoint Modifier and Type Method Description IEndPointVSViewerEndPointConstructor. createInstance(ServerShell server, java.lang.ThreadGroup serverThreadGroup, long sessionID, IWebSocketComm comm, java.lang.String uri, java.lang.String query, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headerFields, java.lang.Object object)Creates a new end point.