Class OkHttpExtension


  • public abstract class OkHttpExtension
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      OkHttpExtension()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract Property<okhttp3.logging.HttpLoggingInterceptor.Level> getLoggingLevel()  
      • Methods inherited from class java.lang.Object

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

      • OkHttpExtension

        public OkHttpExtension()
    • Method Detail

      • getLoggingLevel

        public abstract Property<okhttp3.logging.HttpLoggingInterceptor.Level> getLoggingLevel()