Package akka.http.scaladsl.model
Class MediaType.NonMultipartWithOpenCharset
java.lang.Object
akka.http.scaladsl.model.MediaType
akka.http.scaladsl.model.MediaType.NonBinary
akka.http.scaladsl.model.MediaType.WithOpenCharset
akka.http.scaladsl.model.MediaType.NonMultipartWithOpenCharset
- All Implemented Interfaces:
LazyValueBytesRenderable
,Renderable
,MediaType
,MediaType.NonBinary
,MediaType.WithOpenCharset
,WithQValue<MediaRange>
- Enclosing class:
- MediaType
public abstract static class MediaType.NonMultipartWithOpenCharset
extends MediaType.WithOpenCharset
-
Nested Class Summary
Nested classes/interfaces inherited from class akka.http.scaladsl.model.MediaType
MediaType.Binary, MediaType.Compressibility, MediaType.Compressible$, MediaType.Gzipped$, MediaType.Multipart, MediaType.NonBinary, MediaType.NonMultipartWithOpenCharset, MediaType.NotCompressible$, MediaType.WithFixedCharset, MediaType.WithOpenCharset
Nested classes/interfaces inherited from interface akka.http.javadsl.model.MediaType
MediaType.Binary, MediaType.Compressibility, MediaType.Multipart, MediaType.NonBinary, MediaType.WithFixedCharset, MediaType.WithOpenCharset
-
Constructor Summary
ConstructorsConstructorDescriptionNonMultipartWithOpenCharset
(String value, String _mainType, String _subType, scala.collection.immutable.List<String> fileExtensions) -
Method Summary
Methods inherited from class akka.http.scaladsl.model.MediaType.WithOpenCharset
toContentType, toContentTypeWithMissingCharset, withCharset, withMissingCharset, withParams
Methods inherited from class akka.http.scaladsl.model.MediaType.NonBinary
binary, comp, withComp
Methods inherited from class akka.http.scaladsl.model.MediaType
applicationBinary, 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, withQValue
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface akka.http.impl.util.LazyValueBytesRenderable
render, toString, valueBytes
Methods inherited from interface akka.http.javadsl.model.MediaType
binary, isApplication, isAudio, isCompressible, isImage, isMessage, isMultipart, isText, isVideo, mainType, subType, toRange, toRange
Methods inherited from interface akka.http.scaladsl.model.WithQValue
withQValue
-
Constructor Details
-
NonMultipartWithOpenCharset
-
-
Method Details
-
fileExtensions
- Specified by:
fileExtensions
in classMediaType
-
params
-
value
-