Class ResponseSizeWatchdog

  • All Implemented Interfaces:
    net.lightbody.bmp.filters.ResponseFilter

    public class ResponseSizeWatchdog
    extends java.lang.Object
    implements net.lightbody.bmp.filters.ResponseFilter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void filterResponse​(io.netty.handler.codec.http.HttpResponse response, net.lightbody.bmp.util.HttpMessageContents contents, net.lightbody.bmp.util.HttpMessageInfo messageInfo)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResponseSizeWatchdog

        public ResponseSizeWatchdog()
    • Method Detail

      • filterResponse

        public void filterResponse​(io.netty.handler.codec.http.HttpResponse response,
                                   net.lightbody.bmp.util.HttpMessageContents contents,
                                   net.lightbody.bmp.util.HttpMessageInfo messageInfo)
        Specified by:
        filterResponse in interface net.lightbody.bmp.filters.ResponseFilter