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