public static class AMQP.Basic.BasicProperties extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
appId |
private int |
bitCount |
String |
clusterId |
String |
contentEncoding |
String |
contentType |
String |
correlationId |
int |
deliveryMode |
String |
expiration |
private int |
flag |
Map |
headers |
String |
messageId |
int |
priority |
String |
replyTo |
private static long |
serialVersionUID |
Date |
timestamp |
String |
type |
String |
userId |
Constructor and Description |
---|
AMQP.Basic.BasicProperties() |
Modifier and Type | Method and Description |
---|---|
void |
finishReadPresence() |
void |
finishWritePresence(AMQPOutputStream out) |
private void |
initReadPresence(AMQPInputStream in) |
void |
initWritePresence() |
void |
readFrom(AMQPInputStream in) |
private boolean |
readPresence() |
String |
toString() |
void |
writePresence(boolean present) |
void |
writeTo(AMQPOutputStream out) |
private static final long serialVersionUID
public String contentType
public String contentEncoding
public Map headers
public int deliveryMode
public int priority
public String correlationId
public String replyTo
public String expiration
public String messageId
public Date timestamp
public String type
public String userId
public String appId
public String clusterId
private int bitCount
private int flag
private void initReadPresence(AMQPInputStream in) throws IOException
IOException
private boolean readPresence() throws IOException
IOException
public void finishReadPresence() throws IOException
IOException
public void initWritePresence() throws IOException
IOException
public void writePresence(boolean present) throws IOException
IOException
public void finishWritePresence(AMQPOutputStream out) throws IOException
IOException
public void readFrom(AMQPInputStream in) throws IOException, SyntaxErrorException
IOException
SyntaxErrorException
public void writeTo(AMQPOutputStream out) throws IOException
IOException
Copyright © 2016 ScalAgent D.T.. All Rights Reserved.