Class Http1ConnectionExpiryHandler

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

public class Http1ConnectionExpiryHandler extends AbstrHttpConnectionExpiryHandler
User: [email protected] Date: 2/8/17 Time: 9:58 AM
  • Constructor Details

    • Http1ConnectionExpiryHandler

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