|
Spring Integration | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
AbstractByteArrayStreamingConverter | Base class for streaming converters that convert to/from a byte array. |
ByteArrayCrLfConverter | Converts data in an InputStream to a byte[]; data is terminated by \r\n (not included in resulting byte[]). |
ByteArrayLengthHeaderConverter | Converts data in an InputStream to a byte[]; data is preceded by a 4 byte binary length (network byte order, not included in resulting byte[]). |
ByteArrayStxEtxConverter | Converts data in an InputStream to a byte[]; data is prefixed by <stx> and terminated by <etx> (not included in resulting byte[]). |
Exception Summary | |
---|---|
SoftEndOfStreamException | Used to communicate that a stream has closed, but between logical messages. |
Byte array converters for putting some protocol on the wire so we can delimit incoming messages.
|
Spring Integration | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |