public class AmqpHeader extends Object
Constructor and Description |
---|
AmqpHeader() |
AmqpHeader(org.fusesource.hawtbuf.Buffer buffer) |
AmqpHeader(org.fusesource.hawtbuf.Buffer buffer,
boolean validate) |
Modifier and Type | Method and Description |
---|---|
org.fusesource.hawtbuf.Buffer |
getBuffer() |
int |
getMajor() |
int |
getMinor() |
int |
getProtocolId() |
int |
getRevision() |
boolean |
hasValidPrefix() |
void |
setBuffer(org.fusesource.hawtbuf.Buffer value) |
void |
setBuffer(org.fusesource.hawtbuf.Buffer value,
boolean validate) |
void |
setMajor(int value) |
void |
setMinor(int value) |
void |
setProtocolId(int value) |
void |
setRevision(int value) |
String |
toString() |
public AmqpHeader()
public AmqpHeader(org.fusesource.hawtbuf.Buffer buffer)
public AmqpHeader(org.fusesource.hawtbuf.Buffer buffer, boolean validate)
public int getProtocolId()
public void setProtocolId(int value)
public int getMajor()
public void setMajor(int value)
public int getMinor()
public void setMinor(int value)
public int getRevision()
public void setRevision(int value)
public org.fusesource.hawtbuf.Buffer getBuffer()
public void setBuffer(org.fusesource.hawtbuf.Buffer value)
public void setBuffer(org.fusesource.hawtbuf.Buffer value, boolean validate)
public boolean hasValidPrefix()
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.