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

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

Introduction

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

The text is from its open source code.

Method

Stringencode(String name, String value)
Encodes the specified cookie into a Cookie header value.
Stringencode(Cookie cookie)
Encodes the specified cookie into a Cookie header value.
Stringencode(Cookie... cookies)
Encodes the specified cookies into a single Cookie header value.
Stringencode(Iterable cookies)
Encodes the specified cookies into a single Cookie header value.