Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.integration.ip.tcp.serializer Classes and Interfaces - 10 results found.
NameDescriptionTypePackageFramework
SoftEndOfStreamExceptionUsed to communicate that a stream has closed, but between logicalSince:2.Classorg.springframework.integration.ip.tcp.serializerSpring Integration
MapJsonSerializerSerializes a Map as JSON.Classorg.springframework.integration.ip.tcp.serializerSpring Integration
ByteArraySingleTerminatorSerializerReads data in an InputStream to a byte[]; data must be terminated by a singlebyte (not included in resulting byte[]).Classorg.springframework.integration.ip.tcp.serializerSpring Integration
ByteArrayStxEtxSerializerReads data in an InputStream to a byte[]; data must be prefixed by andterminated by (not included in resulting byte[]).Classorg.springframework.integration.ip.tcp.serializerSpring Integration
ByteArrayLfSerializerClassorg.springframework.integration.ip.tcp.serializerSpring Integration
ByteArrayRawSerializerA byte array (de)serializer that does nothing with the payload; sends it raw.Classorg.springframework.integration.ip.tcp.serializerSpring Integration
ByteArrayLengthHeaderSerializerReads data in an InputStream to a byte[]; data must be preceded bya binary length (network byte order, not included in resulting byte[]).Classorg.springframework.integration.ip.tcp.serializerSpring Integration
ByteArrayCrLfSerializerReads data in an InputStream to a byte[]; data must be terminated by \r\n(not included in resulting byte[]).Classorg.springframework.integration.ip.tcp.serializerSpring Integration
AbstractByteArraySerializerBase class for (de)serializers that provide a mechanism toreconstruct a byte array from an arbitrary stream.Classorg.springframework.integration.ip.tcp.serializerSpring Integration
TcpDeserializationExceptionEventEvent representing an exception while decoding an incoming stream.Classorg.springframework.integration.ip.tcp.serializerSpring Integration