Java io.netty.handler.codec.http.cookie ServerCookieDecoder fields, constructors, methods, implement or subclass

Example usage for Java io.netty.handler.codec.http.cookie ServerCookieDecoder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.handler.codec.http.cookie ServerCookieDecoder.

The text is from its open source code.

Field

ServerCookieDecoderSTRICT
Strict encoder that validates that name and value chars are in the valid scope defined in RFC6265
ServerCookieDecoderLAX
Lax instance that doesn't validate name and value

Method

Setdecode(String header)
Decodes the specified Set-Cookie HTTP header value into a Cookie .