Spring Integration

Uses of Class
org.springframework.integration.ip.tcp.converter.AbstractByteArrayStreamingConverter

Packages that use AbstractByteArrayStreamingConverter
org.springframework.integration.ip.tcp.converter Byte array converters for putting some protocol on the wire so we can delimit incoming messages. 
 

Uses of AbstractByteArrayStreamingConverter in org.springframework.integration.ip.tcp.converter
 

Subclasses of AbstractByteArrayStreamingConverter in org.springframework.integration.ip.tcp.converter
 class ByteArrayCrLfConverter
          Converts data in an InputStream to a byte[]; data is terminated by \r\n (not included in resulting byte[]).
 class 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[]).
 class ByteArrayStxEtxConverter
          Converts data in an InputStream to a byte[]; data is prefixed by <stx> and terminated by <etx> (not included in resulting byte[]).
 


Spring Integration

Copyright © 2010. All Rights Reserved.