Package com.swiftmq.net.protocol.raw
-
Class Summary Class Description RawInputHandler A RawInputHandler handles a raw byte stream and pass them to a chunk listener on every call toput()
.RawOutputHandler A RawOutputHandler handles a raw byte stream and pass them to an output listener on every call toflush()
without any protocol specifiy actions.