com.rabbitmq.client.impl
Class AMQTunnelProperties

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

public abstract class AMQTunnelProperties
extends AMQContentHeader
implements TunnelProperties


Constructor Summary
AMQTunnelProperties()
           
 
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.TunnelProperties
getBroadcast, getDataName, getDurable, getHeaders, getProxyName, setBroadcast, setDataName, setDurable, setHeaders, setProxyName
 
Methods inherited from interface com.rabbitmq.client.ContentHeader
getClassId, getClassName
 

Constructor Detail

AMQTunnelProperties

public AMQTunnelProperties()
Method Detail

clone

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