Module id.ICE
Package id.ICE.scanners
-
Interface Summary Interface Description MessageScanner Message scanner allows message server to find where one message ends and another begins. -
Class Summary Class Description DelimiterMessageScanner Scanner for messages where each message is represented as a single line ending with some delimiter char (ex.FixedLengthMessageScanner This scanner is useful when all incoming messages have fixed length.NewLineMessageScanner Scanner for messages where each message is represented as a single line ending with new line (ex.VarLengthMessageScanner This scanner treats all data which was written into the buffer so far as one single message.