程序包的使用
cn.taketoday.http.codec
使用cn.taketoday.http.codec的程序包
程序包
说明
Provides implementations of
Encoder
and Decoder for web use.JSON encoder and decoder support.
Multipart support.
Provides an encoder and a decoder for
Google Protocol Buffers.
Provides implementations of
ClientCodecConfigurer
and ServerCodecConfigurer based on the converter
implementations from cn.taketoday.http.codec.json and co.Method handler
Provides a foundation for both the reactive client and server subpackages.
Provides a reactive
WebClient
that builds on top of the
cn.taketoday.http.client.reactive reactive HTTP adapter layer.-
类说明Extension of
CodecConfigurerfor HTTP message reader and writer options relevant on the client side.CodecConfigurer.DefaultCodecsextension with extra client-side options.Defines a common interface for configuring either client or server HTTP message readers and writers.Registry for custom HTTP message readers and writers.Exposes the values of properties configured throughCodecConfigurer.defaultCodecs()that are applied to default codecs.Customize or replace the HTTP message readers and writers registered by default.Registry and container for multipart HTTP message writers.HttpMessageReaderthat wraps and delegates to aDecoder.Strategy for reading from aReactiveHttpInputMessageand decoding the stream of bytes to Objects of type<T>.Strategy for encoding a stream of objects of type<T>and writing the encoded stream of bytes to anReactiveHttpOutputMessage.Base class forEncoder,Decoder,HttpMessageReader, orHttpMessageWriterthat uses a logger and shows potentially sensitive request data.Extension ofCodecConfigurerfor HTTP message reader and writer options relevant on the server side.CodecConfigurer.DefaultCodecsextension with extra server-side options.Representation for a Server-Sent Event for use with reactive Web support.A mutable builder for aSseEvent. -
类说明Extension of
Decoderexposing extra methods relevant in the context of HTTP request or response body decoding.Extension ofEncoderexposing extra methods relevant in the context of HTTP request or response body encoding. -
类说明Extension of
Decoderexposing extra methods relevant in the context of HTTP request or response body decoding.Extension ofEncoderexposing extra methods relevant in the context of HTTP request or response body encoding. -
类说明Strategy for reading from a
ReactiveHttpInputMessageand decoding the stream of bytes to Objects of type<T>.Strategy for encoding a stream of objects of type<T>and writing the encoded stream of bytes to anReactiveHttpOutputMessage.Base class forEncoder,Decoder,HttpMessageReader, orHttpMessageWriterthat uses a logger and shows potentially sensitive request data. -
类说明
HttpMessageWriterthat wraps and delegates to anEncoder.Extension ofEncoderexposing extra methods relevant in the context of HTTP request or response body encoding.Strategy for encoding a stream of objects of type<T>and writing the encoded stream of bytes to anReactiveHttpOutputMessage. -
类说明Extension of
CodecConfigurerfor HTTP message reader and writer options relevant on the client side.CodecConfigurer.DefaultCodecsextension with extra client-side options.Defines a common interface for configuring either client or server HTTP message readers and writers.Registry for custom HTTP message readers and writers.Exposes the values of properties configured throughCodecConfigurer.defaultCodecs()that are applied to default codecs.Customize or replace the HTTP message readers and writers registered by default.Registry and container for multipart HTTP message writers.Strategy for reading from aReactiveHttpInputMessageand decoding the stream of bytes to Objects of type<T>.Strategy for encoding a stream of objects of type<T>and writing the encoded stream of bytes to anReactiveHttpOutputMessage.Extension ofCodecConfigurerfor HTTP message reader and writer options relevant on the server side.CodecConfigurer.DefaultCodecsextension with extra server-side options. -
-
类说明Strategy for reading from a
ReactiveHttpInputMessageand decoding the stream of bytes to Objects of type<T>.Strategy for encoding a stream of objects of type<T>and writing the encoded stream of bytes to anReactiveHttpOutputMessage.Representation for a Server-Sent Event for use with reactive Web support. -
类说明Extension of
CodecConfigurerfor HTTP message reader and writer options relevant on the client side.Strategy for reading from aReactiveHttpInputMessageand decoding the stream of bytes to Objects of type<T>.Strategy for encoding a stream of objects of type<T>and writing the encoded stream of bytes to anReactiveHttpOutputMessage.