Uses of Class
org.springframework.integration.ip.tcp.serializer.ByteArrayLfSerializer
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 ByteArrayLfSerializer in org.springframework.integration.ip.tcp.serializer
Modifier and TypeFieldDescriptionstatic final ByteArrayLfSerializer
ByteArrayLfSerializer.INSTANCE
A single reusable instance.Modifier and TypeMethodDescriptionstatic ByteArrayLfSerializer
TcpCodecs.lf()
Return a serializer with the default max message size for deserialization.static ByteArrayLfSerializer
TcpCodecs.lf
(int maxMessageSize) Return a serializer with the provided max message size for deserialization.