Package | Description |
---|---|
org.springframework.core.codec |
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayDecoder
Decoder for
byte arrays. |
class |
ByteBufferDecoder
Decoder for
ByteBuffers . |
class |
DataBufferDecoder
Simple pass-through decoder for
DataBuffers . |
class |
NettyByteBufDecoder
Decoder for
ByteBufs . |
class |
ResourceDecoder
Decoder for
Resources . |
class |
StringDecoder
Decode from a data buffer stream to a
String stream, either splitting
or aggregating incoming data chunks to realign along newlines delimiters
and produce a stream of strings. |