Http2ServerRequestHandler

Constructors

this
this(ServerHttpHandler serverHttpHandler)
Undocumented in source.

Members

Classes

ServerHttp2OutputStream
class ServerHttp2OutputStream
Undocumented in source.

Functions

onClose
void onClose(Session session, GoAwayFrame frame)
Undocumented in source. Be warned that the author may not have intended to support it.
onFailure
void onFailure(Session session, Exception failure)
Undocumented in source. Be warned that the author may not have intended to support it.
onNewStream
StreamListener onNewStream(Stream stream, HeadersFrame headersFrame)
Undocumented in source. Be warned that the author may not have intended to support it.
onReset
void onReset(Session session, ResetFrame frame)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

connection
Http2ServerConnection connection;
Undocumented in source.

Inherited Members

From Adapter

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

Meta