public class HelloWorldHttp2Handler
extends io.netty.handler.codec.http2.Http2ConnectionHandler
| Constructor and Description |
|---|
HelloWorldHttp2Handler() |
| Modifier and Type | Method and Description |
|---|---|
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause) |
void |
userEventTriggered(io.netty.channel.ChannelHandlerContext ctx,
Object evt)
Handles the cleartext HTTP upgrade event.
|
channelActive, channelInactive, close, closeLocalSide, closeRemoteSide, closeStream, connection, decode, decoder, encoder, frameWriter, handlerAdded, handlerRemoved0, onConnectionError, onException, onHttpClientUpgrade, onHttpServerUpgrade, onStreamError, writeGoAway, writeRstStreamactualReadableBytes, callDecode, channelRead, channelReadComplete, decodeLast, handlerRemoved, internalBuffer, isSingleDecode, setCumulator, setSingleDecodepublic void userEventTriggered(io.netty.channel.ChannelHandlerContext ctx,
Object evt)
throws Exception
userEventTriggered in interface io.netty.channel.ChannelHandleruserEventTriggered in class io.netty.channel.ChannelHandlerAdapterExceptionpublic void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause)
exceptionCaught in interface io.netty.channel.ChannelHandlerexceptionCaught in class io.netty.handler.codec.http2.Http2ConnectionHandlerCopyright © 2008–2015 The Netty Project. All rights reserved.