Class ArmeriaHttpClientFactory

java.lang.Object
com.linecorp.armeria.client.kubernetes.ArmeriaHttpClientFactory
All Implemented Interfaces:
io.fabric8.kubernetes.client.http.HttpClient.Factory

public class ArmeriaHttpClientFactory extends Object implements io.fabric8.kubernetes.client.http.HttpClient.Factory
An HttpClient.Factory for creating ArmeriaHttpClient.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    Subclasses may use this to apply additional configuration after the Config has been applied This method is only called for clients constructed using the Config.
    io.fabric8.kubernetes.client.http.HttpClient.Builder
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.fabric8.kubernetes.client.http.HttpClient.Factory

    newBuilder, priority
  • Constructor Details

    • ArmeriaHttpClientFactory

      public ArmeriaHttpClientFactory()
  • Method Details

    • newBuilder

      public io.fabric8.kubernetes.client.http.HttpClient.Builder newBuilder()
      Specified by:
      newBuilder in interface io.fabric8.kubernetes.client.http.HttpClient.Factory
    • additionalConfig

      protected void additionalConfig(WebClientBuilder builder)
      Subclasses may use this to apply additional configuration after the Config has been applied This method is only called for clients constructed using the Config.