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 Detail

      • accept

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