HttpServer

Constructors

this
this(HttpServerOptions httpOptions, ServerHttpHandler serverHttpHandler, WebSocketHandler webSocketHandler)
Undocumented in source.
this
this(string host, ushort port, HttpServerOptions httpOptions, ServerHttpHandler serverHttpHandler)
Undocumented in source.
this
this(string host, ushort port, HttpServerOptions httpOptions, ServerHttpHandler serverHttpHandler, WebSocketHandler webSocketHandler)
Undocumented in source.
this
this(HttpServerOptions options, ServerSessionListener listener, ServerHttpHandler serverHttpHandler, WebSocketHandler webSocketHandler)
Undocumented in source.

Members

Classes

Builder
class Builder

Functions

destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
getHost
string getHost()
Undocumented in source. Be warned that the author may not have intended to support it.
getHttpOptions
HttpServerOptions getHttpOptions()
Undocumented in source. Be warned that the author may not have intended to support it.
getPort
int getPort()
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
isOpen
bool isOpen()
Undocumented in source. Be warned that the author may not have intended to support it.
isTLS
bool isTLS()
Undocumented in source. Be warned that the author may not have intended to support it.
netServer
NetServer netServer()
Undocumented in source. Be warned that the author may not have intended to support it.
onError
HttpServer onError(ServerErrorHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
onOpenFailed
HttpServer onOpenFailed(ActionN!(Throwable) handler)
Undocumented in source. Be warned that the author may not have intended to support it.
onOpened
HttpServer onOpened(Action handler)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

builder
Builder builder()

@return A builder that can be used to create an Undertow server instance

builder
Builder builder(HttpServerOptions serverOptions)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta