Http2ClientConnection

Constructors

this
this(HttpOptions config, Connection tcpSession, SessionListener listener)
Undocumented in source.

Members

Functions

getConnectionType
HttpConnectionType getConnectionType()
Undocumented in source. Be warned that the author may not have intended to support it.
getGenerator
Http2Generator getGenerator()
Undocumented in source. Be warned that the author may not have intended to support it.
getHttpOutputStream
HttpOutputStream getHttpOutputStream(HttpRequest request, ClientHttpHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
getParser
Parser getParser()
Undocumented in source. Be warned that the author may not have intended to support it.
getSessionSPI
SessionSPI getSessionSPI()
Undocumented in source. Be warned that the author may not have intended to support it.
initHttp2Session
Http2Session initHttp2Session(HttpOptions config, FlowControlStrategy flowControl, SessionListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
initParser
Parser initParser(HttpOptions config)
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize(HttpOptions config, Promise!(HttpClientConnection) promise, SessionListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
request
void request(HttpRequest request, bool endStream, Promise!(HttpOutputStream) promise, ClientHttpHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(HttpRequest request, ClientHttpHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(HttpRequest request, ByteBuffer buffer, ClientHttpHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(HttpRequest request, ByteBuffer[] buffers, ClientHttpHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(HttpRequest request, Promise!(HttpOutputStream) promise, ClientHttpHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
sendRequestWithContinuation
HttpOutputStream sendRequestWithContinuation(HttpRequest request, ClientHttpHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
upgradeHttp2
void upgradeHttp2(HttpRequest request, SettingsFrame settings, Promise!(HttpClientConnection) promise, ClientHttpHandler upgradeHandler, ClientHttpHandler http2ResponseHandler)
Undocumented in source. Be warned that the author may not have intended to support it.
upgradeWebSocket
void upgradeWebSocket(HttpRequest request, WebSocketPolicy policy, Promise!(WebSocketConnection) promise, ClientHttpHandler upgradeHandler, IncomingFrames incomingFrames)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From HttpClientConnection

send
void send(HttpRequest request, Promise!(HttpOutputStream) promise, ClientHttpHandler handler)
Undocumented in source.
send
void send(HttpRequest request, ClientHttpHandler handler)
Undocumented in source.
send
void send(HttpRequest request, ByteBuffer buffer, ClientHttpHandler handler)
Undocumented in source.
send
void send(HttpRequest request, ByteBuffer[] buffers, ClientHttpHandler handler)
Undocumented in source.
sendRequestWithContinuation
HttpOutputStream sendRequestWithContinuation(HttpRequest request, ClientHttpHandler handler)
Undocumented in source.
getHttpOutputStream
HttpOutputStream getHttpOutputStream(HttpRequest request, ClientHttpHandler handler)
Undocumented in source.
upgradeHttp2
void upgradeHttp2(HttpRequest request, SettingsFrame settings, Promise!(HttpClientConnection) promise, ClientHttpHandler upgradeHandler, ClientHttpHandler http2ResponseHandler)
Undocumented in source.
upgradeWebSocket
void upgradeWebSocket(HttpRequest request, WebSocketPolicy policy, Promise!(WebSocketConnection) promise, ClientHttpHandler upgradeHandler, IncomingFrames incomingFrames)
Undocumented in source.

Meta