Package | Description |
---|---|
sirius.web.http |
Built-in HTTP server based on netty.
|
Modifier and Type | Field and Description |
---|---|
protected static WebServer.MicrotimingMode |
WebServer.microtimingMode |
Modifier and Type | Method and Description |
---|---|
static WebServer.MicrotimingMode |
WebServer.getMicrotimingMode()
Returns the
WebServer.MicrotimingMode used by the web server |
static WebServer.MicrotimingMode |
WebServer.MicrotimingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebServer.MicrotimingMode[] |
WebServer.MicrotimingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
WebServer.setMicrotimingMode(WebServer.MicrotimingMode microtimingMode)
Changes the microtiming mode.
|
Copyright © 2018. All rights reserved.