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