Http1ClientConnection

class Http1ClientConnection : AbstractHttp1Connection, HttpClientConnection {}

Constructors

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

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
getConnectionType
ConnectionType getConnectionType()
Undocumented in source. Be warned that the author may not have intended to support it.
getHttp2Configuration
Http2Configuration getHttp2Configuration()
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
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(Http2Configuration config, HttpRequestHandler requestHandler, ResponseHandler responseHandler)
Undocumented in source. Be warned that the author may not have intended to support it.
isClosed
bool isClosed()
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.
isOpen
bool isOpen()
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(Request 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.
upgradeHttp2
void upgradeHttp2(Request 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(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