Class CookiesParser.MutableNewCookie

  • Enclosing class:
    CookiesParser

    private static class CookiesParser.MutableNewCookie
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String comment  
      (package private) java.lang.String domain  
      (package private) java.util.Date expiry  
      (package private) boolean httpOnly  
      (package private) int maxAge  
      (package private) java.lang.String name  
      (package private) java.lang.String path  
      (package private) boolean secure  
      (package private) java.lang.String value  
      (package private) int version  
    • Constructor Summary

      Constructors 
      Constructor Description
      MutableNewCookie​(java.lang.String name, java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.ws.rs.core.NewCookie getImmutableNewCookie()  
      • Methods inherited from class java.lang.Object

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

      • name

        java.lang.String name
      • value

        java.lang.String value
      • path

        java.lang.String path
      • domain

        java.lang.String domain
      • version

        int version
      • comment

        java.lang.String comment
      • maxAge

        int maxAge
      • secure

        boolean secure
      • httpOnly

        boolean httpOnly
      • expiry

        java.util.Date expiry
    • Constructor Detail

      • MutableNewCookie

        public MutableNewCookie​(java.lang.String name,
                                java.lang.String value)
    • Method Detail

      • getImmutableNewCookie

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