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

Packages that use ConnectionRedirectBody
org.apache.qpid.framing.amqp_0_9   
org.apache.qpid.framing.amqp_8_0   
 

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement ConnectionRedirectBody
 class ConnectionRedirectBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return ConnectionRedirectBody
 ConnectionRedirectBody MethodRegistry_0_9.createConnectionRedirectBody(AMQShortString host, AMQShortString knownHosts)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return ConnectionRedirectBody
 ConnectionRedirectBody MethodRegistry_8_0.createConnectionRedirectBody(AMQShortString host, AMQShortString knownHosts)
           
 

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



Licensed to the Apache Software Foundation