Interface HttpConnectStrategy.ClientConfigurer

Enclosing class:
HttpConnectStrategy

public static interface HttpConnectStrategy.ClientConfigurer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(okhttp3.OkHttpClient.Builder builder)
    This method is called with the OkHttp OkHttpClient.Builder that will be used for the EventSource, allowing you to call any configuration methods you want.
  • Method Details

    • configure

      void configure(okhttp3.OkHttpClient.Builder builder)
      This method is called with the OkHttp OkHttpClient.Builder that will be used for the EventSource, allowing you to call any configuration methods you want.
      Parameters:
      builder - the client builder