Uses of Interface
com.iizix.nio.IWebSocketComm
Uses of IWebSocketComm in com.iizix.comm
Classes in com.iizix.comm that implement IWebSocketComm Modifier and Type Class Description classWebSocketCommClass to handle the WebSocket protocol.Methods in com.iizix.comm with parameters of type IWebSocketComm Modifier and Type Method Description IServerWebSocketCommListenerTransactionComm. setWebSocket(IWebSocketComm comm, java.lang.Object endPoint)Assigns the web socket interface and retrieves the listener for use with external web servers.Uses of IWebSocketComm in com.iizix.comm.test
Methods in com.iizix.comm.test with parameters of type IWebSocketComm Modifier and Type Method Description java.lang.ObjectTransactionProcessor. isRequestURIAccepted(IWebSocketComm comm, java.lang.String uri, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headerFields)Called to check if a request URI can be accepted.Uses of IWebSocketComm in com.iizix.jetty
Classes in com.iizix.jetty that implement IWebSocketComm Modifier and Type Class Description classInternalWebSocketThe internal web socket for the server side.Uses of IWebSocketComm in com.iizix.nio
Classes in com.iizix.nio that implement IWebSocketComm Modifier and Type Class Description classWebSocketCommNIOClass to handle the WebSocket protocol.Methods in com.iizix.nio with parameters of type IWebSocketComm Modifier and Type Method Description java.lang.ObjectWebSocketAcceptor. isRequestURIAccepted(IWebSocketComm comm, java.lang.String uri, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headerFields)Called to check if a request URI can be accepted.voidWebSocketCommListener. onCommClosed(IWebSocketComm comm, int code, java.lang.String reason)Called when the communication link is closed.voidWebSocketCommListener. onCommClosing(IWebSocketComm comm)Called when the communication link is closing.voidWebSocketCommListener. onCommConnected(IWebSocketComm comm)Called when the communication link is connected.voidWebSocketCommListener. onCommData(IWebSocketComm comm, byte[] data, int offset, int len)Called when the communication link has received binary data.voidWebSocketCommListener. onCommData(IWebSocketComm comm, java.lang.String data)Called when the communication link has received String data.voidWebSocketCommListener. onCommError(IWebSocketComm comm, java.lang.Throwable e)Called when the communication link is closed.voidWebSocketCommListener. onCommHeartBeat(IWebSocketComm comm, long duration)Called when a heart-beat frame is received.voidWebSocketCommListener. onCommOpen(IWebSocketComm comm)Called when the communication link is opened.voidWebSocketCommListener. onCommTimeout(IWebSocketComm comm, boolean isReadTimeout)Called when the communication link has timed out on a read or write operation.Uses of IWebSocketComm in com.iizix.server
Methods in com.iizix.server with parameters of type IWebSocketComm Modifier and Type Method Description 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.IServerWebSocketCommListenerAbstractEndPoint. getWebSocketCommListener(IWebSocketComm comm)Gets the WebSocketCommListener for the end point.IServerWebSocketCommListenerIEndPoint. getWebSocketCommListener(IWebSocketComm comm)Gets the WebSocketCommListener for the end point.OBJECTIEndPointConstructor. isHandled(ServerShell server, IWebSocketComm comm, java.lang.String uri, java.lang.String query, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headerFields)Checks if this end point constructor handles this URI.java.lang.ObjectServerShell. isRequestURIAccepted(IWebSocketComm comm, java.lang.String uri, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headerFields)Called to check if a request URI can be accepted.voidAbstractEndPoint. onCommClosed(IWebSocketComm comm, int code, java.lang.String reason)Called when the communication link is closed.voidAbstractEndPoint. onCommClosing(IWebSocketComm comm)Called when the communication link is closing.voidAbstractEndPoint. onCommConnected(IWebSocketComm comm)Called when the communication link is connected.voidAbstractEndPoint. onCommData(IWebSocketComm comm, byte[] _data, int offset, int len)Called when the communication link has received binary data.voidAbstractEndPoint. onCommData(IWebSocketComm comm, java.lang.String data)Called when the communication link has received String data.voidAbstractEndPoint. onCommError(IWebSocketComm comm, java.lang.Throwable e)Called when the communication link is closed.voidAbstractEndPoint. onCommHeartBeat(IWebSocketComm comm, long duration)Called when a heart-beat frame is received.voidAbstractEndPoint. onCommOpen(IWebSocketComm comm)Called when the communication link is opened.voidAbstractEndPoint. onCommTimeout(IWebSocketComm comm, boolean isReadTimeout)Called when the communication link has timed out on a read or write operation.Constructors in com.iizix.server with parameters of type IWebSocketComm Constructor Description AbstractEndPoint(IEndPoint.Type endPointType, java.lang.String name, long sessionID, IWebSocketComm comm, ServerShell server, java.lang.ThreadGroup serverThreadGroup, java.util.HashMap<java.lang.String,java.lang.String> classNameMap, java.lang.ClassLoader contextClassLoader)Creates a new EndPoint instance.ServerSession(long sessionID, IWebSocketComm comm, ServerShell server, java.lang.ThreadGroup serverThreadGroup)Creates a new ServerSession instance.Uses of IWebSocketComm in com.iizix.server.client
Methods in com.iizix.server.client with parameters of type IWebSocketComm 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.IServerWebSocketCommListenerClientEndPoint. getWebSocketCommListener(IWebSocketComm comm)Gets the WebSocketCommListener for the end point.IServerWebSocketCommListenerFailedReconnectClientEndPoint. getWebSocketCommListener(IWebSocketComm comm)Gets the WebSocketCommListener for the end point.java.lang.ObjectClientEndPointConstructor. isHandled(ServerShell server, IWebSocketComm comm, java.lang.String uri, java.lang.String query, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headerFields)Checks if this end point constructor handles this URI.Uses of IWebSocketComm in com.iizix.server.monitor
Methods in com.iizix.server.monitor with parameters of type IWebSocketComm 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.java.lang.ObjectVirtualizedMonitorEndPointConstructor. isHandled(ServerShell server, IWebSocketComm comm, java.lang.String uri, java.lang.String query, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headerFields)Checks if this end point constructor handles this URI.Uses of IWebSocketComm in com.iizix.server.run.remote
Methods in com.iizix.server.run.remote with parameters of type IWebSocketComm 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.java.lang.ObjectRemoteBuilderEndPointConstructor. isHandled(ServerShell server, IWebSocketComm comm, java.lang.String uri, java.lang.String query, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headerFields)Checks if this end point constructor handles this URI.Uses of IWebSocketComm in com.iizix.server.vsviewer
Methods in com.iizix.server.vsviewer with parameters of type IWebSocketComm 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.IServerWebSocketCommListenerVSViewerEndPoint. getWebSocketCommListener(IWebSocketComm comm)Gets the WebSocketCommListener for the end point.java.lang.ObjectVSViewerEndPointConstructor. isHandled(ServerShell server, IWebSocketComm comm, java.lang.String uri, java.lang.String query, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headerFields)Checks if this end point constructor handles this URI.