Class MediaType.Multipart
java.lang.Object
org.apache.pekko.http.scaladsl.model.MediaType
org.apache.pekko.http.scaladsl.model.MediaType.Binary
org.apache.pekko.http.scaladsl.model.MediaType.Multipart
- All Implemented Interfaces:
LazyValueBytesRenderable,Renderable,MediaType,MediaType.Binary,MediaType.Multipart,WithQValue<MediaRange>
- Enclosing class:
- MediaType
public static final class MediaType.Multipart
extends MediaType.Binary
implements MediaType.Multipart
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.pekko.http.scaladsl.model.MediaType
MediaType.Binary, MediaType.Compressibility, MediaType.Compressible$, MediaType.Gzipped$, MediaType.Multipart, MediaType.NonBinary, MediaType.NonMultipartWithOpenCharset, MediaType.NotCompressible$, MediaType.WithFixedCharset, MediaType.WithOpenCharsetNested classes/interfaces inherited from interface org.apache.pekko.http.javadsl.model.MediaType
MediaType.Binary, MediaType.Compressibility, MediaType.Multipart, MediaType.NonBinary, MediaType.WithFixedCharset, MediaType.WithOpenCharset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanparams()withBoundary(String boundary) withParams(scala.collection.immutable.Map<String, String> params) Methods inherited from class org.apache.pekko.http.scaladsl.model.MediaType.Binary
binary, comp, fileExtensions, toContentType, value, withCompMethods inherited from class org.apache.pekko.http.scaladsl.model.MediaType
applicationBinary, applicationWithFixedCharset, applicationWithOpenCharset, audio, custom, customBinary, customMultipart, customWithFixedCharset, customWithOpenCharset, equals, font, hashCode, image, isApplication, isAudio, isCompressible, isImage, isMessage, isText, isVideo, mainType, message, parse, subType, text, textWithFixedCharset, toRange, toRange, unapply, video, withQValueMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.http.impl.util.LazyValueBytesRenderable
render, toString, valueBytesMethods inherited from interface org.apache.pekko.http.javadsl.model.MediaType
binary, isApplication, isAudio, isCompressible, isImage, isMessage, isText, isVideo, mainType, subType, toRange, toRange, valueMethods inherited from interface org.apache.pekko.http.javadsl.model.MediaType.Binary
toContentTypeMethods inherited from interface org.apache.pekko.http.scaladsl.model.WithQValue
withQValue
-
Constructor Details
-
Multipart
-
-
Method Details
-
isMultipart
public boolean isMultipart()- Specified by:
isMultipartin interfaceMediaType- Overrides:
isMultipartin classMediaType
-
params
- Overrides:
paramsin classMediaType.Binary
-
withBoundary
-
withParams
- Overrides:
withParamsin classMediaType.Binary
-