HttpServerHandler

Constructors

this
this(HttpServerOptions options, ServerSessionListener listener, ServerHttpHandler serverHttpHandler, WebSocketHandler webSocketHandler)
Undocumented in source.

Members

Functions

connectionOpened
void connectionOpened(Connection connection)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From HttpConnectionHandler

exceptionCaught
void exceptionCaught(Connection connection, Throwable t)
Undocumented in source. Be warned that the author may not have intended to support it.
connectionClosed
void connectionClosed(Connection connection)
Undocumented in source. Be warned that the author may not have intended to support it.
failedAcceptingConnection
void failedAcceptingConnection(int connectionId, Throwable t)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta