public interface HttpClientConnection extends HttpConnection
| Modifier and Type | Method and Description |
|---|---|
io.netty.channel.Channel |
channel() |
io.netty.channel.ChannelHandlerContext |
channelHandlerContext() |
void |
close()
Close the connection and all the currently active streams.
|
void |
createStream(Handler<AsyncResult<io.vertx.core.http.impl.HttpClientStream>> handler) |
ContextInternal |
getContext() |
Object |
metric() |
closeHandler, exceptionHandler, getWindowSize, goAway, goAway, goAway, goAwayHandler, indicatedServerName, isSsl, localAddress, peerCertificateChain, ping, pingHandler, remoteAddress, remoteSettings, remoteSettingsHandler, settings, setWindowSize, shutdown, shutdown, shutdownHandler, sslSession, updateSettings, updateSettingsio.netty.channel.Channel channel()
io.netty.channel.ChannelHandlerContext channelHandlerContext()
void close()
HttpConnectionclose in interface HttpConnectionvoid createStream(Handler<AsyncResult<io.vertx.core.http.impl.HttpClientStream>> handler)
ContextInternal getContext()
Object metric()
Copyright © 2020. All rights reserved.