Interface HttpMessageDecoder
- All Superinterfaces:
CodecMediaType
- All Known Subinterfaces:
HttpMessageCodec
- All Known Implementing Classes:
BinaryCodec,HtmlCodec,JsonCodec,JsonPbCodec,PlainTextCodec,XmlCodec,YamlCodec
-
Method Summary
Modifier and TypeMethodDescriptiondefault Objectdecode(InputStream inputStream, Class<?> targetType) default Object[]decode(InputStream inputStream, Class<?>[] targetTypes) default Object[]decode(InputStream inputStream, Class<?>[] targetTypes, Charset charset) decode(InputStream inputStream, Class<?> targetType, Charset charset) default Objectdecode(InputStream inputStream, Type targetType) default Objectdecode(InputStream inputStream, Type targetType, Charset charset) Methods inherited from interface org.apache.dubbo.remoting.http12.message.CodecMediaType
mediaType, supports
-
Method Details
-
decode
- Throws:
DecodeException
-
decode
default Object decode(InputStream inputStream, Type targetType, Charset charset) throws DecodeException - Throws:
DecodeException
-
decode
default Object[] decode(InputStream inputStream, Class<?>[] targetTypes, Charset charset) throws DecodeException - Throws:
DecodeException
-
decode
- Throws:
DecodeException
-
decode
- Throws:
DecodeException
-
decode
- Throws:
DecodeException
-