public interface HttpServerConnection extends HttpConnection
| Modifier and Type | Method and Description |
|---|---|
io.netty.channel.Channel |
channel() |
io.netty.channel.ChannelHandlerContext |
channelHandlerContext() |
HttpServerConnection |
handler(Handler<HttpServerRequest> handler) |
close, 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()
HttpServerConnection handler(Handler<HttpServerRequest> handler)
Copyright © 2020. All rights reserved.