Interface HttpConnector

  • All Known Implementing Classes:
    ImpatientHttpConnector, OkHttp3Connector, OkHttpConnector, OkHttpConnector
    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 HttpConnector
    Pluggability for customizing HTTP request behaviors or using altogether different library.

    For example, you can implement this to st custom timeouts.

    Author:
    Kohsuke Kawaguchi