Package akka.http.scaladsl.server
Class ContentNegotiator.Alternative$.MediaType
- java.lang.Object
-
- akka.http.scaladsl.server.ContentNegotiator.Alternative$.MediaType
-
- All Implemented Interfaces:
ContentNegotiator.Alternative,java.io.Serializable,scala.Equals,scala.Product
- Enclosing class:
- ContentNegotiator.Alternative$
public static final class ContentNegotiator.Alternative$.MediaType extends java.lang.Object implements ContentNegotiator.Alternative, scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MediaType(MediaType.WithOpenCharset mediaType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringformat()MediaType.WithOpenCharsetmediaType()
-
-
-
Constructor Detail
-
MediaType
public MediaType(MediaType.WithOpenCharset mediaType)
-
-
Method Detail
-
mediaType
public MediaType.WithOpenCharset mediaType()
- Specified by:
mediaTypein interfaceContentNegotiator.Alternative
-
format
public java.lang.String format()
- Specified by:
formatin interfaceContentNegotiator.Alternative
-
-