public class Http2OrHttpHandler
extends io.netty.handler.codec.http2.Http2OrHttpChooser
io.netty.handler.codec.http2.Http2OrHttpChooser.SelectedProtocol| Constructor and Description |
|---|
Http2OrHttpHandler(int maxHttpContentLength,
org.jboss.aerogear.webpush.WebPushServer webPushServer) |
Http2OrHttpHandler(org.jboss.aerogear.webpush.WebPushServer webPushServer) |
| Modifier and Type | Method and Description |
|---|---|
protected io.netty.channel.ChannelHandler |
createHttp1RequestHandler() |
protected io.netty.handler.codec.http2.Http2ConnectionHandler |
createHttp2RequestHandler() |
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause) |
protected io.netty.handler.codec.http2.Http2OrHttpChooser.SelectedProtocol |
getProtocol(SSLEngine engine) |
addHttp2Handlers, addHttpHandlers, decodeactualReadableBytes, callDecode, channelInactive, channelRead, channelReadComplete, decodeLast, handlerRemoved, handlerRemoved0, internalBuffer, isSingleDecode, setCumulator, setSingleDecodechannelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggeredpublic Http2OrHttpHandler(org.jboss.aerogear.webpush.WebPushServer webPushServer)
public Http2OrHttpHandler(int maxHttpContentLength,
org.jboss.aerogear.webpush.WebPushServer webPushServer)
protected io.netty.handler.codec.http2.Http2OrHttpChooser.SelectedProtocol getProtocol(SSLEngine engine)
getProtocol in class io.netty.handler.codec.http2.Http2OrHttpChooserprotected io.netty.channel.ChannelHandler createHttp1RequestHandler()
createHttp1RequestHandler in class io.netty.handler.codec.http2.Http2OrHttpChooserprotected io.netty.handler.codec.http2.Http2ConnectionHandler createHttp2RequestHandler()
createHttp2RequestHandler in class io.netty.handler.codec.http2.Http2OrHttpChooserpublic void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause)
throws Exception
exceptionCaught in interface io.netty.channel.ChannelHandlerexceptionCaught in interface io.netty.channel.ChannelInboundHandlerexceptionCaught in class io.netty.channel.ChannelInboundHandlerAdapterExceptionCopyright © 2015 JBoss by Red Hat. All Rights Reserved.