com.rabbitmq.client.impl
Class AMQStreamProperties

java.lang.Object
  extended by com.rabbitmq.client.impl.AMQContentHeader
      extended by com.rabbitmq.client.impl.AMQStreamProperties
All Implemented Interfaces:
ContentHeader, StreamProperties, java.lang.Cloneable

public abstract class AMQStreamProperties
extends AMQContentHeader
implements StreamProperties


Constructor Summary
AMQStreamProperties()
           
 
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.StreamProperties
getContentEncoding, getContentType, getHeaders, getPriority, getTimestamp, setContentEncoding, setContentType, setHeaders, setPriority, setTimestamp
 
Methods inherited from interface com.rabbitmq.client.ContentHeader
getClassId, getClassName
 

Constructor Detail

AMQStreamProperties

public AMQStreamProperties()
Method Detail

clone

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