com.rabbitmq.client.impl
Class AMQFileProperties

java.lang.Object
  extended by com.rabbitmq.client.impl.AMQContentHeader
      extended by com.rabbitmq.client.impl.AMQFileProperties
All Implemented Interfaces:
ContentHeader, FileProperties, java.lang.Cloneable
Direct Known Subclasses:
AMQP.FileProperties

public abstract class AMQFileProperties
extends AMQContentHeader
implements FileProperties


Constructor Summary
AMQFileProperties()
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class com.rabbitmq.client.impl.AMQContentHeader
appendPropertyDebugStringTo, readFrom, readPropertiesFrom, toFrame, toString, writePropertiesTo, writeTo
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.rabbitmq.client.FileProperties
getClusterId, getContentEncoding, getContentType, getFilename, getHeaders, getMessageId, getPriority, getReplyTo, getTimestamp, setClusterId, setContentEncoding, setContentType, setFilename, setHeaders, setMessageId, setPriority, setReplyTo, setTimestamp
 
Methods inherited from interface com.rabbitmq.client.ContentHeader
getClassId, getClassName
 

Constructor Detail

AMQFileProperties

public AMQFileProperties()
Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Overrides:
clone in class AMQContentHeader
Throws:
java.lang.CloneNotSupportedException