public abstract class AMQContentHeader extends java.lang.Object implements ContentHeader
| Modifier | Constructor and Description |
|---|---|
protected |
AMQContentHeader() |
protected |
AMQContentHeader(java.io.DataInputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendPropertyDebugStringTo(java.lang.StringBuilder acc)
Public API - A debugging utility - enable properties to be appended to a string buffer for use as trace messages.
|
java.lang.Object |
clone() |
long |
getBodySize() |
Frame |
toFrame(int channelNumber,
long bodySize)
Private API - Called by
AMQCommand.transmit(com.rabbitmq.client.impl.AMQChannel) |
java.lang.String |
toString() |
abstract void |
writePropertiesTo(ContentHeaderPropertyWriter writer)
Private API - Autogenerated writer for this header
|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetClassId, getClassNameprotected AMQContentHeader()
protected AMQContentHeader(java.io.DataInputStream in)
throws java.io.IOException
java.io.IOExceptionpublic long getBodySize()
public abstract void writePropertiesTo(ContentHeaderPropertyWriter writer) throws java.io.IOException
java.io.IOExceptionpublic void appendPropertyDebugStringTo(java.lang.StringBuilder acc)
appendPropertyDebugStringTo in interface ContentHeaderacc - a place to append the properties as a stringpublic java.lang.String toString()
toString in class java.lang.Objectpublic Frame toFrame(int channelNumber, long bodySize) throws java.io.IOException
AMQCommand.transmit(com.rabbitmq.client.impl.AMQChannel)java.io.IOExceptionpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedException