Class BestMatchSpecFactory

java.lang.Object
org.apache.http.impl.cookie.BestMatchSpecFactory
All Implemented Interfaces:
CookieSpecFactory, CookieSpecProvider

@Contract(threading=IMMUTABLE) @Deprecated public class BestMatchSpecFactory extends Object implements CookieSpecFactory, CookieSpecProvider
Deprecated.
CookieSpecProvider implementation that provides an instance of BestMatchSpec. The instance returned by this factory can be shared by multiple threads.
Since:
4.0
  • Field Details

    • cookieSpec

      private final CookieSpec cookieSpec
      Deprecated.
  • Constructor Details

    • BestMatchSpecFactory

      public BestMatchSpecFactory(String[] datepatterns, boolean oneHeader)
      Deprecated.
    • BestMatchSpecFactory

      public BestMatchSpecFactory()
      Deprecated.
  • Method Details