Package io.mangoo.routing.handlers
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 Summary
Constructors Constructor Description BinaryHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleRequest(io.undertow.server.HttpServerExchange exchange)BinaryHandlerwithResponse(Response response)
-
-
-
Method Detail
-
withResponse
public BinaryHandler withResponse(Response response)
-
-