HttpServerHandler

Undocumented in source.

Constructors

this
this(Http2Configuration config, ServerSessionListener listener, ServerHttpHandler serverHttpHandler, WebSocketHandler webSocketHandler)
Undocumented in source.

Members

Functions

sessionOpened
void sessionOpened(Session session)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From AbstractHttpHandler

config
Http2Configuration config;
Undocumented in source.
messageReceived
void messageReceived(Session session, Object message)
Undocumented in source. Be warned that the author may not have intended to support it.
exceptionCaught
void exceptionCaught(Session session, Exception t)
Undocumented in source. Be warned that the author may not have intended to support it.
sessionClosed
void sessionClosed(Session session)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta