Searched refs:messageHeaderLen (Results 1 – 1 of 1) sorted by relevance
136 final int messageHeaderLen; field in Main.Allocations147 messageHeaderLen = b.get() & 0xff; in Allocations()148 if (messageHeaderLen != 15) { in Allocations()149 … throw new IllegalArgumentException("Unexpected messageHeaderLen " + messageHeaderLen); in Allocations()167 return ("Allocations[message header len: " + messageHeaderLen + in toString()