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 class
AbstractEndPoint
An implementation of a common end point for an Editor, Server or Monitor.class
ServerSession
The 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.IEndPoint
IEndPointConstructor. 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.IEndPoint
AbstractEndPoint. 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 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 IEndPoint Modifier and Type Method Description void
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.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 IEndPoint Modifier and Type Class Description class
ClientEndPoint
The main class for an Client session running in the Server.class
FailedReconnectClientEndPoint
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 IEndPoint Modifier and Type Method Description IEndPoint
ClientEndPointConstructor. 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 class
LoadBalancerEndPoint
The 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 class
VirtualizedMonitorEndPoint
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 IEndPoint Modifier and Type Method Description IEndPoint
VirtualizedMonitorEndPointConstructor. 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 void
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 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 class
RemoteBuilderEndPoint
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 IEndPoint Modifier and Type Method Description IEndPoint
RemoteBuilderEndPointConstructor. 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 class
VSViewerEndPoint
The 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 IEndPoint
VSViewerEndPointConstructor. 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.