Uses of Interface
com.iizix.nio.WebSocketAcceptor
Packages that use WebSocketAcceptor
Package
Description
Uses of WebSocketAcceptor in com.iizigo.webserver
Methods in com.iizigo.webserver with parameters of type WebSocketAcceptorModifier and TypeMethodDescriptionintInternalWebServer.startWebServer(IExternalBrowserPages extPages, IWSFileProviderServer fileProvider, WebSocketAcceptor acceptor) Starts the web server.Uses of WebSocketAcceptor in com.iizix.comm
Methods in com.iizix.comm with parameters of type WebSocketAcceptorModifier and TypeMethodDescriptionvoidIWebSocketEngine.register(WebSocketAcceptor listener) Creates and registers an engine for the receipt of web socket requests for a particular URI.Constructors in com.iizix.comm with parameters of type WebSocketAcceptorModifierConstructorDescriptionTransactionComm(TransactionCommProps properties, Worker worker, SocketChannel channel, TransactionCommListener listener, WebSocketAcceptor acceptor) Creates a new Transaction Client Communication channel from a socket channel.WebSocketComm(WebSocketCommProps properties, Worker worker, SocketChannel channel, WebSocketCommListener listener, WebSocketAcceptor acceptor) Creates a new WebSocket Client Communication channel from an accepted socket connection and sets it to as CHECKING_CONNECT_REQUEST, before the negotiation is completed and then becomes CONNECTED.WebSocketServerComm(WebSocketServerCommProps properties, Worker worker, TransactionCommListener listener, WebSocketAcceptor acceptor) Constructs the WebSocket Server communication engine for the worker in question.WebSocketServerComm(WebSocketServerCommProps properties, Worker worker, WebSocketCommListener listener, WebSocketAcceptor acceptor) Constructs the WebSocket Server communication engine for the worker in question.Uses of WebSocketAcceptor in com.iizix.comm.test
Classes in com.iizix.comm.test that implement WebSocketAcceptorModifier and TypeClassDescriptionclassThe transaction processor for inbound connections from WebSockets.Uses of WebSocketAcceptor in com.iizix.jetty
Methods in com.iizix.jetty with parameters of type WebSocketAcceptorModifier and TypeMethodDescriptionintIntegratedWebServer.startWebServer(IExternalBrowserPages extPages, IWSFileProviderServer fileProvider, WebSocketAcceptor acceptor, String extServerURL, String bind, int wsPort1, int wsPort2, int wsSecurePort1, int wsSecurePort2, KeyStore keyStore, String pw, boolean useGzip) Starts the web server.voidRunConfigurationWebServer.startWebServer(IExternalBrowserPages extPages, WebSocketAcceptor acceptor, IServerSettings settings, PortConfig[] rcHttpConfig, PortConfig[] rcHttpsConfig, Callable<Void> redirCallback, ICommonServletInterface... servlets) Starts the web server.Uses of WebSocketAcceptor in com.iizix.nio
Constructors in com.iizix.nio with parameters of type WebSocketAcceptorModifierConstructorDescriptionWebSocketCommNIO(WorkerNIO worker, boolean isSecure, int version, String[] subProtocols, boolean doFailForUnsupportedSubProtocol, int timeoutConnectClose, SocketChannel channel, WebSocketCommListener listener, WebSocketAcceptor acceptor, boolean isVerbose) Creates a new WebSocket Client Communication channel from an accepted socket connection and sets it to as CHECKING_CONNECT_REQUEST, before the negotiation is completed and then becomes CONNECTED.Uses of WebSocketAcceptor in com.iizix.server
Classes in com.iizix.server that implement WebSocketAcceptorModifier and TypeClassDescriptionclassServer using Jetty to serve a Run Configuration launch of an application from Eclipse.classThe Server Shell.classThe iiziServer in standard mode.Uses of WebSocketAcceptor in com.iizix.server.jakarta
Classes in com.iizix.server.jakarta that implement WebSocketAcceptorModifier and TypeClassDescriptionclassThe JakartaEEServer is the iiziServer Shell running the JakartaEE environment.Uses of WebSocketAcceptor in com.iizix.server.run.remote
Classes in com.iizix.server.run.remote that implement WebSocketAcceptorModifier and TypeClassDescriptionclassThe IIZI Runtime Builder Server that processes remote building of customized iiziRun's from an iiziGo instance.