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