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 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 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 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.Methods in com.iizix.server with parameters of type IEndPointModifier 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
Classes in com.iizix.server.client that implement IEndPointModifier 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.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 TypeClassDescriptionclass
The 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 TypeClassDescriptionclass
End 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 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.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 TypeClassDescriptionclass
End 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 TypeClassDescriptionclass
The 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.