Package net.sf.jbaobab.io.impl

Contains rough implementations of some wide-spread protocols.

See:
          Description

Class Summary
ByteArraySeperator A Seperator that takes byte array as delimeter.
CRLFSeperator A Seperator that takes CRLF/LF as delimeter.
FixedLengthSeperator A Seperator that seperates incoming bytes with given byte length.
RoughHttpPacket An object that represents HTTP packets very roughly.
RoughHttpProtocol A Protocol that implements HTTP/1.0 very roughly.
StringTranslator A Translator that translates ByteBuffer to String.
 

Package net.sf.jbaobab.io.impl Description

Contains rough implementations of some wide-spread protocols.