public interface  org.apache.qpid.proton.engine.impl.AmqpHeader extends java.lang.Object
{
public static final byte[] HEADER;
public static final byte[] SASL_HEADER;
static void <clinit>()
{
byte[] v, v;
v = newarray (byte)[8];
v[0] = 65;
v[1] = 77;
v[2] = 81;
v[3] = 80;
v[4] = 0;
v[5] = 1;
v[6] = 0;
v[7] = 0;
<org.apache.qpid.proton.engine.impl.AmqpHeader: byte[] HEADER> = v;
v = newarray (byte)[8];
v[0] = 65;
v[1] = 77;
v[2] = 81;
v[3] = 80;
v[4] = 3;
v[5] = 1;
v[6] = 0;
v[7] = 0;
<org.apache.qpid.proton.engine.impl.AmqpHeader: byte[] SASL_HEADER> = v;
return;
}
}