Class DefaultWebhookResponder

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static byte[] DEFAULT_RESPONSE  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void respond​(javax.servlet.http.HttpServletResponse response)  
      • Methods inherited from class java.lang.Object

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

      • DEFAULT_RESPONSE

        public static final byte[] DEFAULT_RESPONSE
    • Constructor Detail

      • DefaultWebhookResponder

        public DefaultWebhookResponder()
    • Method Detail

      • respond

        public void respond​(javax.servlet.http.HttpServletResponse response)
        Specified by:
        respond in interface WebhookResponder