GetChannelSessionController

Constructors

Link copied to clipboard
constructor(sessionService: SessionService)

Functions

Link copied to clipboard
open override fun get(principal: Principal, serverId: String, channelId: String): GetChannelSessionApi.Response
Link copied to clipboard
@Status(value = HttpStatus.NOT_FOUND)
open fun onChannelNotFound(exception: ServerErrors.ChannelNotInServer, @PathVariable serverId: String, @PathVariable channelId: String): GetChannelSessionApi.Errors.ChannelNotFound
Link copied to clipboard
@Status(value = HttpStatus.NOT_FOUND)
open fun onServerNotFound(exception: ServerErrors.ServerNotFound, @PathVariable serverId: String): GetChannelSessionApi.Errors.ServerNotFound
Link copied to clipboard
@Status(value = HttpStatus.FORBIDDEN)
open fun onUserNotAllowed(exception: ServerErrors.UserNotInServer, @PathVariable serverId: String, @PathVariable channelId: String): GetChannelSessionApi.Errors.UserNotAllowed