Package kos.api
Class HeaderParserStrategy
java.lang.Object
kos.api.HeaderParserStrategy
- All Implemented Interfaces:
PayloadSerializationStrategy
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final String(package private) final CharSequence(package private) final KosContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) StringparseContentTypeHeader(io.vertx.core.MultiMap headers) serializerFor(io.vertx.core.http.HttpServerRequest request) serializerFor(io.vertx.core.http.HttpServerResponse response)
-
Field Details
-
kosContext
-
header
-
defaultContentType
-
-
Constructor Details
-
HeaderParserStrategy
HeaderParserStrategy()
-
-
Method Details
-
serializerFor
- Specified by:
serializerForin interfacePayloadSerializationStrategy
-
serializerFor
- Specified by:
serializerForin interfacePayloadSerializationStrategy
-
parseContentTypeHeader
-