netty5/codec-http/src/main/java/io/netty/handler/codec/http/cookie
Nikolay Fedorovskikh 943f4ec7ff Make methods 'static' where it missed
Motivation:

Calling a static method is faster then dynamic

Modifications:

Add 'static' keyword for methods where it missed

Result:

A bit faster method calls
2017-02-23 11:01:57 +01:00
..
ClientCookieDecoder.java Misc clean up 2016-11-22 15:17:05 -08:00
ClientCookieEncoder.java Misc clean up 2016-11-22 15:17:05 -08:00
Cookie.java Add a constant for Cookie "undefined maxAge" 2017-02-09 10:14:29 +01:00
CookieDecoder.java Validate cookie name and value characters Motivation: 2015-05-07 06:33:36 +02:00
CookieEncoder.java Make cookie encoding conform better to RFC 6265 in STRICT mode. 2015-11-26 21:41:58 +01:00
CookieHeaderNames.java Validate cookie name and value characters Motivation: 2015-05-07 06:33:36 +02:00
CookieUtil.java Drop broken DefaultCookie name validation, close #4999 2016-03-22 12:32:09 +01:00
DefaultCookie.java Add a constant for Cookie "undefined maxAge" 2017-02-09 10:14:29 +01:00
package-info.java Validate cookie name and value characters Motivation: 2015-05-07 06:33:36 +02:00
ServerCookieDecoder.java Misc clean up 2016-11-22 15:17:05 -08:00
ServerCookieEncoder.java Make methods 'static' where it missed 2017-02-23 11:01:57 +01:00