Module id.ICE

Package id.ICE.scanners


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