Class HttpContentTypes
java.lang.Object
ch.raffael.meldioc.library.http.server.undertow.codec.HttpContentTypes
Utilities for dealing with content types.
-
Method Summary
Modifier and TypeMethodDescriptionstatic io.vavr.control.Option<ch.raffael.meldioc.library.codec.ContentType>contentType(io.undertow.server.HttpServerExchange exchange) typeWithCharset(@Nullable String fullContentType) typeWithCharset(@Nullable String fullContentType, Charset fallback)
-
Method Details
-
contentType
public static io.vavr.control.Option<ch.raffael.meldioc.library.codec.ContentType> contentType(io.undertow.server.HttpServerExchange exchange) -
typeWithCharset
-
typeWithCharset
-