kvision-common-remote
/
io.kvision.remote
/
RouteMapRegistry
jvm
Route
Map
Registry
interface
RouteMapRegistry
<
T
>
Content copied to clipboard
Stores a mapping from an HTTP-method+path to a handler
Functions
Functions
add
Route
Link copied to clipboard
jvm
abstract fun
addRoute
(method:
HttpMethod
, path:
String
, handler:
T
)
Content copied to clipboard
as
Sequence
Link copied to clipboard
jvm
abstract fun
asSequence
():
Sequence
<
RouteMapEntry
<
T
>>
Content copied to clipboard
abstract fun
asSequence
(method:
HttpMethod
):
Sequence
<
RouteMapEntry
<
T
>>
Content copied to clipboard
find
Handler
Link copied to clipboard
jvm
abstract fun
findHandler
(method:
HttpMethod
, path:
String
):
T
?
Content copied to clipboard