Uses of Interface
com.iizix.server.IEndPoint
Package
Description
Uses of IEndPoint 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 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 IEndPoint
AbstractEndPoint.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 IEndPoint
IEndPoint.getSessionInstance()
Gets the runtime application instance for the current thread in a client session.Modifier and TypeMethodDescriptionvoid
IEndPointListener.onEndPointCreated
(IEndPoint endPoint) Called when an end point is created.void
IEndPointListener.onEndPointDisposed
(IEndPoint endPoint) Called when an end point is disposed of.void
IServer.onEndPointDisposed
(IEndPoint endPoint) Called when an end point is disposed of.final void
ServerShell.onEndPointDisposed
(IEndPoint endPoint) Called when an end point is disposed of.Uses of IEndPoint in com.iizix.server.client
Modifier and TypeClassDescriptionclass
The main class for an Client session running in the Server.class
Class 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.Modifier 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
Modifier and TypeClassDescriptionclass
The Load Balancer end point web socket connection.Uses of IEndPoint 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.Modifier 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.Modifier and TypeMethodDescriptionvoid
VirtualizedMonitorPropCnr.onEndPointCreated
(IEndPoint endPoint) Called when an end point is created.void
VirtualizedMonitorPropCnr.onEndPointDisposed
(IEndPoint endPoint) Called when an end point is disposed of.Uses of IEndPoint 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.Modifier 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
Modifier and TypeClassDescriptionclass
The main class for a VS Viewer session running in the Server.Modifier 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.