public abstract class AMQContentHeader extends Object implements ContentHeader
| Modifier | Constructor and Description |
|---|---|
protected |
AMQContentHeader() |
protected |
AMQContentHeader(DataInputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendPropertyDebugStringTo(StringBuilder acc)
Public API - A debugging utility - enable properties to be appended to a string buffer for use as trace messages.
|
Object |
clone() |
long |
getBodySize() |
Frame |
toFrame(int channelNumber,
long bodySize)
Private API - Called by
AMQCommand.transmit(com.rabbitmq.client.impl.AMQChannel) |
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(DataInputStream in) throws IOException
IOExceptionpublic long getBodySize()
public abstract void writePropertiesTo(ContentHeaderPropertyWriter writer) throws IOException
IOExceptionpublic void appendPropertyDebugStringTo(StringBuilder acc)
appendPropertyDebugStringTo in interface ContentHeaderacc - a place to append the properties as a stringpublic Frame toFrame(int channelNumber, long bodySize) throws IOException
AMQCommand.transmit(com.rabbitmq.client.impl.AMQChannel)IOExceptionpublic Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionCopyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.