|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContentHeader
Public API for abstract AMQP content header objects.
Method Summary | |
---|---|
void |
appendPropertyDebugStringTo(java.lang.StringBuilder buffer)
A debugging utility - enable properties to be appended to a string buffer for use as trace messages. |
int |
getClassId()
Retrieve the class ID (see the spec for a list of allowable IDs). |
java.lang.String |
getClassName()
Retrieve the class name, eg "basic" (see the spec for a list of these). |
Method Detail |
---|
int getClassId()
java.lang.String getClassName()
void appendPropertyDebugStringTo(java.lang.StringBuilder buffer)
buffer
- a place to append the properties as a string
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |