toggle menu
piper-kt
9.3.0
jvm
switch theme
search in API
multimedia-service
/
piperkt.services.multimedia.interfaces.web.controllers
/
GetDirectSessionController
Get
Direct
Session
Controller
@
Controller
class
GetDirectSessionController
(
sessionService
:
SessionService
)
:
GetDirectSessionApi
Members
Constructors
Get
Direct
Session
Controller
Link copied to clipboard
constructor
(
sessionService
:
SessionService
)
Functions
get
Link copied to clipboard
open
override
fun
get
(
principal
:
Principal
,
username
:
String
)
:
GetDirectSessionApi.Response
on
Direct
Session
Not
Found
Link copied to clipboard
@
Error
(
value
=
DirectErrors.DirectNotFound::class
)
@
Status
(
value
=
HttpStatus.NOT_FOUND
)
open
fun
onDirectSessionNotFound
(
exception
:
DirectErrors.DirectNotFound
,
@
PathVariable
username
:
String
)
:
GetDirectSessionApi.Errors.DirectSessionNotFound