Class Http2SslChannelInitializer

java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.channel.ChannelInitializer<io.netty.channel.Channel>
com.netflix.zuul.netty.server.BaseZuulChannelInitializer
com.netflix.zuul.netty.server.http2.Http2SslChannelInitializer
All Implemented Interfaces:
io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler

public final class Http2SslChannelInitializer extends BaseZuulChannelInitializer
User: Mike Smith Date: 3/5/16 Time: 5:41 PM
  • Constructor Details

  • Method Details

    • initChannel

      protected void initChannel(io.netty.channel.Channel ch) throws Exception
      Specified by:
      initChannel in class io.netty.channel.ChannelInitializer<io.netty.channel.Channel>
      Throws:
      Exception
    • http1Handlers

      protected void http1Handlers(io.netty.channel.ChannelPipeline pipeline)
    • http1Codec

      protected void http1Codec(io.netty.channel.ChannelPipeline pipeline)