Class IgnoreCookieSpecFactory

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private CookieSpec cookieSpec  
      private java.util.concurrent.locks.ReentrantLock lock  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CookieSpec create​(org.apache.hc.core5.http.protocol.HttpContext context)
      Creates an instance of CookieSpec.
      • Methods inherited from class java.lang.Object

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

      • cookieSpec

        private volatile CookieSpec cookieSpec
      • lock

        private final java.util.concurrent.locks.ReentrantLock lock
    • Constructor Detail

      • IgnoreCookieSpecFactory

        public IgnoreCookieSpecFactory()