Interface JettyHttpClientContract

All Known Implementing Classes:
JettyHttpClientSupplier

@Contract public interface JettyHttpClientContract
A contract that allows for an optional registration of user predefined Jetty HttpClient that is consequently used by JettyConnector
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.jetty.client.HttpClient
    Supply a user predefined HttpClient
  • Method Details

    • getHttpClient

      org.eclipse.jetty.client.HttpClient getHttpClient()
      Supply a user predefined HttpClient
      Returns:
      a user predefined HttpClient