Class JavaScriptCookieStore.Store

java.lang.Object
org.eclipse.jetty.util.HttpCookieStore
org.cometd.javascript.JavaScriptCookieStore.Store
All Implemented Interfaces:
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

    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 Details

  • Method Details

    • removeAll

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

      public void clear()