Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
dev.rafex.ether.websocket.core.WebSocketRouteMatcher Class Reference
Collaboration diagram for dev.rafex.ether.websocket.core.WebSocketRouteMatcher:

Static Public Member Functions

static Optional< WebSocketRouteMatchmatch (final String path, final List< WebSocketRoute > routes)

Detailed Description

Definition at line 32 of file WebSocketRouteMatcher.java.

Member Function Documentation

◆ match()

Optional< WebSocketRouteMatch > dev.rafex.ether.websocket.core.WebSocketRouteMatcher.match ( final String path,
final List< WebSocketRoute > routes )
static

Definition at line 37 of file WebSocketRouteMatcher.java.

References dev.rafex.ether.websocket.core.WebSocketPatterns.match(), match(), and dev.rafex.ether.websocket.core.WebSocketRouteMatch().

Referenced by match().

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

The documentation for this class was generated from the following file: