root
Toggle table of contents
goblin-service
Target filter
goblin-service
Switch theme
Search in API
Skip to content
root
root
/
fi.utu.tech.powergoblin.api.web
/
DummyWebServer
Dummy
Web
Server
goblin-service
class
DummyWebServer
(
flags
:
GenericFlags
)
:
Webserver
Members
Constructors
Dummy
Web
Server
Link copied to clipboard
goblin-service
constructor
(
flags
:
GenericFlags
)
Properties
port
Link copied to clipboard
goblin-service
open
override
val
port
:
Int
=
0
Functions
addresses
Link copied to clipboard
goblin-service
open
fun
addresses
(
includeLoopback
:
Boolean
=
false
)
:
List
<
ServiceAddress
>
close
Link copied to clipboard
goblin-service
open
fun
close
(
)
Close the server's background thread
interface
Addresses
Link copied to clipboard
goblin-service
open
override
fun
interfaceAddresses
(
includeLoopback
:
Boolean
)
:
<Error class: unknown class>
listen
Link copied to clipboard
goblin-service
open
fun
listen
(
)
Start the server asynchronously in a background thread
status
Link copied to clipboard
goblin-service
open
override
fun
status
(
)
:
String
to
String
Link copied to clipboard
goblin-service
open
override
fun
toString
(
)
:
String
update
Event
Link copied to clipboard
goblin-service
open
override
fun
updateEvent
(
message
:
String
)