Http1ClientConnection

class Http1ClientConnection : AbstractHttp1Connection, HttpClientConnection {}

Constructors

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

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
getConnectionType
HttpConnectionType getConnectionType()
Undocumented in source. Be warned that the author may not have intended to support it.
getHttpOptions
HttpOptions getHttpOptions()
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
HttpParser getParser()
Undocumented in source. Be warned that the author may not have intended to support it.
getUpgradeHttp2Complete
bool getUpgradeHttp2Complete()
Undocumented in source. Be warned that the author may not have intended to support it.
getUpgradeWebSocketComplete
bool getUpgradeWebSocketComplete()
Undocumented in source. Be warned that the author may not have intended to support it.
initHttpParser
HttpParser initHttpParser(HttpOptions config, HttpRequestParsingHandler requestHandler, HttpResponseParsingHandler responseHandler)
Undocumented in source. Be warned that the author may not have intended to support it.
isOpen
bool isOpen()
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.
upgradeHttp2
void upgradeHttp2(HttpRequest request, SettingsFrame settings, Promise!(HttpClientConnection) promise, Promise!(Stream) initStream, Stream.Listener initStreamListener, ClientHttp2SessionListener listener, ClientHttpHandler handler)
Undocumented in source. Be warned that the author may not have intended to support it.
upgradeProtocolComplete
bool upgradeProtocolComplete(HttpRequest request, HttpResponse response)
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