Interface HttpLayer.HttpLayerFactory

  • Enclosing interface:
    HttpLayer
    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 HttpLayer.HttpLayerFactory
    Contract to create the HttpLayer.

    The HttpLayer usually requires credentials (username, password) that are available once the ClientParameters instance is created. This explains the need for a factory mechanism.

    Since:
    4.0.0