|
xmlBlaster 1.6.2 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.xmlBlaster.client.protocol.http.common.Msg
Encapsulates the xmlKey, content and qos.
| Field Summary | |
private byte[] |
content
|
private static byte[] |
EMPTY_BYTEARR
|
private static java.util.Hashtable |
EMPTY_MAP
|
private java.util.Hashtable |
key
|
private java.util.Hashtable |
qos
|
| Constructor Summary | |
Msg(java.util.Hashtable key,
byte[] content,
java.util.Hashtable qos)
|
|
| Method Summary | |
byte[] |
getContent()
Get the raw content, never null |
java.lang.String |
getContentStr()
Get the raw content, never null |
java.util.Hashtable |
getKey()
The message key, never null |
java.util.Hashtable |
getQos()
The message QoS, never null |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private static final transient java.util.Hashtable EMPTY_MAP
private static final transient byte[] EMPTY_BYTEARR
private final java.util.Hashtable qos
private final java.util.Hashtable key
private final byte[] content
| Constructor Detail |
public Msg(java.util.Hashtable key,
byte[] content,
java.util.Hashtable qos)
| Method Detail |
public java.util.Hashtable getKey()
public byte[] getContent()
public java.lang.String getContentStr()
public java.util.Hashtable getQos()
|
xmlBlaster 1.6.2 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||