Interface ServerCookieEncoder

All Known Implementing Classes:
DefaultServerCookieEncoder, NettyServerCookieEncoder
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ServerCookieEncoder
API to encode a Cookie in an HTTP Server. The encoded string is typically used to set the value of the Set-Cookie header.
Since:
4.3.0
Author:
Sergio del Amo