public class AmqpHeader extends Object
Constructor and Description |
---|
AmqpHeader() |
AmqpHeader(org.fusesource.hawtbuf.Buffer buffer) |
Modifier and Type | Method and Description |
---|---|
org.fusesource.hawtbuf.Buffer |
getBuffer() |
int |
getMajor() |
int |
getMinor() |
int |
getProtocolId() |
int |
getRevision() |
void |
setBuffer(org.fusesource.hawtbuf.Buffer value) |
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 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)
Copyright © 2016 The Apache Software Foundation. All rights reserved.