Package 

Class OkHttpIntegrationPlugin


  • 
    public final class OkHttpIntegrationPlugin
    
                        

    Plugin that applies Datadog RUM and APM instrumentation to an OkHttpClient.Builder. Use OkHttpClient.Builder.configureDatadogInstrumentation after finishing builder configuration, then call build to produce an instrumented OkHttpClient.

    • Method Summary

      Modifier and Type Method Description
      final OkHttpClient build() Builds the OkHttpClient with Datadog instrumentation applied.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • build

        @Synchronized() final OkHttpClient build()

        Builds the OkHttpClient with Datadog instrumentation applied.