Class HttpStatusException.Handler

java.lang.Object
ch.raffael.meldioc.library.http.server.undertow.util.HttpStatusException.Handler
All Implemented Interfaces:
io.undertow.server.HttpHandler
Enclosing class:
HttpStatusException

public static class HttpStatusException.Handler extends Object implements io.undertow.server.HttpHandler
  • Constructor Details

    • Handler

      public Handler(io.undertow.server.HttpHandler next)
  • Method Details

    • handleRequest

      public void handleRequest(io.undertow.server.HttpServerExchange exchange) throws Exception
      Specified by:
      handleRequest in interface io.undertow.server.HttpHandler
      Throws:
      Exception