Class Http2ConnectionExpiryHandler

java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelOutboundHandlerAdapter
com.netflix.netty.common.AbstrHttpConnectionExpiryHandler
com.netflix.netty.common.Http2ConnectionExpiryHandler
All Implemented Interfaces:
io.netty.channel.ChannelHandler, io.netty.channel.ChannelOutboundHandler

@Sharable public class Http2ConnectionExpiryHandler extends AbstrHttpConnectionExpiryHandler
This needs to be inserted in the pipeline after the Http2 Codex, but before any h2->h1 conversion. User: [email protected] Date: 2/8/17 Time: 9:58 AM
  • Constructor Details

    • Http2ConnectionExpiryHandler

      public Http2ConnectionExpiryHandler(int maxRequests, int maxRequestsUnderBrownout, int maxExpiry)
  • Method Details