Package com.google.common.net
Class HttpHeaders.ReferrerPolicyValues
- java.lang.Object
- 
- com.google.common.net.HttpHeaders.ReferrerPolicyValues
 
- 
- Enclosing class:
- HttpHeaders
 
 public static final class HttpHeaders.ReferrerPolicyValues extends Object Values for theReferrer-Policyheader.- Since:
- 23.4
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringNO_REFERRERstatic StringNO_REFFERER_WHEN_DOWNGRADEstatic StringORIGINstatic StringORIGIN_WHEN_CROSS_ORIGINstatic StringSAME_ORIGINstatic StringSTRICT_ORIGINstatic StringSTRICT_ORIGIN_WHEN_CROSS_ORIGINstatic StringUNSAFE_URL
 
- 
- 
- 
Field Detail- 
NO_REFERRERpublic static final String NO_REFERRER - See Also:
- Constant Field Values
 
 - 
NO_REFFERER_WHEN_DOWNGRADEpublic static final String NO_REFFERER_WHEN_DOWNGRADE - See Also:
- Constant Field Values
 
 - 
SAME_ORIGINpublic static final String SAME_ORIGIN - See Also:
- Constant Field Values
 
 - 
ORIGINpublic static final String ORIGIN - See Also:
- Constant Field Values
 
 - 
STRICT_ORIGINpublic static final String STRICT_ORIGIN - See Also:
- Constant Field Values
 
 - 
ORIGIN_WHEN_CROSS_ORIGINpublic static final String ORIGIN_WHEN_CROSS_ORIGIN - See Also:
- Constant Field Values
 
 - 
STRICT_ORIGIN_WHEN_CROSS_ORIGINpublic static final String STRICT_ORIGIN_WHEN_CROSS_ORIGIN - See Also:
- Constant Field Values
 
 - 
UNSAFE_URLpublic static final String UNSAFE_URL - See Also:
- Constant Field Values
 
 
- 
 
-