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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement AccessRequestOkBody
 class AccessRequestOkBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return AccessRequestOkBody
 AccessRequestOkBody MethodRegistry_0_9.createAccessRequestOkBody(int ticket)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return AccessRequestOkBody
 AccessRequestOkBody MethodRegistry_8_0.createAccessRequestOkBody(int ticket)
           
 

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



Licensed to the Apache Software Foundation