maxAge property

int maxAge
final

The Access-Control-Max-Age value, in seconds, allowing the browser to cache a preflight and skip an OPTIONS round-trip per cross-origin call. Only sent on OPTIONS responses. Zero (the default) omits the header.

Implementation

final int maxAge;