Package akka.http.scaladsl.server
Class ContentNegotiator.Alternative$
- java.lang.Object
-
- akka.http.scaladsl.server.ContentNegotiator.Alternative$
-
- Enclosing class:
- ContentNegotiator
public static class ContentNegotiator.Alternative$ extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ContentNegotiator.Alternative$.ContentType
static class
ContentNegotiator.Alternative$.ContentType$
static class
ContentNegotiator.Alternative$.MediaType
static class
ContentNegotiator.Alternative$.MediaType$
-
Field Summary
Fields Modifier and Type Field Description static ContentNegotiator.Alternative$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Alternative$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.http.scaladsl.server.ContentNegotiator.Alternative.ContentType
apply(ContentType contentType)
ContentNegotiator.Alternative
apply(MediaType mediaType)
-
-
-
Field Detail
-
MODULE$
public static final ContentNegotiator.Alternative$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public akka.http.scaladsl.server.ContentNegotiator.Alternative.ContentType apply(ContentType contentType)
-
apply
public ContentNegotiator.Alternative apply(MediaType mediaType)
-
-