Uses of Class
org.springframework.integration.ip.tcp.serializer.ByteArraySingleTerminatorSerializer
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 ByteArraySingleTerminatorSerializer in org.springframework.integration.ip.tcp.serializer
Modifier and TypeClassDescriptionclass
TheByteArraySingleTerminatorSerializer
extension for theLF
message delimiter.Modifier and TypeMethodDescriptionTcpCodecs.singleTerminator
(byte terminator) Return a serializer with the default max message size for deserialization.TcpCodecs.singleTerminator
(byte terminator, int maxMessageSize) Return a serializer with the provided max message size for deserialization.