Uses of Interface
com.iizix.nio.WebSocketAcceptor
Packages that use WebSocketAcceptor Package Description com.iizigo.webserver com.iizix.comm com.iizix.comm.test com.iizix.jetty com.iizix.nio com.iizix.server com.iizix.server.jakarta com.iizix.server.run.remote Uses of WebSocketAcceptor in com.iizigo.webserver
Methods in com.iizigo.webserver with parameters of type WebSocketAcceptor Modifier and Type Method Description int
InternalWebServer. 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 WebSocketAcceptor Modifier and Type Method Description void
IWebSocketEngine. 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 WebSocketAcceptor Constructor Description TransactionComm(TransactionCommProps properties, Worker worker, java.nio.channels.SocketChannel channel, TransactionCommListener listener, WebSocketAcceptor acceptor)
Creates a new Transaction Client Communication channel from a socket channel.WebSocketComm(WebSocketCommProps properties, Worker worker, java.nio.channels.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 WebSocketAcceptor Modifier and Type Class Description class
TransactionProcessor
The transaction processor for inbound connections from WebSockets.Uses of WebSocketAcceptor in com.iizix.jetty
Methods in com.iizix.jetty with parameters of type WebSocketAcceptor Modifier and Type Method Description int
IntegratedWebServer. startWebServer(IExternalBrowserPages extPages, IWSFileProviderServer fileProvider, WebSocketAcceptor acceptor, java.lang.String extServerURL, java.lang.String bind, int wsPort1, int wsPort2, int wsSecurePort1, int wsSecurePort2, java.security.KeyStore keyStore, java.lang.String pw, boolean useGzip)
Starts the web server.void
RunConfigurationWebServer. startWebServer(IExternalBrowserPages extPages, WebSocketAcceptor acceptor, IServerSettings settings, PortConfig[] rcHttpConfig, PortConfig[] rcHttpsConfig, java.util.concurrent.Callable<java.lang.Void> redirCallback, ICommonServletInterface... servlets)
Starts the web server.Uses of WebSocketAcceptor in com.iizix.nio
Constructors in com.iizix.nio with parameters of type WebSocketAcceptor Constructor Description WebSocketCommNIO(WorkerNIO worker, boolean isSecure, int version, java.lang.String[] subProtocols, boolean doFailForUnsupportedSubProtocol, int timeoutConnectClose, java.nio.channels.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 WebSocketAcceptor Modifier and Type Class Description class
JettyRunConfiguration
Server using Jetty to serve a Run Configuration launch of an application from Eclipse.class
ServerShell
The Server Shell.class
StandardServer
The iiziServer in standard mode.Uses of WebSocketAcceptor in com.iizix.server.jakarta
Classes in com.iizix.server.jakarta that implement WebSocketAcceptor Modifier and Type Class Description class
JakartaEEServer
The 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 WebSocketAcceptor Modifier and Type Class Description class
RuntimeBuilderServer
The IIZI Runtime Builder Server that processes remote building of customized iiziRun's from an iiziGo instance.