In the example sumup

package org.apache.mina.example.sumup.codec;


The decoder has member variables

type, sequence, readHeader


Is it not the case that if the incoming message is fragmented that the decoder's member variables will be out of sync with the IoSession it is presented with??

Thanks

Reply via email to