Interface HttpDecoder.Consumer<B>

Enclosing interface:
HttpDecoder<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<B>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(io.undertow.server.HttpServerExchange exchange, B body)
     
  • Method Details

    • accept

      void accept(io.undertow.server.HttpServerExchange exchange, B body) throws Exception
      Throws:
      Exception