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

Example usage for Java io.netty.handler.codec.http Cookie.Builder 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.Builder.

The text is from its open source code.

Method

voidsetComment(String comment)
Sets the comment of this Cookie .
voidsetDomain(String domain)
Sets the domain of this Cookie .
voidsetHttpOnly(boolean httpOnly)
Determines if this Cookie is HTTP only.
voidsetMaxAge(long maxAge)
Sets the maximum age of this Cookie in seconds.
voidsetPath(String path)
Sets the path of this Cookie .
voidsetSecure(boolean secure)
Sets the security getStatus of this Cookie