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