Interface CamelUndertowHttpHandler

  • All Superinterfaces:
    io.undertow.server.HttpHandler

    public interface CamelUndertowHttpHandler
    extends io.undertow.server.HttpHandler
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setNext​(io.undertow.server.HttpHandler nextHandler)  
      • Methods inherited from interface io.undertow.server.HttpHandler

        handleRequest
    • Method Detail

      • setNext

        void setNext​(io.undertow.server.HttpHandler nextHandler)