http://idk.i2p/javadoc-i2p/net/i2p/router/transport/udp/InboundMessageState.html
Field Summary Fields Modifier and Type Field Description static final int MAX_FRAGMENTS static final int MAX_PARTIAL_BITFIELD_BYTES 10 Constructor Summary Constructors Constructor Description InboundMessageState ( RouterContext ctx,
long messageId, Hash from) Only for Poison right now. InboundMessageState ( RouterContext ctx,
long messageId, Hash from,
byte[] data,
int off,
int len,
int fragmentNum,
boolean isLast) Create a new IMS and read in the data from the fragment.