Class CookieEncoder

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean strict  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected CookieEncoder​(boolean strict)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void validateCookie​(java.lang.String name, java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • strict

        protected final boolean strict
    • Constructor Detail

      • CookieEncoder

        protected CookieEncoder​(boolean strict)
    • Method Detail

      • validateCookie

        protected void validateCookie​(java.lang.String name,
                                      java.lang.String value)