Description of Cookie Parser :
Following is the source code for CookieParser and all supporting Java classes. This class parses the "Cookie:" HTTP request line and makes individual URL-decoded cookie values available in a lookup table with the name as a key. It supports having multiple values associated with the same name.