Class JavaScriptCookieStore.Store

  • All Implemented Interfaces:
    java.net.CookieStore
    Enclosing class:
    JavaScriptCookieStore

    public static class JavaScriptCookieStore.Store
    extends org.eclipse.jetty.util.HttpCookieStore
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.eclipse.jetty.util.HttpCookieStore

        org.eclipse.jetty.util.HttpCookieStore.Empty
    • Constructor Summary

      Constructors 
      Constructor Description
      Store()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()  
      boolean removeAll()  
      • Methods inherited from class org.eclipse.jetty.util.HttpCookieStore

        add, get, getCookies, getURIs, remove
      • Methods inherited from class java.lang.Object

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

      • Store

        public Store()
    • Method Detail

      • removeAll

        public boolean removeAll()
        Specified by:
        removeAll in interface java.net.CookieStore
        Overrides:
        removeAll in class org.eclipse.jetty.util.HttpCookieStore
      • clear

        public void clear()