Uses of Interface
com.iizix.server.IEndPoint
Packages that use IEndPoint
Package
Description
Uses of IEndPoint in com.iizix.server
Classes in com.iizix.server that implement IEndPointModifier and TypeClassDescriptionclassAn implementation of a common end point for an Editor, Server or Monitor.classThe main class for an Server session running in the Server.Methods in com.iizix.server that return IEndPointModifier and TypeMethodDescriptionIServer.addEndPointListener(IEndPointListener listener) Adds a listener of end point create/dispose and retrieves the list of current end points.final IEndPoint[]ServerShell.addEndPointListener(IEndPointListener listener) Adds a listener of end point create/dispose and retrieves the list of current end points.IEndPointConstructor.createInstance(ServerShell server, ThreadGroup serverThreadGroup, long sessionID, IWebSocketComm comm, String uri, String query, Map<String, List<String>> headerFields, OBJECT object) Creates a new end point.final IEndPointAbstractEndPoint.getEndPoint()Gets the end-point.IServer.getEndPointsInstances()Gets an array of all end points.final 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 IEndPointModifier and TypeMethodDescriptionvoidIEndPointListener.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.final 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 IEndPointModifier and TypeClassDescriptionclassThe main class for an Client session running in the Server.classClass 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 IEndPointModifier and TypeMethodDescriptionClientEndPointConstructor.createInstance(ServerShell server, ThreadGroup serverThreadGroup, long sessionID, IWebSocketComm comm, String uri, String query, Map<String, List<String>> headerFields, Object object) Creates a new end point.Uses of IEndPoint in com.iizix.server.loadbalancer
Classes in com.iizix.server.loadbalancer that implement IEndPointModifier and TypeClassDescriptionclassThe Load Balancer end point web socket connection.Uses of IEndPoint in com.iizix.server.monitor
Classes in com.iizix.server.monitor that implement IEndPointModifier and TypeClassDescriptionclassEnd 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 IEndPointModifier and TypeMethodDescriptionVirtualizedMonitorEndPointConstructor.createInstance(ServerShell server, ThreadGroup serverThreadGroup, long sessionID, IWebSocketComm comm, String uri, String query, Map<String, List<String>> headerFields, Object object) Creates a new end point.Methods in com.iizix.server.monitor with parameters of type IEndPointModifier and TypeMethodDescriptionvoidVirtualizedMonitorPropCnr.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 IEndPointUses of IEndPoint in com.iizix.server.run.remote
Classes in com.iizix.server.run.remote that implement IEndPointModifier and TypeClassDescriptionclassEnd 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 IEndPointModifier and TypeMethodDescriptionRemoteBuilderEndPointConstructor.createInstance(ServerShell server, ThreadGroup serverThreadGroup, long sessionID, IWebSocketComm comm, String uri, String query, Map<String, List<String>> headerFields, Object object) Creates a new end point.Uses of IEndPoint in com.iizix.server.vsviewer
Classes in com.iizix.server.vsviewer that implement IEndPointModifier and TypeClassDescriptionclassThe main class for a VS Viewer session running in the Server.Methods in com.iizix.server.vsviewer that return IEndPointModifier and TypeMethodDescriptionVSViewerEndPointConstructor.createInstance(ServerShell server, ThreadGroup serverThreadGroup, long sessionID, IWebSocketComm comm, String uri, String query, Map<String, List<String>> headerFields, Object object) Creates a new end point.