Package | Description |
---|---|
org.springframework.integration.ip.tcp.serializer |
Byte array (de)serializers for putting some protocol on the
wire so that incoming messages can be constructed from stream data.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayCrLfSerializer
Reads data in an InputStream to a byte[]; data must be terminated by \r\n
(not included in resulting byte[]).
|
class |
ByteArrayLengthHeaderSerializer
Reads data in an InputStream to a byte[]; data must be preceded by
a binary length (network byte order, not included in resulting byte[]).
|
class |
ByteArrayLfSerializer |
class |
ByteArrayRawSerializer
A byte array (de)serializer that does nothing with the payload; sends it raw.
|
class |
ByteArraySingleTerminatorSerializer
Reads data in an InputStream to a byte[]; data must be terminated by a single
byte (not included in resulting byte[]).
|
class |
ByteArrayStxEtxSerializer
Reads data in an InputStream to a byte[]; data must be prefixed by <stx> and
terminated by <etx> (not included in resulting byte[]).
|
Copyright © 2018. All rights reserved.