HttpClientHandler

Constructors

this
this(HttpClientOptions options, HttpClientContext httpClientContext)
Undocumented in source.

Members

Functions

connectionClosed
void connectionClosed(Connection connection)
Undocumented in source. Be warned that the author may not have intended to support it.
connectionOpened
void connectionOpened(Connection connection)
Undocumented in source. Be warned that the author may not have intended to support it.
exceptionCaught
void exceptionCaught(Connection connection, Throwable t)
Undocumented in source. Be warned that the author may not have intended to support it.
failedOpeningConnection
void failedOpeningConnection(int sessionId, Throwable t)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From HttpConnectionHandler

exceptionCaught
void exceptionCaught(Connection connection, Throwable t)
Undocumented in source. Be warned that the author may not have intended to support it.
connectionClosed
void connectionClosed(Connection connection)
Undocumented in source. Be warned that the author may not have intended to support it.
failedAcceptingConnection
void failedAcceptingConnection(int connectionId, Throwable t)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta