Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
Package dev.rafex.ether.websocket.jetty12

Classes

class  JettyWebSocketEndpointAdapter
interface  JettyWebSocketModule
class  JettyWebSocketRouteRegistry
class  JettyWebSocketServerFactory
class  JettyWebSocketServerRunner
class  JettyWebSocketSession

Functions

record JettyWebSocketModuleContext (JettyWebSocketServerConfig config)
record JettyWebSocketServerConfig (int port, int minThreads, int maxThreads, int idleTimeoutMs, String threadPoolName)

Function Documentation

◆ JettyWebSocketModuleContext()

record dev.rafex.ether.websocket.jetty12.JettyWebSocketModuleContext ( JettyWebSocketServerConfig config)

Definition at line 29 of file JettyWebSocketModuleContext.java.

References JettyWebSocketServerConfig().

Referenced by dev.rafex.ether.websocket.jetty12.JettyWebSocketServerFactory.create(), and dev.rafex.ether.websocket.jetty12.JettyWebSocketModule.registerRoutes().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ JettyWebSocketServerConfig()

record dev.rafex.ether.websocket.jetty12.JettyWebSocketServerConfig ( int port,
int minThreads,
int maxThreads,
int idleTimeoutMs,
String threadPoolName )

Definition at line 31 of file JettyWebSocketServerConfig.java.

References JettyWebSocketServerConfig().

Referenced by dev.rafex.ether.websocket.jetty12.JettyWebSocketServerFactory.create(), dev.rafex.ether.websocket.jetty12.JettyWebSocketServerFactory.create(), JettyWebSocketModuleContext(), and JettyWebSocketServerConfig().

Here is the call graph for this function:
Here is the caller graph for this function: