Uses of Interface
org.springframework.http.codec.HttpMessageReader
Packages that use HttpMessageReader
Package
Description
Provides implementations of
Encoder
and Decoder for web use.Multipart support.
-
Uses of HttpMessageReader in org.springframework.http.codec
Classes in org.springframework.http.codec that implement HttpMessageReaderModifier and TypeClassDescriptionclassHttpMessageReaderthat wraps and delegates to aDecoder.classImplementation of anHttpMessageReaderto read HTML form data, i.e.classHttpMessageReaderthat wraps and delegates to aResourceDecoderthat extracts the filename from the"Content-Disposition"header, if available, and passes it as theResourceDecoder.FILENAME_HINT.classReader that supports a stream ofServerSentEventsand also plainObjectswhich is the same as anServerSentEventwith data only.Methods in org.springframework.http.codec that return types with arguments of type HttpMessageReaderModifier and TypeMethodDescriptionCodecConfigurer.getReaders()Obtain the configured HTTP message readers.Methods in org.springframework.http.codec with parameters of type HttpMessageReaderModifier and TypeMethodDescriptionvoidCodecConfigurer.DefaultCodecs.multipartReader(HttpMessageReader<?> reader) Configure theHttpMessageReaderto use for multipart requests.voidCodecConfigurer.CustomCodecs.reader(HttpMessageReader<?> reader) Deprecated. -
Uses of HttpMessageReader in org.springframework.http.codec.multipart
Classes in org.springframework.http.codec.multipart that implement HttpMessageReaderModifier and TypeClassDescriptionclassclassHttpMessageReaderfor reading"multipart/form-data"requests into aMultiValueMap<String, Part>.classMethods in org.springframework.http.codec.multipart that return HttpMessageReaderModifier and TypeMethodDescriptionMultipartHttpMessageReader.getPartReader()Return the configured parts reader.Constructors in org.springframework.http.codec.multipart with parameters of type HttpMessageReader
CodecConfigurer.CustomCodecs.register(Object)orCodecConfigurer.CustomCodecs.registerWithDefaultConfig(Object)instead.