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, wait
getClassId, getClassName
protected AMQContentHeader()
protected AMQContentHeader(DataInputStream in) throws IOException
IOException
public long getBodySize()
public abstract void writePropertiesTo(ContentHeaderPropertyWriter writer) throws IOException
IOException
public void appendPropertyDebugStringTo(StringBuilder acc)
appendPropertyDebugStringTo
in interface ContentHeader
acc
- a place to append the properties as a stringpublic Frame toFrame(int channelNumber, long bodySize) throws IOException
AMQCommand.transmit(com.rabbitmq.client.impl.AMQChannel)
IOException
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.