Class CookiesParser.MutableNewCookie

java.lang.Object
org.glassfish.jersey.message.internal.CookiesParser.MutableNewCookie
Enclosing class:
CookiesParser

private static class CookiesParser.MutableNewCookie extends Object
  • Field Details

    • name

      String name
    • value

      String value
    • path

      String path
    • domain

      String domain
    • version

      int version
    • comment

      String comment
    • maxAge

      int maxAge
    • secure

      boolean secure
    • httpOnly

      boolean httpOnly
    • expiry

      Date expiry
  • Constructor Details

    • MutableNewCookie

      public MutableNewCookie(String name, String value)
  • Method Details

    • getImmutableNewCookie

      public javax.ws.rs.core.NewCookie getImmutableNewCookie()