Interface HttpDecoder.Consumer<C,B>
-
- Enclosing interface:
- HttpDecoder<C,B>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface HttpDecoder.Consumer<C,B>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(io.undertow.server.HttpServerExchange exchange, B body)
-
-
-
Method Detail
-
accept
void accept(io.undertow.server.HttpServerExchange exchange, B body) throws java.lang.Exception- Throws:
java.lang.Exception
-
-