Class BinaryHandler

java.lang.Object
io.mangoo.routing.handlers.BinaryHandler
All Implemented Interfaces:
io.undertow.server.HttpHandler

public class BinaryHandler extends Object implements io.undertow.server.HttpHandler
Author:
svenkubiak
  • Constructor Details

    • BinaryHandler

      public BinaryHandler()
  • Method Details

    • withResponse

      public BinaryHandler withResponse(Response response)
    • handleRequest

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