Class WebHookProcessor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.netty.handler.codec.http.HttpResponse handler​(io.netty.handler.codec.http.HttpRequest httpRequest)  
      java.lang.String[] paths()  
      • Methods inherited from class java.lang.Object

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

      • WebHookProcessor

        public WebHookProcessor()
    • Method Detail

      • paths

        public java.lang.String[] paths()
        Specified by:
        paths in interface HttpProcessor
      • handler

        public io.netty.handler.codec.http.HttpResponse handler​(io.netty.handler.codec.http.HttpRequest httpRequest)
        Specified by:
        handler in interface HttpProcessor