Interface HttpConnectStrategy.ClientConfigurer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      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 Detail

      • 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