Package | Description |
---|---|
org.springframework.integration.ip.tcp.serializer |
Byte array (de)serializers for putting some protocol on the
wire so that incoming messages can be constructed from stream data.
|
Class and Description |
---|
AbstractByteArraySerializer
Base class for (de)serializers that provide a mechanism to
reconstruct a byte array from an arbitrary stream.
|
ByteArraySingleTerminatorSerializer
Reads data in an InputStream to a byte[]; data must be terminated by a single
byte (not included in resulting byte[]).
|
SoftEndOfStreamException
Used to communicate that a stream has closed, but between logical
messages.
|
Copyright © 2018. All rights reserved.