Class CookieDecoder

    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected DefaultCookie initCookie​(java.lang.String header, int nameBegin, int nameEnd, int valueBegin, int valueEnd)  
      • Methods inherited from class java.lang.Object

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

      • CookieDecoder

        protected CookieDecoder​(boolean strict)
    • Method Detail

      • initCookie

        protected DefaultCookie initCookie​(java.lang.String header,
                                           int nameBegin,
                                           int nameEnd,
                                           int valueBegin,
                                           int valueEnd)