> Can you explain why Context.setAttribute will not works? I suspect you want
> to add info once and keep it "forever"?
i think that every UDP packet gets its own Context object and attributes are
declared as private, not static, so data will not be shared between different
UDP packets.