mock-oauth-server
1.1.0
mock-oauth-server
/
net.uiqui.oauth.mock.http
/
HttpServer
Http
Server
class
HttpServer
Content copied to clipboard
Functions
Functions
add
Handler
Link copied to clipboard
fun
addHandler
(
path
:
String
,
handler
:
RequestHandler
)
Content copied to clipboard
get
Host
Link copied to clipboard
fun
getHost
(
)
:
String
?
Content copied to clipboard
get
Paths
Link copied to clipboard
fun
getPaths
(
)
:
MutableSet
<
String
>
Content copied to clipboard
is
Running
Link copied to clipboard
fun
isRunning
(
)
:
Boolean
Content copied to clipboard
start
Link copied to clipboard
fun
start
(
)
Content copied to clipboard
stop
Link copied to clipboard
fun
stop
(
)
Content copied to clipboard