Package com.rabbitmq.client.impl
Class AMQBasicProperties
- java.lang.Object
-
- com.rabbitmq.client.impl.AMQContentHeader
-
- com.rabbitmq.client.impl.AMQBasicProperties
-
- All Implemented Interfaces:
BasicProperties
,ContentHeader
,Cloneable
- Direct Known Subclasses:
AMQP.BasicProperties
public abstract class AMQBasicProperties extends AMQContentHeader implements BasicProperties
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AMQBasicProperties()
protected
AMQBasicProperties(DataInputStream in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
-
Methods inherited from class com.rabbitmq.client.impl.AMQContentHeader
appendPropertyDebugStringTo, getBodySize, toFrame, toString, writePropertiesTo
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.rabbitmq.client.BasicProperties
getAppId, getContentEncoding, getContentType, getCorrelationId, getDeliveryMode, getExpiration, getHeaders, getMessageId, getPriority, getReplyTo, getTimestamp, getType, getUserId
-
Methods inherited from interface com.rabbitmq.client.ContentHeader
getClassId, getClassName
-
-
-
-
Constructor Detail
-
AMQBasicProperties
protected AMQBasicProperties()
-
AMQBasicProperties
protected AMQBasicProperties(DataInputStream in) throws IOException
- Throws:
IOException
-
-
Method Detail
-
clone
public Object clone() throws CloneNotSupportedException
- Overrides:
clone
in classAMQContentHeader
- Throws:
CloneNotSupportedException
-
-