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

Classes

interface  WebSocketEndpoint
class  WebSocketPatterns
class  WebSocketRouteMatcher
interface  WebSocketSession

Functions

record WebSocketCloseStatus (int code, String reason)
record WebSocketRoute (String pattern, WebSocketEndpoint endpoint)
record WebSocketRouteMatch (WebSocketRoute route, Map< String, String > pathParams)

Function Documentation

◆ WebSocketCloseStatus()

record dev.rafex.ether.websocket.core.WebSocketCloseStatus ( int code,
String reason )

Definition at line 29 of file WebSocketCloseStatus.java.

References WebSocketCloseStatus().

Referenced by dev.rafex.ether.websocket.core.WebSocketSession.close(), dev.rafex.ether.websocket.core.WebSocketEndpoint.onClose(), and WebSocketCloseStatus().

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

◆ WebSocketRoute()

record dev.rafex.ether.websocket.core.WebSocketRoute ( String pattern,
WebSocketEndpoint endpoint )

Definition at line 31 of file WebSocketRoute.java.

References WebSocketRoute().

Referenced by WebSocketRoute(), and WebSocketRouteMatch().

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

◆ WebSocketRouteMatch()

record dev.rafex.ether.websocket.core.WebSocketRouteMatch ( WebSocketRoute route,
Map< String, String > pathParams )

Definition at line 31 of file WebSocketRouteMatch.java.

References WebSocketRoute().

Referenced by dev.rafex.ether.websocket.core.WebSocketRouteMatcher.match().

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