Interface DigestRealm.AuthorizationGen

Enclosing class:
DigestRealm
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 DigestRealm.AuthorizationGen
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(io.netty.handler.codec.http.HttpMethod requestMethod, Uri requestUri, String username, String password)
     
  • Method Details

    • apply

      String apply(io.netty.handler.codec.http.HttpMethod requestMethod, Uri requestUri, String username, String password)