OAuth2HttpServer

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
abstract fun port(): Int
Link copied to clipboard
abstract fun sslConfig(): Ssl?
Link copied to clipboard
open fun start(requestHandler: RequestHandler): OAuth2HttpServer
open fun start(port: Int = 0, requestHandler: RequestHandler = { OAuth2HttpResponse(status = 404, body = "no requesthandler configured") }): OAuth2HttpServer
abstract fun start(inetAddress: InetAddress, port: Int, requestHandler: RequestHandler): OAuth2HttpServer
Link copied to clipboard
abstract fun stop(): OAuth2HttpServer
Link copied to clipboard
abstract fun url(path: String): HttpUrl