Uses of Interface
org.apache.qpid.framing.ConnectionCloseBody

Packages that use ConnectionCloseBody
org.apache.qpid.framing   
org.apache.qpid.framing.amqp_0_9   
org.apache.qpid.framing.amqp_0_91   
org.apache.qpid.framing.amqp_8_0   
 

Uses of ConnectionCloseBody in org.apache.qpid.framing
 

Methods in org.apache.qpid.framing that return ConnectionCloseBody
 ConnectionCloseBody AMQMethodFactory.createConnectionClose()
           
abstract  ConnectionCloseBody MethodRegistry.createConnectionCloseBody(int replyCode, AMQShortString replyText, int classId, int methodId)
           
 

Methods in org.apache.qpid.framing with parameters of type ConnectionCloseBody
 boolean ClientMethodDispatcher.dispatchConnectionClose(ConnectionCloseBody body, int channelId)
           
 boolean ServerMethodDispatcher.dispatchConnectionClose(ConnectionCloseBody body, int channelId)
           
 

Uses of ConnectionCloseBody in org.apache.qpid.framing.amqp_0_9
 

Classes in org.apache.qpid.framing.amqp_0_9 that implement ConnectionCloseBody
 class ConnectionCloseBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return ConnectionCloseBody
 ConnectionCloseBody MethodRegistry_0_9.createConnectionCloseBody(int replyCode, AMQShortString replyText, int classId, int methodId)
           
 

Methods in org.apache.qpid.framing.amqp_0_9 with parameters of type ConnectionCloseBody
 boolean ClientMethodDispatcher_0_9.dispatchConnectionClose(ConnectionCloseBody body, int channelId)
           
 boolean ServerMethodDispatcher_0_9.dispatchConnectionClose(ConnectionCloseBody body, int channelId)
           
 

Uses of ConnectionCloseBody in org.apache.qpid.framing.amqp_0_91
 

Methods in org.apache.qpid.framing.amqp_0_91 that return ConnectionCloseBody
 ConnectionCloseBody MethodRegistry_0_91.createConnectionCloseBody(int replyCode, AMQShortString replyText, int classId, int methodId)
           
 

Methods in org.apache.qpid.framing.amqp_0_91 with parameters of type ConnectionCloseBody
 boolean ClientMethodDispatcher_0_91.dispatchConnectionClose(ConnectionCloseBody body, int channelId)
           
 boolean ServerMethodDispatcher_0_91.dispatchConnectionClose(ConnectionCloseBody body, int channelId)
           
 

Uses of ConnectionCloseBody in org.apache.qpid.framing.amqp_8_0
 

Methods in org.apache.qpid.framing.amqp_8_0 that return ConnectionCloseBody
 ConnectionCloseBody MethodRegistry_8_0.createConnectionCloseBody(int replyCode, AMQShortString replyText, int classId, int methodId)
           
 

Methods in org.apache.qpid.framing.amqp_8_0 with parameters of type ConnectionCloseBody
 boolean ClientMethodDispatcher_8_0.dispatchConnectionClose(ConnectionCloseBody body, int channelId)
           
 boolean ServerMethodDispatcher_8_0.dispatchConnectionClose(ConnectionCloseBody body, int channelId)
           
 



Licensed to the Apache Software Foundation