Class SecureCookieJar

  • All Implemented Interfaces:
    okhttp3.CookieJar

    
    public class SecureCookieJar
     implements CookieJar
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static CookieJar.Companion Companion
      public final static CookieJar NO_COOKIES
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      synchronized List<Cookie> loadForRequest(@NotNull() HttpUrl httpUrl)
      synchronized void saveFromResponse(@NotNull() HttpUrl httpUrl, @NotNull() List<Cookie> list)
      • Methods inherited from class java.lang.Object

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

      • loadForRequest

        @NotNull() synchronized List<Cookie> loadForRequest(@NotNull() HttpUrl httpUrl)
      • saveFromResponse

         synchronized void saveFromResponse(@NotNull() HttpUrl httpUrl, @NotNull() List<Cookie> list)