Uses of Class
org.springframework.integration.ip.tcp.serializer.AbstractPooledBufferByteArraySerializer
Package
Description
Byte array (de)serializers for putting some protocol on the
wire so that incoming messages can be constructed from stream data.
-
Uses of AbstractPooledBufferByteArraySerializer in org.springframework.integration.ip.tcp.serializer
Modifier and TypeClassDescriptionclass
Reads data in an InputStream to a byte[]; data must be terminated by \r\n (not included in resulting byte[]).class
class
A byte array (de)serializer that does nothing with the payload; sends it raw.class
Reads data in an InputStream to a byte[]; data must be terminated by a single byte (not included in resulting byte[]).class
Reads data in an InputStream to a byte[]; data must be prefixed by <stx> and terminated by <etx> (not included in resulting byte[]).