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