Http2ClientConnection

Undocumented in source.
class Http2ClientConnection : AbstractHttp2Connection, HttpClientConnection {}

Constructors

this
this(Http2Configuration config, TcpSession tcpSession, SecureSession secureSession, SessionListener listener)
Undocumented in source.

Members

Functions

getConnectionType
ConnectionType 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(Request 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(Http2Configuration config, FlowControlStrategy flowControl, SessionListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
initParser
Parser initParser(Http2Configuration config)
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize(Http2Configuration config, Promise!(HttpClientConnection) promise, SessionListener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
isEncrypted
bool isEncrypted()
Undocumented in source. Be warned that the author may not have intended to support it.
request
void request(Request 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(Request request, ClientHttpHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(Request request, ByteBuffer buffer, ClientHttpHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(Request request, ByteBuffer[] buffers, ClientHttpHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(Request 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(Request 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(Request 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(Request request, Promise!(HttpOutputStream) promise, ClientHttpHandler handler)
Undocumented in source.
send
void send(Request request, ClientHttpHandler handler)
Undocumented in source.
send
void send(Request request, ByteBuffer buffer, ClientHttpHandler handler)
Undocumented in source.
send
void send(Request request, ByteBuffer[] buffers, ClientHttpHandler handler)
Undocumented in source.
sendRequestWithContinuation
HttpOutputStream sendRequestWithContinuation(Request request, ClientHttpHandler handler)
Undocumented in source.
getHttpOutputStream
HttpOutputStream getHttpOutputStream(Request request, ClientHttpHandler handler)
Undocumented in source.
upgradeHttp2
void upgradeHttp2(Request request, SettingsFrame settings, Promise!(HttpClientConnection) promise, ClientHttpHandler upgradeHandler, ClientHttpHandler http2ResponseHandler)
Undocumented in source.
upgradeWebSocket
void upgradeWebSocket(Request request, WebSocketPolicy policy, Promise!(WebSocketConnection) promise, ClientHttpHandler upgradeHandler, IncomingFrames incomingFrames)
Undocumented in source.

Meta