Uses of Class
de.quantummaid.httpmaid.http.headers.ContentType
-
-
Uses of ContentType in de.quantummaid.httpmaid
Fields in de.quantummaid.httpmaid with type parameters of type ContentType Modifier and Type Field Description static MetaDataKey<ContentType>HttpMaidChainKeys. REQUEST_CONTENT_TYPEstatic MetaDataKey<ContentType>HttpMaidChainKeys. RESPONSE_CONTENT_TYPE -
Uses of ContentType in de.quantummaid.httpmaid.handler.http
Methods in de.quantummaid.httpmaid.handler.http that return ContentType Modifier and Type Method Description ContentTypeHttpRequest. contentType()Methods in de.quantummaid.httpmaid.handler.http that return types with arguments of type ContentType Modifier and Type Method Description Optional<ContentType>HttpRequest. optionalContentType()Methods in de.quantummaid.httpmaid.handler.http with parameters of type ContentType Modifier and Type Method Description voidHttpResponse. setContentType(ContentType contentType) -
Uses of ContentType in de.quantummaid.httpmaid.http.headers
Methods in de.quantummaid.httpmaid.http.headers that return ContentType Modifier and Type Method Description static ContentTypeContentType. formUrlEncoded()static ContentTypeContentType. fromString(String contentType)static ContentTypeContentType. fromString(Optional<String> value)static ContentTypeContentType. json()static ContentTypeContentType. textPlain()static ContentTypeContentType. xml()static ContentTypeContentType. yaml() -
Uses of ContentType in de.quantummaid.httpmaid.http.headers.accept
Methods in de.quantummaid.httpmaid.http.headers.accept with parameters of type ContentType Modifier and Type Method Description booleanAccept. contentTypeIsAccepted(ContentType contentType) -
Uses of ContentType in de.quantummaid.httpmaid.marshalling
Methods in de.quantummaid.httpmaid.marshalling that return ContentType Modifier and Type Method Description ContentTypeMarshallers. determineResponseContentType(MetaData metaData)ContentTypeDefaultContentTypeProvider. provideDefaultContentType(HttpRequest request)Methods in de.quantummaid.httpmaid.marshalling that return types with arguments of type ContentType Modifier and Type Method Description List<ContentType>Unmarshallers. supportedContentTypes()Method parameters in de.quantummaid.httpmaid.marshalling with type arguments of type ContentType Modifier and Type Method Description static MarshallersMarshallers. marshallers(Map<ContentType,Marshaller> marshallers, DefaultContentTypeProvider defaultContentTypeProvider)static UnmarshallersUnmarshallers. unmarshallers(Map<ContentType,Unmarshaller> unmarshallers)static UnsupportedContentTypeExceptionUnsupportedContentTypeException. unsupportedContentTypeException(ContentType contentType, Collection<ContentType> supportedContentTypes) -
Uses of ContentType in de.quantummaid.httpmaid.websockets.registry
Methods in de.quantummaid.httpmaid.websockets.registry that return ContentType Modifier and Type Method Description ContentTypeWebsocketRegistryEntry. contentType()Methods in de.quantummaid.httpmaid.websockets.registry with parameters of type ContentType Modifier and Type Method Description static WebsocketRegistryEntryWebsocketRegistryEntry. websocketRegistryEntry(ConnectionInformation connectionInformation, WebsocketSenderId senderId, Headers headers, ContentType contentType, QueryParameters queryParameters, Map<String,Object> additionalData)
-