Interface HttpServerMechanismsResponder

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 interface HttpServerMechanismsResponder
A responder for sending either authentication challenges or responses as a result of successful authentication back to the calling client.
Author:
Darran Lofthouse
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Send any required response to the client.