HttpServer

Constructors

this
this(string host, int port, Http2Configuration http2Configuration, ServerHttpHandler serverHttpHandler)
Undocumented in source.
this
this(string host, int port, Http2Configuration http2Configuration, ServerHttpHandler serverHttpHandler, WebSocketHandler webSocketHandler)
Undocumented in source.
this
this(string host, int port, Http2Configuration c, ServerSessionListener listener, ServerHttpHandler serverHttpHandler, WebSocketHandler webSocketHandler)
Undocumented in source.

Members

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.
getHttp2Configuration
Http2Configuration getHttp2Configuration()
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.

Meta