Uses of Class
com.rabbitmq.client.impl.AMQCommand
-
Packages that use AMQCommand Package Description com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes. -
-
Uses of AMQCommand in com.rabbitmq.client.impl
Fields in com.rabbitmq.client.impl declared as AMQCommand Modifier and Type Field Description private AMQCommandAMQChannel. _commandCommand being assembledMethods in com.rabbitmq.client.impl that return AMQCommand Modifier and Type Method Description AMQCommandAMQChannel. exnWrappingRpc(Method m)Placeholder until we address bug 15786 (implementing a proper exception hierarchy).private AMQCommandAMQChannel. privateRpc(Method m)private AMQCommandAMQChannel. privateRpc(Method m, int timeout)AMQCommandAMQChannel. rpc(Method m)Protected API - sends aMethodto the broker and waits for the next in-bound Command from the broker: only for use from non-connection-MainLoop threads!AMQCommandAMQChannel. rpc(Method m, int timeout)AMQCommandChannelN. rpc(Method method)AMQCommandAMQChannel.SimpleBlockingRpcContinuation. transformReply(AMQCommand command)Methods in com.rabbitmq.client.impl with parameters of type AMQCommand Modifier and Type Method Description booleanAMQChannel.BlockingRpcContinuation. canHandleReply(AMQCommand command)booleanAMQChannel.RpcContinuation. canHandleReply(AMQCommand command)booleanCompletableFutureRpcWrapper. canHandleReply(AMQCommand command)booleanRpcContinuationRpcWrapper. canHandleReply(AMQCommand command)booleanRpcWrapper. canHandleReply(AMQCommand command)voidCompletableFutureRpcWrapper. complete(AMQCommand command)voidRpcContinuationRpcWrapper. complete(AMQCommand command)voidRpcWrapper. complete(AMQCommand command)voidAMQChannel.BlockingRpcContinuation. handleCommand(AMQCommand command)voidAMQChannel.RpcContinuation. handleCommand(AMQCommand command)voidAMQChannel. handleCompleteInboundCommand(AMQCommand command)Private API - handle a command which has been assembledvoidAMQChannel. quiescingTransmit(AMQCommand c)abstract TAMQChannel.BlockingRpcContinuation. transformReply(AMQCommand command)AMQCommandAMQChannel.SimpleBlockingRpcContinuation. transformReply(AMQCommand command)voidAMQChannel. transmit(AMQCommand c)
-