Package com.swiftmq.net.protocol
package com.swiftmq.net.protocol
-
ClassDescriptionAn ChunkListener is responsible to pass a chunk from the ProtocolInputHandler to a Swiftlet.An OutputListener is responsible to write bytes to the network.A ProtocolInputHandler receives bytes in form of byte arrays from the Network Swiftlet.A ProtocolOutputHandler is the complement to a ProtocolInputHandler and responsible for protocol specific packaging before data is sent to the network.