Package org.eclipse.jetty.http
Class CompressedContentFormat
java.lang.Object
org.eclipse.jetty.http.CompressedContentFormat
-
Field Summary
Modifier and TypeFieldDescriptionstatic final CompressedContentFormat
static final CompressedContentFormat
static final CompressedContentFormat[]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get an etag with suffix that represents this compressed type.int
hashCode()
stripSuffixes
(String etagsList) toString()
-
Field Details
-
GZIP
-
BR
-
NONE
-
-
Constructor Details
-
CompressedContentFormat
-
-
Method Details
-
equals
-
getEncoding
-
getExtension
-
getEtagSuffix
-
getContentEncoding
-
etag
Get an etag with suffix that represents this compressed type.- Parameters:
etag
- An etag- Returns:
- An etag with compression suffix, or the etag itself if no suffix is configured.
-
hashCode
public int hashCode() -
stripSuffixes
-
toString
-