public class LocalHttpConnection extends Object implements io.vertx.core.http.HttpConnection
| Constructor and Description |
|---|
LocalHttpConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
io.vertx.core.http.HttpConnection |
closeHandler(io.vertx.core.Handler<Void> handler) |
io.vertx.core.http.HttpConnection |
exceptionHandler(io.vertx.core.Handler<Throwable> handler) |
io.vertx.core.http.HttpConnection |
goAway(long errorCode,
int lastStreamId,
io.vertx.core.buffer.Buffer debugData) |
io.vertx.core.http.HttpConnection |
goAwayHandler(io.vertx.core.Handler<io.vertx.core.http.GoAway> handler) |
String |
indicatedServerName() |
boolean |
isSsl() |
io.vertx.core.net.SocketAddress |
localAddress() |
X509Certificate[] |
peerCertificateChain() |
io.vertx.core.http.HttpConnection |
ping(io.vertx.core.buffer.Buffer data,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.buffer.Buffer>> pongHandler) |
io.vertx.core.http.HttpConnection |
pingHandler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> handler) |
io.vertx.core.net.SocketAddress |
remoteAddress() |
io.vertx.core.http.Http2Settings |
remoteSettings() |
io.vertx.core.http.HttpConnection |
remoteSettingsHandler(io.vertx.core.Handler<io.vertx.core.http.Http2Settings> handler) |
io.vertx.core.http.Http2Settings |
settings() |
io.vertx.core.http.HttpConnection |
shutdown() |
io.vertx.core.http.HttpConnection |
shutdown(long timeoutMs) |
io.vertx.core.http.HttpConnection |
shutdownHandler(io.vertx.core.Handler<Void> handler) |
SSLSession |
sslSession() |
io.vertx.core.http.HttpConnection |
updateSettings(io.vertx.core.http.Http2Settings settings) |
io.vertx.core.http.HttpConnection |
updateSettings(io.vertx.core.http.Http2Settings settings,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> completionHandler) |
public io.vertx.core.http.HttpConnection goAway(long errorCode,
int lastStreamId,
io.vertx.core.buffer.Buffer debugData)
goAway in interface io.vertx.core.http.HttpConnectionpublic io.vertx.core.http.HttpConnection goAwayHandler(io.vertx.core.Handler<io.vertx.core.http.GoAway> handler)
goAwayHandler in interface io.vertx.core.http.HttpConnectionpublic io.vertx.core.http.HttpConnection shutdownHandler(io.vertx.core.Handler<Void> handler)
shutdownHandler in interface io.vertx.core.http.HttpConnectionpublic io.vertx.core.http.HttpConnection shutdown()
shutdown in interface io.vertx.core.http.HttpConnectionpublic io.vertx.core.http.HttpConnection shutdown(long timeoutMs)
shutdown in interface io.vertx.core.http.HttpConnectionpublic io.vertx.core.http.HttpConnection closeHandler(io.vertx.core.Handler<Void> handler)
closeHandler in interface io.vertx.core.http.HttpConnectionpublic void close()
close in interface io.vertx.core.http.HttpConnectionpublic io.vertx.core.http.Http2Settings settings()
settings in interface io.vertx.core.http.HttpConnectionpublic io.vertx.core.http.HttpConnection updateSettings(io.vertx.core.http.Http2Settings settings)
updateSettings in interface io.vertx.core.http.HttpConnectionpublic io.vertx.core.http.HttpConnection updateSettings(io.vertx.core.http.Http2Settings settings,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> completionHandler)
updateSettings in interface io.vertx.core.http.HttpConnectionpublic io.vertx.core.http.Http2Settings remoteSettings()
remoteSettings in interface io.vertx.core.http.HttpConnectionpublic io.vertx.core.http.HttpConnection remoteSettingsHandler(io.vertx.core.Handler<io.vertx.core.http.Http2Settings> handler)
remoteSettingsHandler in interface io.vertx.core.http.HttpConnectionpublic io.vertx.core.http.HttpConnection ping(io.vertx.core.buffer.Buffer data,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.buffer.Buffer>> pongHandler)
ping in interface io.vertx.core.http.HttpConnectionpublic io.vertx.core.http.HttpConnection pingHandler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> handler)
pingHandler in interface io.vertx.core.http.HttpConnectionpublic io.vertx.core.http.HttpConnection exceptionHandler(io.vertx.core.Handler<Throwable> handler)
exceptionHandler in interface io.vertx.core.http.HttpConnectionpublic io.vertx.core.net.SocketAddress remoteAddress()
remoteAddress in interface io.vertx.core.http.HttpConnectionpublic io.vertx.core.net.SocketAddress localAddress()
localAddress in interface io.vertx.core.http.HttpConnectionpublic boolean isSsl()
isSsl in interface io.vertx.core.http.HttpConnectionpublic SSLSession sslSession()
sslSession in interface io.vertx.core.http.HttpConnectionpublic X509Certificate[] peerCertificateChain() throws SSLPeerUnverifiedException
peerCertificateChain in interface io.vertx.core.http.HttpConnectionSSLPeerUnverifiedExceptionpublic String indicatedServerName()
indicatedServerName in interface io.vertx.core.http.HttpConnectionCopyright © 2016–2021. All rights reserved.