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

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

Introduction

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

The text is from its open source code.

Method

Stringencode(Cookie cookie)
Encodes the specified cookie into a Set-Cookie header value.
Listencode(Cookie... cookies)
Batch encodes cookies into Set-Cookie header values.
Listencode(Collection cookies)
Batch encodes cookies into Set-Cookie header values.
Listencode(Iterable cookies)
Batch encodes cookies into Set-Cookie header values.
Stringencode(String name, String value)
Encodes the specified cookie name-value pair into a Set-Cookie header value.