Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AAC_AUDIO - Static variable in class dev.mccue.guava.net.MediaType
-
Advanced Audio Coding.
- ACCEPT - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Accept
header field name. - ACCEPT_CH - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Accept-CH
header field name. - ACCEPT_CHARSET - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Accept-Charset
header field name. - ACCEPT_ENCODING - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Accept-Encoding
header field name. - ACCEPT_LANGUAGE - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Accept-Language
header field name. - ACCEPT_RANGES - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Accept-Ranges
header field name. - ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Access-Control-Allow-Credentials
header field name. - ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Access-Control-Allow-Headers
header field name. - ACCESS_CONTROL_ALLOW_METHODS - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Access-Control-Allow-Methods
header field name. - ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Access-Control-Allow-Origin
header field name. - ACCESS_CONTROL_ALLOW_PRIVATE_NETWORK - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Access-Control-Allow-Private-Network
header field name. - ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Access-Control-Expose-Headers
header field name. - ACCESS_CONTROL_MAX_AGE - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Access-Control-Max-Age
header field name. - ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Access-Control-Request-Headers
header field name. - ACCESS_CONTROL_REQUEST_METHOD - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Access-Control-Request-Method
header field name. - AGE - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Age
header field name. - ALLOW - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Allow
header field name. - ANY_APPLICATION_TYPE - Static variable in class dev.mccue.guava.net.MediaType
- ANY_AUDIO_TYPE - Static variable in class dev.mccue.guava.net.MediaType
- ANY_FONT_TYPE - Static variable in class dev.mccue.guava.net.MediaType
-
Wildcard matching any "font" top-level media type.
- ANY_IMAGE_TYPE - Static variable in class dev.mccue.guava.net.MediaType
- ANY_TEXT_TYPE - Static variable in class dev.mccue.guava.net.MediaType
- ANY_TYPE - Static variable in class dev.mccue.guava.net.MediaType
- ANY_VIDEO_TYPE - Static variable in class dev.mccue.guava.net.MediaType
- APPLE_MOBILE_CONFIG - Static variable in class dev.mccue.guava.net.MediaType
- APPLE_PASSBOOK - Static variable in class dev.mccue.guava.net.MediaType
- APPLICATION_BINARY - Static variable in class dev.mccue.guava.net.MediaType
-
This is a non-standard media type, but is commonly used in serving hosted binary files as it is known not to trigger content sniffing in current browsers.
- APPLICATION_XML_UTF_8 - Static variable in class dev.mccue.guava.net.MediaType
-
As described in RFC 3023, this constant (
application/xml
) is used for XML documents that are "unreadable by casual users."MediaType.XML_UTF_8
is provided for documents that may be read by users. - ATOM_UTF_8 - Static variable in class dev.mccue.guava.net.MediaType
- AUTHORIZATION - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Authorization
header field name.
B
- BASIC_AUDIO - Static variable in class dev.mccue.guava.net.MediaType
-
Basic Audio, as defined by RFC 2046.
- BMP - Static variable in class dev.mccue.guava.net.MediaType
-
Bitmap file format (
bmp
files). - BZIP2 - Static variable in class dev.mccue.guava.net.MediaType
C
- CACHE_CONTROL - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Cache-Control
header field name. - CACHE_MANIFEST_UTF_8 - Static variable in class dev.mccue.guava.net.MediaType
- CDN_LOOP - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
CDN-Loop
header field name. - charset() - Method in class dev.mccue.guava.net.MediaType
-
Returns an optional charset for the value of the charset parameter if it is specified.
- child(String) - Method in class dev.mccue.guava.net.InternetDomainName
-
Creates and returns a new
InternetDomainName
by prepending the argument and a dot to the current name. - coerceToInteger(InetAddress) - Static method in class dev.mccue.guava.net.InetAddresses
-
Returns an integer representing an IPv4 address regardless of whether the supplied argument is an IPv4 address or not.
- CONNECTION - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Connection
header field name. - CONTENT_DISPOSITION - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Content-Disposition
header field name. - CONTENT_ENCODING - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Content-Encoding
header field name. - CONTENT_LANGUAGE - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Content-Language
header field name. - CONTENT_LENGTH - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Content-Length
header field name. - CONTENT_LOCATION - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Content-Location
header field name. - CONTENT_MD5 - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Content-MD5
header field name. - CONTENT_RANGE - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Content-Range
header field name. - CONTENT_SECURITY_POLICY - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Content-Security-Policy
header field name. - CONTENT_SECURITY_POLICY_REPORT_ONLY - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Content-Security-Policy-Report-Only
header field name. - CONTENT_TYPE - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Content-Type
header field name. - COOKIE - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Cookie
header field name. - create(String, String) - Static method in class dev.mccue.guava.net.MediaType
-
Creates a new media type with the given type and subtype.
- CRITICAL_CH - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Critical-CH
header field name. - CROSS_ORIGIN_EMBEDDER_POLICY - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Cross-Origin-Embedder-Policy
header field name. - CROSS_ORIGIN_EMBEDDER_POLICY_REPORT_ONLY - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Cross-Origin-Embedder-Policy-Report-Only
header field name. - CROSS_ORIGIN_OPENER_POLICY - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP Cross-Origin-Opener-Policy header field name.
- CROSS_ORIGIN_RESOURCE_POLICY - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Cross-Origin-Resource-Policy
header field name. - CRW - Static variable in class dev.mccue.guava.net.MediaType
-
The Canon Image File Format (
crw
files), a widely-used "raw image" format for cameras. - CSS_UTF_8 - Static variable in class dev.mccue.guava.net.MediaType
- CSV_UTF_8 - Static variable in class dev.mccue.guava.net.MediaType
D
- DART_UTF_8 - Static variable in class dev.mccue.guava.net.MediaType
-
Files in the dart programming language.
- DATE - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Date
header field name. - decrement(InetAddress) - Static method in class dev.mccue.guava.net.InetAddresses
-
Returns a new InetAddress that is one less than the passed in address.
- dev.mccue.guava.net - module dev.mccue.guava.net
- dev.mccue.guava.net - package dev.mccue.guava.net
-
Utility methods and classes for networking (such as IP addresses and domain names).
- DEVICE_MEMORY - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Device-Memory
header field name. - DNT - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
DNT
header field name. - DOWNLINK - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Downlink
header field name.
E
- EARLY_DATA - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Early-Data
header field name. - ECT - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
ECT
header field name. - EOT - Static variable in class dev.mccue.guava.net.MediaType
-
Embedded OpenType fonts.
- EPUB - Static variable in class dev.mccue.guava.net.MediaType
-
As described in the International Digital Publishing Forum EPUB is the distribution and interchange format standard for digital publications and documents.
- equals(Object) - Method in class dev.mccue.guava.net.HostAndPort
- equals(Object) - Method in class dev.mccue.guava.net.HostSpecifier
- equals(Object) - Method in class dev.mccue.guava.net.InternetDomainName
-
Equality testing is based on the text supplied by the caller, after normalization as described in the class documentation.
- equals(Object) - Method in class dev.mccue.guava.net.MediaType
- escape(int) - Method in class dev.mccue.guava.net.PercentEscaper
-
Escapes the given Unicode code point in UTF-8.
- escape(String) - Method in class dev.mccue.guava.net.PercentEscaper
- ETAG - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
ETag
header field name. - EXPECT - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Expect
header field name. - EXPIRES - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Expires
header field name.
F
- FLV_VIDEO - Static variable in class dev.mccue.guava.net.MediaType
-
Flash video.
- FOLLOW_ONLY_WHEN_PRERENDER_SHOWN - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Follow-Only-When-Prerender-Shown
header field name. - FONT_COLLECTION - Static variable in class dev.mccue.guava.net.MediaType
-
A collection of font outlines as defined by RFC 8081.
- FONT_OTF - Static variable in class dev.mccue.guava.net.MediaType
-
Open Type Font Format (OTF) as defined by RFC 8081.
- FONT_SFNT - Static variable in class dev.mccue.guava.net.MediaType
-
Spline or Scalable Font Format (SFNT).
- FONT_TTF - Static variable in class dev.mccue.guava.net.MediaType
-
True Type Font Format (TTF) as defined by RFC 8081.
- FONT_WOFF - Static variable in class dev.mccue.guava.net.MediaType
-
Web Open Font Format (WOFF).
- FONT_WOFF2 - Static variable in class dev.mccue.guava.net.MediaType
-
Web Open Font Format (WOFF2).
- FORM_DATA - Static variable in class dev.mccue.guava.net.MediaType
- forString(String) - Static method in class dev.mccue.guava.net.InetAddresses
-
Returns the
InetAddress
having the given string representation. - forUriString(String) - Static method in class dev.mccue.guava.net.InetAddresses
-
Returns an InetAddress representing the literal IPv4 or IPv6 host portion of a URL, encoded in the format specified by RFC 3986 section 3.2.2.
- FORWARDED - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Forwarded
header field name. - from(String) - Static method in class dev.mccue.guava.net.HostSpecifier
-
Attempts to return a
HostSpecifier
for the given string, throwing an exception if parsing fails. - from(String) - Static method in class dev.mccue.guava.net.InternetDomainName
-
Returns an instance of
InternetDomainName
after lenient validation. - FROM - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
From
header field name. - fromHost(String) - Static method in class dev.mccue.guava.net.HostAndPort
-
Build a HostAndPort instance from a host only.
- fromInteger(int) - Static method in class dev.mccue.guava.net.InetAddresses
-
Returns an Inet4Address having the integer value specified by the argument.
- fromIPv4BigInteger(BigInteger) - Static method in class dev.mccue.guava.net.InetAddresses
-
Returns the
Inet4Address
corresponding to a givenBigInteger
. - fromIPv6BigInteger(BigInteger) - Static method in class dev.mccue.guava.net.InetAddresses
-
Returns the
Inet6Address
corresponding to a givenBigInteger
. - fromLittleEndianByteArray(byte[]) - Static method in class dev.mccue.guava.net.InetAddresses
-
Returns an address from a little-endian ordered byte array (the opposite of what
InetAddress.getByAddress(java.lang.String, byte[])
expects). - fromParts(String, int) - Static method in class dev.mccue.guava.net.HostAndPort
-
Build a HostAndPort instance from separate host and port values.
- fromString(String) - Static method in class dev.mccue.guava.net.HostAndPort
-
Split a freeform string into a host and port, without strict validation.
- fromValid(String) - Static method in class dev.mccue.guava.net.HostSpecifier
-
Returns a
HostSpecifier
built from the providedspecifier
, which is already known to be valid.
G
- GEO_JSON - Static variable in class dev.mccue.guava.net.MediaType
-
Media type for the GeoJSON Format, a geospatial data interchange format based on JSON.
- get6to4IPv4Address(Inet6Address) - Static method in class dev.mccue.guava.net.InetAddresses
-
Returns the IPv4 address embedded in a 6to4 address.
- getClient() - Method in class dev.mccue.guava.net.InetAddresses.TeredoInfo
- getCoercedIPv4Address(InetAddress) - Static method in class dev.mccue.guava.net.InetAddresses
-
Coerces an IPv6 address into an IPv4 address.
- getCompatIPv4Address(Inet6Address) - Static method in class dev.mccue.guava.net.InetAddresses
-
Returns the IPv4 address embedded in an IPv4 compatible address.
- getEmbeddedIPv4ClientAddress(Inet6Address) - Static method in class dev.mccue.guava.net.InetAddresses
-
Examines the Inet6Address to extract the embedded IPv4 client address if the InetAddress is an IPv6 address of one of the specified address types that contain an embedded IPv4 address.
- getFlags() - Method in class dev.mccue.guava.net.InetAddresses.TeredoInfo
- getHost() - Method in class dev.mccue.guava.net.HostAndPort
-
Returns the portion of this
HostAndPort
instance that should represent the hostname or IPv4/IPv6 literal. - getIsatapIPv4Address(Inet6Address) - Static method in class dev.mccue.guava.net.InetAddresses
-
Returns the IPv4 address embedded in an ISATAP address.
- getPort() - Method in class dev.mccue.guava.net.HostAndPort
-
Get the current port number, failing if no port is defined.
- getPort() - Method in class dev.mccue.guava.net.InetAddresses.TeredoInfo
- getPortOrDefault(int) - Method in class dev.mccue.guava.net.HostAndPort
-
Returns the current port number, with a default if no port is defined.
- getServer() - Method in class dev.mccue.guava.net.InetAddresses.TeredoInfo
- getTeredoInfo(Inet6Address) - Static method in class dev.mccue.guava.net.InetAddresses
-
Returns the Teredo information embedded in a Teredo address.
- GIF - Static variable in class dev.mccue.guava.net.MediaType
- GZIP - Static variable in class dev.mccue.guava.net.MediaType
H
- HAL_JSON - Static variable in class dev.mccue.guava.net.MediaType
- hasEmbeddedIPv4ClientAddress(Inet6Address) - Static method in class dev.mccue.guava.net.InetAddresses
-
Examines the Inet6Address to determine if it is an IPv6 address of one of the specified address types that contain an embedded IPv4 address.
- hashCode() - Method in class dev.mccue.guava.net.HostAndPort
- hashCode() - Method in class dev.mccue.guava.net.HostSpecifier
- hashCode() - Method in class dev.mccue.guava.net.InternetDomainName
- hashCode() - Method in class dev.mccue.guava.net.MediaType
- hasParent() - Method in class dev.mccue.guava.net.InternetDomainName
-
Indicates whether this domain is composed of two or more parts.
- hasPort() - Method in class dev.mccue.guava.net.HostAndPort
-
Return true if this instance has a defined port.
- hasPublicSuffix() - Method in class dev.mccue.guava.net.InternetDomainName
-
Indicates whether this domain name ends in a public suffix, including if it is a public suffix itself.
- hasRegistrySuffix() - Method in class dev.mccue.guava.net.InternetDomainName
-
Indicates whether this domain name ends in a registry suffix, including if it is a registry suffix itself.
- hasWildcard() - Method in class dev.mccue.guava.net.MediaType
-
Returns true if either the type or subtype is the wildcard.
- HEIF - Static variable in class dev.mccue.guava.net.MediaType
- HOST - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Host
header field name. - HostAndPort - Class in dev.mccue.guava.net
-
An immutable representation of a host and port.
- HostSpecifier - Class in dev.mccue.guava.net
-
A syntactically valid host specifier, suitable for use in a URI.
- HTML_UTF_8 - Static variable in class dev.mccue.guava.net.MediaType
- HTTP2_SETTINGS - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
HTTP2-Settings
header field name. - HttpHeaders - Class in dev.mccue.guava.net
-
Contains constant definitions for the HTTP header field names.
- HttpHeaders.ReferrerPolicyValues - Class in dev.mccue.guava.net
-
Values for the
Referrer-Policy
header.
I
- I_CALENDAR_UTF_8 - Static variable in class dev.mccue.guava.net.MediaType
- ICO - Static variable in class dev.mccue.guava.net.MediaType
- IF_MATCH - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
If-Match
header field name. - IF_MODIFIED_SINCE - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
If-Modified-Since
header field name. - IF_NONE_MATCH - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
If-None-Match
header field name. - IF_RANGE - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
If-Range
header field name. - IF_UNMODIFIED_SINCE - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
If-Unmodified-Since
header field name. - increment(InetAddress) - Static method in class dev.mccue.guava.net.InetAddresses
-
Returns a new InetAddress that is one more than the passed in address.
- InetAddresses - Class in dev.mccue.guava.net
-
Static utility methods pertaining to
InetAddress
instances. - InetAddresses.TeredoInfo - Class in dev.mccue.guava.net
-
A simple immutable data class to encapsulate the information to be found in a Teredo address.
- InternetDomainName - Class in dev.mccue.guava.net
-
An immutable well-formed internet domain name, such as
com
orfoo.co.uk
. - is(MediaType) - Method in class dev.mccue.guava.net.MediaType
-
Returns
true
if this instance falls within the range (as defined by the HTTP Accept header) given by the argument according to three criteria: The type of the argument is the wildcard or equal to the type of this instance. - is6to4Address(Inet6Address) - Static method in class dev.mccue.guava.net.InetAddresses
-
Evaluates whether the argument is a 6to4 address.
- isCompatIPv4Address(Inet6Address) - Static method in class dev.mccue.guava.net.InetAddresses
-
Evaluates whether the argument is an IPv6 "compat" address.
- isInetAddress(String) - Static method in class dev.mccue.guava.net.InetAddresses
-
Returns
true
if the supplied string is a valid IP string literal,false
otherwise. - isIsatapAddress(Inet6Address) - Static method in class dev.mccue.guava.net.InetAddresses
-
Evaluates whether the argument is an ISATAP address.
- isMappedIPv4Address(String) - Static method in class dev.mccue.guava.net.InetAddresses
-
Evaluates whether the argument is an "IPv4 mapped" IPv6 address.
- isMaximum(InetAddress) - Static method in class dev.mccue.guava.net.InetAddresses
-
Returns true if the InetAddress is either 255.255.255.255 for IPv4 or ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff for IPv6.
- isPublicSuffix() - Method in class dev.mccue.guava.net.InternetDomainName
-
Indicates whether this domain name represents a public suffix, as defined by the Mozilla Foundation's Public Suffix List (PSL).
- isRegistrySuffix() - Method in class dev.mccue.guava.net.InternetDomainName
-
Indicates whether this domain name represents a registry suffix, as defined by a subset of the Mozilla Foundation's Public Suffix List (PSL).
- isTeredoAddress(Inet6Address) - Static method in class dev.mccue.guava.net.InetAddresses
-
Evaluates whether the argument is a Teredo address.
- isTopDomainUnderRegistrySuffix() - Method in class dev.mccue.guava.net.InternetDomainName
-
Indicates whether this domain name is composed of exactly one subdomain component followed by a registry suffix.
- isTopPrivateDomain() - Method in class dev.mccue.guava.net.InternetDomainName
-
Indicates whether this domain name is composed of exactly one subdomain component followed by a public suffix.
- isUnderPublicSuffix() - Method in class dev.mccue.guava.net.InternetDomainName
-
Indicates whether this domain name ends in a public suffix, while not being a public suffix itself.
- isUnderRegistrySuffix() - Method in class dev.mccue.guava.net.InternetDomainName
-
Indicates whether this domain name ends in a registry suffix, while not being a registry suffix itself.
- isUriInetAddress(String) - Static method in class dev.mccue.guava.net.InetAddresses
-
Returns
true
if the supplied string is a valid URI IP string literal,false
otherwise. - isValid(String) - Static method in class dev.mccue.guava.net.HostSpecifier
-
Determines whether
specifier
represents a validHostSpecifier
as described in the documentation forHostSpecifier.fromValid(String)
. - isValid(String) - Static method in class dev.mccue.guava.net.InternetDomainName
-
Indicates whether the argument is a syntactically valid domain name using lenient validation.
J
- JAVASCRIPT_UTF_8 - Static variable in class dev.mccue.guava.net.MediaType
-
RFC 4329 declares this to be the correct media type for JavaScript, but
text/javascript
may be necessary in certain situations for compatibility. - JOSE - Static variable in class dev.mccue.guava.net.MediaType
- JOSE_JSON - Static variable in class dev.mccue.guava.net.MediaType
- JP2K - Static variable in class dev.mccue.guava.net.MediaType
- JPEG - Static variable in class dev.mccue.guava.net.MediaType
- JSON_UTF_8 - Static variable in class dev.mccue.guava.net.MediaType
- JWT - Static variable in class dev.mccue.guava.net.MediaType
K
- KEEP_ALIVE - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Keep-Alive
header field name. - KEY_ARCHIVE - Static variable in class dev.mccue.guava.net.MediaType
-
As described in PKCS #12: Personal Information Exchange Syntax Standard, PKCS #12 defines an archive file format for storing many cryptography objects as a single file.
- KML - Static variable in class dev.mccue.guava.net.MediaType
- KMZ - Static variable in class dev.mccue.guava.net.MediaType
-
OGC KML (Keyhole Markup Language), compressed using the ZIP format into KMZ archives.
L
- L16_AUDIO - Static variable in class dev.mccue.guava.net.MediaType
-
L16 audio, as defined by RFC 2586.
- L24_AUDIO - Static variable in class dev.mccue.guava.net.MediaType
-
L24 audio, as defined by RFC 3190.
- LAST_EVENT_ID - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Last-Event-ID
header field name. - LAST_MODIFIED - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Last-Modified
header field name. - LINK - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Link
header field name. - LOCATION - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Location
header field name.
M
- MANIFEST_JSON_UTF_8 - Static variable in class dev.mccue.guava.net.MediaType
- MAX_FORWARDS - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Max-Forwards
header field name. - MBOX - Static variable in class dev.mccue.guava.net.MediaType
-
The mbox database format.
- MEDIA_PRESENTATION_DESCRIPTION - Static variable in class dev.mccue.guava.net.MediaType
-
Media type for Dynamic Adaptive Streaming over HTTP (DASH).
- MediaType - Class in dev.mccue.guava.net
-
Represents an Internet Media Type (also known as a MIME Type or Content Type).
- MICROSOFT_EXCEL - Static variable in class dev.mccue.guava.net.MediaType
-
Microsoft Excel spreadsheets.
- MICROSOFT_OUTLOOK - Static variable in class dev.mccue.guava.net.MediaType
-
Microsoft Outlook items.
- MICROSOFT_POWERPOINT - Static variable in class dev.mccue.guava.net.MediaType
-
Microsoft Powerpoint presentations.
- MICROSOFT_WORD - Static variable in class dev.mccue.guava.net.MediaType
-
Microsoft Word documents.
- MP4_AUDIO - Static variable in class dev.mccue.guava.net.MediaType
- MP4_VIDEO - Static variable in class dev.mccue.guava.net.MediaType
- MPEG_AUDIO - Static variable in class dev.mccue.guava.net.MediaType
- MPEG_VIDEO - Static variable in class dev.mccue.guava.net.MediaType
N
- NACL_APPLICATION - Static variable in class dev.mccue.guava.net.MediaType
-
NaCl applications.
- NACL_PORTABLE_APPLICATION - Static variable in class dev.mccue.guava.net.MediaType
-
NaCl portable applications.
- nextEscapeIndex(CharSequence, int, int) - Method in class dev.mccue.guava.net.PercentEscaper
- NO_REFERRER - Static variable in class dev.mccue.guava.net.HttpHeaders.ReferrerPolicyValues
- NO_REFFERER_WHEN_DOWNGRADE - Static variable in class dev.mccue.guava.net.HttpHeaders.ReferrerPolicyValues
- NO_VARY_SEARCH - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
No-Vary-Seearch
header field name.
O
- OBSERVE_BROWSING_TOPICS - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Observe-Browsing-Topics
header field name. - OCTET_STREAM - Static variable in class dev.mccue.guava.net.MediaType
- OGG_AUDIO - Static variable in class dev.mccue.guava.net.MediaType
- OGG_CONTAINER - Static variable in class dev.mccue.guava.net.MediaType
- OGG_VIDEO - Static variable in class dev.mccue.guava.net.MediaType
- OOXML_DOCUMENT - Static variable in class dev.mccue.guava.net.MediaType
- OOXML_PRESENTATION - Static variable in class dev.mccue.guava.net.MediaType
- OOXML_SHEET - Static variable in class dev.mccue.guava.net.MediaType
- OPENDOCUMENT_GRAPHICS - Static variable in class dev.mccue.guava.net.MediaType
- OPENDOCUMENT_PRESENTATION - Static variable in class dev.mccue.guava.net.MediaType
- OPENDOCUMENT_SPREADSHEET - Static variable in class dev.mccue.guava.net.MediaType
- OPENDOCUMENT_TEXT - Static variable in class dev.mccue.guava.net.MediaType
- OPENSEARCH_DESCRIPTION_UTF_8 - Static variable in class dev.mccue.guava.net.MediaType
-
OpenSearch Description files are XML files that describe how a website can be used as a search engine by consumers (e.g.
- ORIGIN - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Origin
header field name. - ORIGIN - Static variable in class dev.mccue.guava.net.HttpHeaders.ReferrerPolicyValues
- ORIGIN_ISOLATION - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Origin-Isolation
header field name. - ORIGIN_TRIAL - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Origin-Trial
header field name. - ORIGIN_WHEN_CROSS_ORIGIN - Static variable in class dev.mccue.guava.net.HttpHeaders.ReferrerPolicyValues
P
- P3P - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
P3P
header field name. - parameters() - Method in class dev.mccue.guava.net.MediaType
-
Returns a multimap containing the parameters of this media type.
- parent() - Method in class dev.mccue.guava.net.InternetDomainName
-
Returns an
InternetDomainName
that is the immediate ancestor of this one; that is, the current domain with the leftmost part removed. - parse(String) - Static method in class dev.mccue.guava.net.MediaType
-
Parses a media type from its string representation.
- parts() - Method in class dev.mccue.guava.net.InternetDomainName
-
Returns the individual components of this domain name, normalized to all lower case.
- PDF - Static variable in class dev.mccue.guava.net.MediaType
- PercentEscaper - Class in dev.mccue.guava.net
-
A
UnicodeEscaper
that escapes some set of Java characters using a UTF-8 based percent encoding scheme. - PercentEscaper(String, boolean) - Constructor for class dev.mccue.guava.net.PercentEscaper
-
Constructs a percent escaper with the specified safe characters and optional handling of the space character.
- PERMISSIONS_POLICY - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Permissions-Policy
header field name. - PING_FROM - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Ping-From
header field name. - PING_TO - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Ping-To
header field name. - PLAIN_TEXT_UTF_8 - Static variable in class dev.mccue.guava.net.MediaType
- PNG - Static variable in class dev.mccue.guava.net.MediaType
- POSTSCRIPT - Static variable in class dev.mccue.guava.net.MediaType
- PRAGMA - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Pragma
header field name. - PROTOBUF - Static variable in class dev.mccue.guava.net.MediaType
- PROXY_AUTHENTICATE - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Proxy-Authenticate
header field name. - PROXY_AUTHORIZATION - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Proxy-Authorization
header field name. - PSD - Static variable in class dev.mccue.guava.net.MediaType
- PUBLIC_KEY_PINS - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Public-Key-Pins
header field name. - PUBLIC_KEY_PINS_REPORT_ONLY - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Public-Key-Pins-Report-Only
header field name. - publicSuffix() - Method in class dev.mccue.guava.net.InternetDomainName
-
Returns the public suffix portion of the domain name, or
null
if no public suffix is present. - PURPOSE - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Purpose
header field name.
Q
R
- RANGE - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Range
header field name. - RDF_XML_UTF_8 - Static variable in class dev.mccue.guava.net.MediaType
-
RDF/XML documents, which are XML serializations of Resource Description Framework graphs.
- REFERER - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Referer
header field name. - REFERRER_POLICY - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Referrer-Policy
header field name. - REFRESH - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Refresh
header field name. - registrySuffix() - Method in class dev.mccue.guava.net.InternetDomainName
-
Returns the registry suffix portion of the domain name, or
null
if no registry suffix is present. - REPORT_TO - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Report-To
header field name. - requireBracketsForIPv6() - Method in class dev.mccue.guava.net.HostAndPort
-
Generate an error if the host might be a non-bracketed IPv6 literal.
- RETRY_AFTER - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Retry-After
header field name. - RTF_UTF_8 - Static variable in class dev.mccue.guava.net.MediaType
- RTT - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
RTT
header field name.
S
- SAME_ORIGIN - Static variable in class dev.mccue.guava.net.HttpHeaders.ReferrerPolicyValues
- SAVE_DATA - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Save-Data
header field name. - SEC_BROWSING_TOPICS - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Sec-Browsing-Topics
header field name. - SEC_CH_DPR - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Sec-CH-DPR
header field name. - SEC_CH_PREFERS_COLOR_SCHEME - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Sec-CH-Prefers-Color-Scheme
header field name. - SEC_CH_UA - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Sec-CH-UA
header field name. - SEC_CH_UA_ARCH - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Sec-CH-UA-Arch
header field name. - SEC_CH_UA_BITNESS - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Sec-CH-UA-Bitness
header field name. - SEC_CH_UA_FORM_FACTOR - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Sec-CH-UA-Form-Factor
header field name. - SEC_CH_UA_FULL_VERSION - Static variable in class dev.mccue.guava.net.HttpHeaders
-
Deprecated.
- SEC_CH_UA_FULL_VERSION_LIST - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Sec-CH-UA-Full-Version
header field name. - SEC_CH_UA_MOBILE - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Sec-CH-UA-Mobile
header field name. - SEC_CH_UA_MODEL - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Sec-CH-UA-Model
header field name. - SEC_CH_UA_PLATFORM - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Sec-CH-UA-Platform
header field name. - SEC_CH_UA_PLATFORM_VERSION - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Sec-CH-UA-Platform-Version
header field name. - SEC_CH_UA_WOW64 - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Sec-CH-UA-WoW64
header field name. - SEC_CH_VIEWPORT_HEIGHT - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Sec-CH-Viewport-Height
header field name. - SEC_CH_VIEWPORT_WIDTH - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Sec-CH-Viewport-Width
header field name. - SEC_FETCH_DEST - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Sec-Fetch-Dest
header field name. - SEC_FETCH_MODE - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Sec-Fetch-Mode
header field name. - SEC_FETCH_SITE - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Sec-Fetch-Site
header field name. - SEC_FETCH_USER - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Sec-Fetch-User
header field name. - SEC_METADATA - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Sec-Metadata
header field name. - SEC_PROVIDED_TOKEN_BINDING_ID - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Sec-Provided-Token-Binding-ID
header field name. - SEC_REFERRED_TOKEN_BINDING_ID - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Sec-Referred-Token-Binding-ID
header field name. - SEC_TOKEN_BINDING - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Sec-Token-Binding
header field name. - SEC_WEBSOCKET_ACCEPT - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Sec-WebSocket-Accept
header field name. - SEC_WEBSOCKET_EXTENSIONS - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Sec-WebSocket-Extensions
header field name. - SEC_WEBSOCKET_KEY - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Sec-WebSocket-Key
header field name. - SEC_WEBSOCKET_PROTOCOL - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Sec-WebSocket-Protocol
header field name. - SEC_WEBSOCKET_VERSION - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Sec-WebSocket-Version
header field name. - SERVER - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Server
header field name. - SERVER_TIMING - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Server-Timing
header field name. - SERVICE_WORKER - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Service-Worker
header field name. - SERVICE_WORKER_ALLOWED - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Service-Worker-Allowed
header field name. - SET_COOKIE - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Set-Cookie
header field name. - SET_COOKIE2 - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Set-Cookie2
header field name. - SFNT - Static variable in class dev.mccue.guava.net.MediaType
- SHOCKWAVE_FLASH - Static variable in class dev.mccue.guava.net.MediaType
- SKETCHUP - Static variable in class dev.mccue.guava.net.MediaType
-
skp
files produced by the 3D Modeling software SketchUp - SOAP_XML_UTF_8 - Static variable in class dev.mccue.guava.net.MediaType
-
As described in RFC 3902, this constant (
application/soap+xml
) is used to identify SOAP 1.2 message envelopes that have been serialized with XML 1.0. - SOURCE_MAP - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
SourceMap
header field name. - STRICT_ORIGIN - Static variable in class dev.mccue.guava.net.HttpHeaders.ReferrerPolicyValues
- STRICT_ORIGIN_WHEN_CROSS_ORIGIN - Static variable in class dev.mccue.guava.net.HttpHeaders.ReferrerPolicyValues
- STRICT_TRANSPORT_SECURITY - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Strict-Transport-Security
header field name. - subtype() - Method in class dev.mccue.guava.net.MediaType
-
Returns the media subtype.
- SUPPORTS_LOADING_MODE - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Supports-Loading-Mode
header field name. - SVG_UTF_8 - Static variable in class dev.mccue.guava.net.MediaType
T
- TAR - Static variable in class dev.mccue.guava.net.MediaType
- TE - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
TE
header field name. - TeredoInfo(Inet4Address, Inet4Address, int, int) - Constructor for class dev.mccue.guava.net.InetAddresses.TeredoInfo
-
Constructs a TeredoInfo instance.
- TEXT_JAVASCRIPT_UTF_8 - Static variable in class dev.mccue.guava.net.MediaType
-
RFC 4329 declares
application/javascript
to be the correct media type for JavaScript, but this may be necessary in certain situations for compatibility. - THREE_GPP_VIDEO - Static variable in class dev.mccue.guava.net.MediaType
-
The 3GP multimedia container format.
- THREE_GPP2_VIDEO - Static variable in class dev.mccue.guava.net.MediaType
-
The 3G2 multimedia container format.
- TIFF - Static variable in class dev.mccue.guava.net.MediaType
- TIMING_ALLOW_ORIGIN - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Timing-Allow-Origin
header field name. - toAddrString(InetAddress) - Static method in class dev.mccue.guava.net.InetAddresses
-
Returns the string representation of an
InetAddress
. - toBigInteger(InetAddress) - Static method in class dev.mccue.guava.net.InetAddresses
-
Returns a BigInteger representing the address.
- topDomainUnderRegistrySuffix() - Method in class dev.mccue.guava.net.InternetDomainName
-
Returns the portion of this domain name that is one level beneath the registry suffix.
- topPrivateDomain() - Method in class dev.mccue.guava.net.InternetDomainName
-
Returns the portion of this domain name that is one level beneath the public suffix.
- toString() - Method in class dev.mccue.guava.net.HostAndPort
-
Rebuild the host:port string, including brackets if necessary.
- toString() - Method in class dev.mccue.guava.net.HostSpecifier
-
Returns a string representation of the host specifier suitable for inclusion in a URI.
- toString() - Method in class dev.mccue.guava.net.InternetDomainName
-
Returns the domain name, normalized to all lower case.
- toString() - Method in class dev.mccue.guava.net.MediaType
-
Returns the string representation of this media type in the format described in RFC 2045.
- toUriString(InetAddress) - Static method in class dev.mccue.guava.net.InetAddresses
-
Returns the string representation of an
InetAddress
suitable for inclusion in a URI. - TRAILER - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Trailer
header field name. - TRANSFER_ENCODING - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Transfer-Encoding
header field name. - TSV_UTF_8 - Static variable in class dev.mccue.guava.net.MediaType
- type() - Method in class dev.mccue.guava.net.MediaType
-
Returns the top-level media type.
U
- UNSAFE_URL - Static variable in class dev.mccue.guava.net.HttpHeaders.ReferrerPolicyValues
- UPGRADE - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Upgrade
header field name. - UPGRADE_INSECURE_REQUESTS - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Upgrade-Insecure-Requests
header field name. - UrlEscapers - Class in dev.mccue.guava.net
-
Escaper
instances suitable for strings to be included in particular sections of URLs. - urlFormParameterEscaper() - Static method in class dev.mccue.guava.net.UrlEscapers
-
Returns an
Escaper
instance that escapes strings so they can be safely included in URL form parameter names and values. - urlFragmentEscaper() - Static method in class dev.mccue.guava.net.UrlEscapers
-
Returns an
Escaper
instance that escapes strings so they can be safely included in a URL fragment. - urlPathSegmentEscaper() - Static method in class dev.mccue.guava.net.UrlEscapers
-
Returns an
Escaper
instance that escapes strings so they can be safely included in URL path segments. - USER_AGENT - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
User-Agent
header field name.
V
- VARY - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Vary
header field name. - VCARD_UTF_8 - Static variable in class dev.mccue.guava.net.MediaType
- VIA - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Via
header field name. - VIEWPORT_WIDTH - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Viewport-Width
header field name. - VND_REAL_AUDIO - Static variable in class dev.mccue.guava.net.MediaType
-
Real Audio.
- VND_WAVE_AUDIO - Static variable in class dev.mccue.guava.net.MediaType
-
WAVE format, as defined by RFC 2361.
- VORBIS_AUDIO - Static variable in class dev.mccue.guava.net.MediaType
-
Vorbis Audio, as defined by RFC 5215.
- VTT_UTF_8 - Static variable in class dev.mccue.guava.net.MediaType
-
As described in the VTT spec, this is used for Web Video Text Tracks (WebVTT) files, used with the HTML5 track element.
W
- WARNING - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Warning
header field name. - WASM_APPLICATION - Static variable in class dev.mccue.guava.net.MediaType
-
WASM applications.
- WAX_AUDIO - Static variable in class dev.mccue.guava.net.MediaType
-
Windows Media metafiles.
- WEBM_AUDIO - Static variable in class dev.mccue.guava.net.MediaType
- WEBM_VIDEO - Static variable in class dev.mccue.guava.net.MediaType
- WEBP - Static variable in class dev.mccue.guava.net.MediaType
- WIDTH - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
Width
header field name. - withCharset(Charset) - Method in class dev.mccue.guava.net.MediaType
-
Returns a new instance with the same type and subtype as this instance, with the
charset
parameter set to theCharset.name()
of the given charset. - withDefaultPort(int) - Method in class dev.mccue.guava.net.HostAndPort
-
Provide a default port if the parsed string contained only a host.
- withoutParameters() - Method in class dev.mccue.guava.net.MediaType
-
Returns a new instance with the same type and subtype as this instance, but without any parameters.
- withParameter(String, String) - Method in class dev.mccue.guava.net.MediaType
-
Replaces all parameters with the given attribute with a single parameter with the given value.
- withParameters(Multimap<String, String>) - Method in class dev.mccue.guava.net.MediaType
-
Replaces all parameters with the given parameters.
- withParameters(String, Iterable<String>) - Method in class dev.mccue.guava.net.MediaType
-
Replaces all parameters with the given attribute with parameters using the given values.
- WMA_AUDIO - Static variable in class dev.mccue.guava.net.MediaType
-
Windows Media Audio.
- WML_UTF_8 - Static variable in class dev.mccue.guava.net.MediaType
-
UTF-8 encoded Wireless Markup Language.
- WMV - Static variable in class dev.mccue.guava.net.MediaType
- WOFF - Static variable in class dev.mccue.guava.net.MediaType
- WOFF2 - Static variable in class dev.mccue.guava.net.MediaType
-
RFC 8081 declares
font/woff2
to be the correct media type for WOFF2, but this may be necessary in certain situations for compatibility. - WWW_AUTHENTICATE - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
WWW-Authenticate
header field name.
X
- X_CONTENT_SECURITY_POLICY - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP nonstandard
X-Content-Security-Policy
header field name. - X_CONTENT_SECURITY_POLICY_REPORT_ONLY - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP nonstandard
X-Content-Security-Policy-Report-Only
header field name. - X_CONTENT_TYPE_OPTIONS - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
X-Content-Type-Options
header field name. - X_DEVICE_ACCEPT_LANGUAGE - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
X-Device-Accept-Language
header field name. - X_DEVICE_IP - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
X-Device-IP
header field name. - X_DEVICE_REFERER - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
X-Device-Referer
header field name. - X_DEVICE_REQUESTED_WITH - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
X-Device-Requested-With
header field name. - X_DNS_PREFETCH_CONTROL - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
X-DNS-Prefetch-Control
header controls DNS prefetch behavior. - X_DO_NOT_TRACK - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
X-Do-Not-Track
header field name. - X_DOWNLOAD_OPTIONS - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
X-Download-Options
header field name. - X_FORWARDED_FOR - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
X-Forwarded-For
header field name (superseded byForwarded
). - X_FORWARDED_HOST - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
X-Forwarded-Host
header field name. - X_FORWARDED_PORT - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
X-Forwarded-Port
header field name. - X_FORWARDED_PROTO - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
X-Forwarded-Proto
header field name. - X_FRAME_OPTIONS - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
X-Frame-Options
header field name. - X_MOZ - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
X-Moz
header field name. - X_POWERED_BY - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
X-Powered-By
header field name. - X_PURPOSE - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
X-Purpose
header field name. - X_REQUEST_ID - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
X-Request-ID
header field name. - X_REQUESTED_WITH - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
X-Requested-With
header field name. - X_USER_IP - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
X-User-IP
header field name. - X_WEBKIT_CSP - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP nonstandard
X-WebKit-CSP
header field name. - X_WEBKIT_CSP_REPORT_ONLY - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP nonstandard
X-WebKit-CSP-Report-Only
header field name. - X_XSS_PROTECTION - Static variable in class dev.mccue.guava.net.HttpHeaders
-
The HTTP
X-XSS-Protection
header field name. - XHTML_UTF_8 - Static variable in class dev.mccue.guava.net.MediaType
- XML_UTF_8 - Static variable in class dev.mccue.guava.net.MediaType
-
As described in RFC 3023, this constant (
text/xml
) is used for XML documents that are "readable by casual users."MediaType.APPLICATION_XML_UTF_8
is provided for documents that are intended for applications. - XRD_UTF_8 - Static variable in class dev.mccue.guava.net.MediaType
-
Extensible Resource Descriptors.
Z
A B C D E F G H I J K L M N O P Q R S T U V W X ZAll Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
HttpHeaders.SEC_CH_UA_FULL_VERSION_LIST
.