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

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

Uses of AccessRequestBody in org.apache.qpid.framing
 

Methods in org.apache.qpid.framing that return AccessRequestBody
 AccessRequestBody AMQMethodFactory.createAccessRequest(boolean active, boolean exclusive, boolean passive, boolean read, AMQShortString realm, boolean write)
           
 

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement AccessRequestBody
 class AccessRequestBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return AccessRequestBody
 AccessRequestBody MethodRegistry_0_9.createAccessRequestBody(AMQShortString realm, boolean exclusive, boolean passive, boolean active, boolean write, boolean read)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return AccessRequestBody
 AccessRequestBody MethodRegistry_8_0.createAccessRequestBody(AMQShortString realm, boolean exclusive, boolean passive, boolean active, boolean write, boolean read)
           
 

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



Licensed to the Apache Software Foundation