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

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

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

Classes in org.apache.qpid.framing.amqp_0_9 that implement TunnelRequestBody
 class TunnelRequestBodyImpl
           
 

Methods in org.apache.qpid.framing.amqp_0_9 that return TunnelRequestBody
 TunnelRequestBody MethodRegistry_0_9.createTunnelRequestBody(FieldTable metaData)
           
 

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

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

Methods in org.apache.qpid.framing.amqp_8_0 that return TunnelRequestBody
 TunnelRequestBody MethodRegistry_8_0.createTunnelRequestBody(FieldTable metaData)
           
 

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



Licensed to the Apache Software Foundation