Class OkHttpExtension


  • public abstract class OkHttpExtension
    extends Object
    • Constructor Detail

      • OkHttpExtension

        public OkHttpExtension()
    • Method Detail

      • getLoggingLevel

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

        public abstract Property<Integer> getCacheSize()
        Size in bytes for the internal HTTP cache. Setting this to 0 disables the cache.