public abstract static class MediaType.NonMultipartWithOpenCharset extends MediaType.WithOpenCharset
MediaType.Binary, MediaType.Compressibility, MediaType.Compressible$, MediaType.Gzipped$, MediaType.Multipart, MediaType.NonBinary, MediaType.NonMultipartWithOpenCharset, MediaType.NotCompressible$, MediaType.WithFixedCharset, MediaType.WithOpenCharsetMediaType.Binary, MediaType.Compressibility, MediaType.Multipart, MediaType.NonBinary, MediaType.WithFixedCharset, MediaType.WithOpenCharset| Constructor and Description |
|---|
NonMultipartWithOpenCharset(java.lang.String value,
java.lang.String _mainType,
java.lang.String _subType,
scala.collection.immutable.List<java.lang.String> fileExtensions) |
| Modifier and Type | Method and Description |
|---|---|
scala.collection.immutable.List<java.lang.String> |
fileExtensions() |
scala.collection.immutable.Map<java.lang.String,java.lang.String> |
params() |
java.lang.String |
value()
Returns the string representation of this MediaType
|
toContentType, toContentTypeWithMissingCharset, withCharset, withMissingCharset, withParamsbinary, comp, withCompapplicationBinary, applicationWithFixedCharset, applicationWithOpenCharset, audio, custom, customBinary, customMultipart, customWithFixedCharset, customWithOpenCharset, equals, font, hashCode, image, isApplication, isAudio, isCompressible, isImage, isMessage, isMultipart, isText, isVideo, mainType, message, parse, subType, text, textWithFixedCharset, toRange, toRange, unapply, video, withQValueclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbinary, isApplication, isAudio, isCompressible, isImage, isMessage, isMultipart, isText, isVideo, mainType, subType, toRange, toRangerender, toString, valueByteswithQValuepublic NonMultipartWithOpenCharset(java.lang.String value,
java.lang.String _mainType,
java.lang.String _subType,
scala.collection.immutable.List<java.lang.String> fileExtensions)
public scala.collection.immutable.List<java.lang.String> fileExtensions()
fileExtensions in class MediaTypepublic scala.collection.immutable.Map<java.lang.String,java.lang.String> params()
public java.lang.String value()
MediaType