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