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