toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-realtime-core
/
org.http4k.routing
/
SimpleWsRouteMatcher
Simple
Ws
Route
Matcher
data
class
SimpleWsRouteMatcher
(
router
:
Router
,
handler
:
WsHandler
,
filter
:
WsFilter
=
WsFilter.NoOp
)
:
RouteMatcher
<
WsResponse
,
WsFilter
>
Members
Constructors
Simple
Ws
Route
Matcher
Link copied to clipboard
constructor
(
router
:
Router
,
handler
:
WsHandler
,
filter
:
WsFilter
=
WsFilter.NoOp
)
Functions
match
Link copied to clipboard
open
override
fun
match
(
request
:
Request
)
:
RoutingMatch
<
WsResponse
>
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
with
Base
Path
Link copied to clipboard
open
override
fun
withBasePath
(
prefix
:
String
)
:
RouteMatcher
<
WsResponse
,
WsFilter
>
with
Filter
Link copied to clipboard
open
override
fun
withFilter
(
new
:
WsFilter
)
:
RouteMatcher
<
WsResponse
,
WsFilter
>
with
Router
Link copied to clipboard
open
override
fun
withRouter
(
other
:
Router
)
:
RouteMatcher
<
WsResponse
,
WsFilter
>