Uses of Class
org.apache.qpid.server.protocol.v0_8.AMQShortString
-
Packages that use AMQShortString Package Description org.apache.qpid.server.protocol.v0_8 org.apache.qpid.server.protocol.v0_8.transport -
-
Uses of AMQShortString in org.apache.qpid.server.protocol.v0_8
Fields in org.apache.qpid.server.protocol.v0_8 declared as AMQShortString Modifier and Type Field Description static AMQShortStringAMQShortString. EMPTY_STRINGMethods in org.apache.qpid.server.protocol.v0_8 that return AMQShortString Modifier and Type Method Description static AMQShortStringAMQShortString. createAMQShortString(byte[] data)static AMQShortStringAMQShortString. createAMQShortString(java.lang.String string)AMQShortStringConsumerTarget_0_8. getConsumerTag()AMQShortStringIncomingMessage. getExchangeName()static AMQShortStringAMQShortString. readAMQShortString(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer)static AMQShortStringAMQShortString. validValueOf(java.lang.Object obj)static AMQShortStringAMQShortString. valueOf(java.lang.Object obj)static AMQShortStringAMQShortString. valueOf(java.lang.String obj)Methods in org.apache.qpid.server.protocol.v0_8 with parameters of type AMQShortString Modifier and Type Method Description intAMQShortString. compareTo(AMQShortString name)voidProtocolOutputConverter. confirmConsumerAutoClose(int channelId, AMQShortString consumerTag)voidProtocolOutputConverterImpl. confirmConsumerAutoClose(int channelId, AMQShortString consumerTag)static ConsumerTarget_0_8ConsumerTarget_0_8. createAckTarget(AMQChannel channel, AMQShortString consumerTag, FieldTable filters, FlowCreditManager_0_8 creditManager, boolean multiQueue)static ConsumerTarget_0_8ConsumerTarget_0_8. createBrowserTarget(AMQChannel channel, AMQShortString consumerTag, FieldTable filters, FlowCreditManager_0_8 creditManager, boolean multiQueue)static ConsumerTarget_0_8ConsumerTarget_0_8. createGetAckTarget(AMQChannel channel, AMQShortString consumerTag, FieldTable filters, FlowCreditManager_0_8 creditManager, ClientDeliveryMethod deliveryMethod)static ConsumerTarget_0_8ConsumerTarget_0_8. createGetNoAckTarget(AMQChannel channel, AMQShortString consumerTag, FieldTable filters, FlowCreditManager_0_8 creditManager, ClientDeliveryMethod deliveryMethod)static ConsumerTarget_0_8ConsumerTarget_0_8. createNoAckTarget(AMQChannel channel, AMQShortString consumerTag, FieldTable filters, FlowCreditManager_0_8 creditManager, boolean multiQueue)static intEncodingUtils. encodedShortStringLength(AMQShortString s)booleanAMQShortString. equals(AMQShortString otherString)voidAMQChannel. receiveAccessRequest(AMQShortString realm, boolean exclusive, boolean passive, boolean active, boolean write, boolean read)voidAMQChannel. receiveBasicCancel(AMQShortString consumerTag, boolean nowait)voidAMQChannel. receiveBasicConsume(AMQShortString queue, AMQShortString consumerTag, boolean noLocal, boolean noAck, boolean exclusive, boolean nowait, FieldTable arguments)voidAMQChannel. receiveBasicGet(AMQShortString queueName, boolean noAck)voidAMQChannel. receiveBasicPublish(AMQShortString exchangeName, AMQShortString routingKey, boolean mandatory, boolean immediate)voidAMQChannel. receiveChannelClose(int replyCode, AMQShortString replyText, int classId, int methodId)voidAMQPConnection_0_8Impl. receiveConnectionClose(int replyCode, AMQShortString replyText, int classId, int methodId)voidAMQPConnection_0_8Impl. receiveConnectionOpen(AMQShortString virtualHostName, AMQShortString capabilities, boolean insist)voidAMQPConnection_0_8Impl. receiveConnectionStartOk(FieldTable clientProperties, AMQShortString mechanism, byte[] response, AMQShortString locale)voidAMQChannel. receiveExchangeBound(AMQShortString exchangeName, AMQShortString routingKey, AMQShortString queueName)voidAMQChannel. receiveExchangeDeclare(AMQShortString exchangeName, AMQShortString type, boolean passive, boolean durable, boolean autoDelete, boolean internal, boolean nowait, FieldTable arguments)voidAMQChannel. receiveExchangeDelete(AMQShortString exchangeStr, boolean ifUnused, boolean nowait)voidAMQChannel. receiveQueueBind(AMQShortString queueName, AMQShortString exchange, AMQShortString bindingKey, boolean nowait, FieldTable argumentsTable)voidAMQChannel. receiveQueueDeclare(AMQShortString queueStr, boolean passive, boolean durable, boolean exclusive, boolean autoDelete, boolean nowait, FieldTable arguments)voidAMQChannel. receiveQueueDelete(AMQShortString queueName, boolean ifUnused, boolean ifEmpty, boolean nowait)voidAMQChannel. receiveQueuePurge(AMQShortString queueName, boolean nowait)voidAMQChannel. receiveQueueUnbind(AMQShortString queueName, AMQShortString exchange, AMQShortString bindingKey, FieldTable arguments)static java.lang.StringAMQShortString. toString(AMQShortString amqShortString)longProtocolOutputConverter. writeDeliver(AMQMessage msg, org.apache.qpid.server.message.InstanceProperties props, int channelId, long deliveryTag, AMQShortString consumerTag)longProtocolOutputConverterImpl. writeDeliver(AMQMessage msg, org.apache.qpid.server.message.InstanceProperties props, int channelId, long deliveryTag, AMQShortString consumerTag)voidProtocolOutputConverter. writeReturn(MessagePublishInfo messagePublishInfo, ContentHeaderBody header, org.apache.qpid.server.message.MessageContentSource msgContent, int channelId, int replyCode, AMQShortString replyText)voidProtocolOutputConverterImpl. writeReturn(MessagePublishInfo messagePublishInfo, ContentHeaderBody header, org.apache.qpid.server.message.MessageContentSource message, int channelId, int replyCode, AMQShortString replyText)static voidEncodingUtils. writeShortStringBytes(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, AMQShortString s)Constructors in org.apache.qpid.server.protocol.v0_8 with parameters of type AMQShortString Constructor Description ConsumerTarget_0_8(AMQChannel channel, AMQShortString consumerTag, FieldTable arguments, FlowCreditManager_0_8 creditManager, ClientDeliveryMethod deliveryMethod, boolean multiQueue)GetNoAckConsumer(AMQChannel channel, AMQShortString consumerTag, FieldTable filters, FlowCreditManager_0_8 creditManager, ClientDeliveryMethod deliveryMethod)NoAckConsumer(AMQChannel channel, AMQShortString consumerTag, FieldTable filters, FlowCreditManager_0_8 creditManager, ClientDeliveryMethod deliveryMethod, boolean multiQueue) -
Uses of AMQShortString in org.apache.qpid.server.protocol.v0_8.transport
Methods in org.apache.qpid.server.protocol.v0_8.transport with parameters of type AMQShortString Modifier and Type Method Description AccessRequestBodyMethodRegistry. createAccessRequestBody(AMQShortString realm, boolean exclusive, boolean passive, boolean active, boolean write, boolean read)BasicCancelBodyMethodRegistry. createBasicCancelBody(AMQShortString consumerTag, boolean nowait)BasicCancelOkBodyMethodRegistry. createBasicCancelOkBody(AMQShortString consumerTag)BasicConsumeOkBodyMethodRegistry. createBasicConsumeOkBody(AMQShortString consumerTag)BasicDeliverBodyMethodRegistry. createBasicDeliverBody(AMQShortString consumerTag, long deliveryTag, boolean redelivered, AMQShortString exchange, AMQShortString routingKey)BasicGetBodyMethodRegistry. createBasicGetBody(int ticket, AMQShortString queue, boolean noAck)BasicGetEmptyBodyMethodRegistry. createBasicGetEmptyBody(AMQShortString clusterId)BasicGetOkBodyMethodRegistry. createBasicGetOkBody(long deliveryTag, boolean redelivered, AMQShortString exchange, AMQShortString routingKey, long messageCount)BasicReturnBodyMethodRegistry. createBasicReturnBody(int replyCode, AMQShortString replyText, AMQShortString exchange, AMQShortString routingKey)ChannelAlertBodyMethodRegistry. createChannelAlertBody(int replyCode, AMQShortString replyText, FieldTable details)ChannelCloseBodyMethodRegistry. createChannelCloseBody(int replyCode, AMQShortString replyText, int classId, int methodId)ChannelOpenBodyMethodRegistry. createChannelOpenBody(AMQShortString outOfBand)ConnectionCloseBodyMethodRegistry. createConnectionCloseBody(int replyCode, AMQShortString replyText, int classId, int methodId)ConnectionOpenBodyMethodRegistry. createConnectionOpenBody(AMQShortString virtualHost, AMQShortString capabilities, boolean insist)ConnectionOpenOkBodyMethodRegistry. createConnectionOpenOkBody(AMQShortString knownHosts)ConnectionRedirectBodyMethodRegistry. createConnectionRedirectBody(AMQShortString host, AMQShortString knownHosts)ConnectionStartOkBodyMethodRegistry. createConnectionStartOkBody(FieldTable clientProperties, AMQShortString mechanism, byte[] response, AMQShortString locale)ExchangeBoundOkBodyMethodRegistry. createExchangeBoundOkBody(int replyCode, AMQShortString replyText)QueueDeclareOkBodyMethodRegistry. createQueueDeclareOkBody(AMQShortString queue, long messageCount, long consumerCount)QueuePurgeBodyMethodRegistry. createQueuePurgeBody(int ticket, AMQShortString queue, boolean nowait)QueueUnbindBodyMethodRegistry. createQueueUnbindBody(int ticket, AMQShortString queue, AMQShortString exchange, AMQShortString routingKey, FieldTable arguments)protected intAMQMethodBodyImpl. getSizeOf(AMQShortString string)voidServerChannelMethodProcessor. receiveAccessRequest(AMQShortString realm, boolean exclusive, boolean passive, boolean active, boolean write, boolean read)voidServerChannelMethodProcessor. receiveBasicCancel(AMQShortString consumerTag, boolean noWait)voidClientChannelMethodProcessor. receiveBasicCancelOk(AMQShortString consumerTag)voidServerChannelMethodProcessor. receiveBasicConsume(AMQShortString queue, AMQShortString consumerTag, boolean noLocal, boolean noAck, boolean exclusive, boolean nowait, FieldTable arguments)voidClientChannelMethodProcessor. receiveBasicConsumeOk(AMQShortString consumerTag)voidClientChannelMethodProcessor. receiveBasicDeliver(AMQShortString consumerTag, long deliveryTag, boolean redelivered, AMQShortString exchange, AMQShortString routingKey)voidServerChannelMethodProcessor. receiveBasicGet(AMQShortString queue, boolean noAck)voidClientChannelMethodProcessor. receiveBasicGetOk(long deliveryTag, boolean redelivered, AMQShortString exchange, AMQShortString routingKey, long messageCount)voidServerChannelMethodProcessor. receiveBasicPublish(AMQShortString exchange, AMQShortString routingKey, boolean mandatory, boolean immediate)voidClientChannelMethodProcessor. receiveBasicReturn(int replyCode, AMQShortString replyText, AMQShortString exchange, AMQShortString routingKey)voidClientChannelMethodProcessor. receiveChannelAlert(int replyCode, AMQShortString replyText, FieldTable details)voidChannelMethodProcessor. receiveChannelClose(int replyCode, AMQShortString replyText, int classId, int methodId)voidFrameCreatingMethodProcessor. receiveConnectionClose(int replyCode, AMQShortString replyText, int classId, int methodId)voidMethodProcessor. receiveConnectionClose(int replyCode, AMQShortString replyText, int classId, int methodId)voidFrameCreatingMethodProcessor. receiveConnectionOpen(AMQShortString virtualHost, AMQShortString capabilities, boolean insist)voidServerMethodProcessor. receiveConnectionOpen(AMQShortString virtualHost, AMQShortString capabilities, boolean insist)voidClientMethodProcessor. receiveConnectionOpenOk(AMQShortString knownHosts)voidFrameCreatingMethodProcessor. receiveConnectionOpenOk(AMQShortString knownHosts)voidClientMethodProcessor. receiveConnectionRedirect(AMQShortString host, AMQShortString knownHosts)voidFrameCreatingMethodProcessor. receiveConnectionRedirect(AMQShortString host, AMQShortString knownHosts)voidFrameCreatingMethodProcessor. receiveConnectionStartOk(FieldTable clientProperties, AMQShortString mechanism, byte[] response, AMQShortString locale)voidServerMethodProcessor. receiveConnectionStartOk(FieldTable clientProperties, AMQShortString mechanism, byte[] response, AMQShortString locale)voidServerChannelMethodProcessor. receiveExchangeBound(AMQShortString exchange, AMQShortString routingKey, AMQShortString queue)voidClientChannelMethodProcessor. receiveExchangeBoundOk(int replyCode, AMQShortString replyText)voidServerChannelMethodProcessor. receiveExchangeDeclare(AMQShortString exchange, AMQShortString type, boolean passive, boolean durable, boolean autoDelete, boolean internal, boolean nowait, FieldTable arguments)voidServerChannelMethodProcessor. receiveExchangeDelete(AMQShortString exchange, boolean ifUnused, boolean nowait)voidServerChannelMethodProcessor. receiveQueueBind(AMQShortString queue, AMQShortString exchange, AMQShortString bindingKey, boolean nowait, FieldTable arguments)voidServerChannelMethodProcessor. receiveQueueDeclare(AMQShortString queue, boolean passive, boolean durable, boolean exclusive, boolean autoDelete, boolean nowait, FieldTable arguments)voidClientChannelMethodProcessor. receiveQueueDeclareOk(AMQShortString queue, long messageCount, long consumerCount)voidServerChannelMethodProcessor. receiveQueueDelete(AMQShortString queue, boolean ifUnused, boolean ifEmpty, boolean nowait)voidServerChannelMethodProcessor. receiveQueuePurge(AMQShortString queue, boolean nowait)voidServerChannelMethodProcessor. receiveQueueUnbind(AMQShortString queue, AMQShortString exchange, AMQShortString bindingKey, FieldTable arguments)voidBasicContentHeaderProperties. setAppId(AMQShortString appId)voidBasicContentHeaderProperties. setClusterId(AMQShortString clusterId)voidBasicContentHeaderProperties. setContentType(AMQShortString contentType)voidBasicContentHeaderProperties. setCorrelationId(AMQShortString correlationId)voidBasicContentHeaderProperties. setEncoding(AMQShortString encoding)voidMessagePublishInfo. setExchange(AMQShortString exchange)voidBasicContentHeaderProperties. setMessageId(AMQShortString messageId)voidBasicContentHeaderProperties. setReplyTo(AMQShortString replyTo)voidMessagePublishInfo. setRoutingKey(AMQShortString routingKey)voidBasicContentHeaderProperties. setType(AMQShortString type)voidBasicContentHeaderProperties. setUserId(AMQShortString userId)protected voidAMQMethodBodyImpl. writeAMQShortString(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, AMQShortString string)Constructors in org.apache.qpid.server.protocol.v0_8.transport with parameters of type AMQShortString Constructor Description AccessRequestBody(AMQShortString realm, boolean exclusive, boolean passive, boolean active, boolean write, boolean read)BasicCancelBody(AMQShortString consumerTag, boolean nowait)BasicCancelOkBody(AMQShortString consumerTag)BasicConsumeBody(int ticket, AMQShortString queue, AMQShortString consumerTag, boolean noLocal, boolean noAck, boolean exclusive, boolean nowait, FieldTable arguments)BasicConsumeOkBody(AMQShortString consumerTag)BasicDeliverBody(AMQShortString consumerTag, long deliveryTag, boolean redelivered, AMQShortString exchange, AMQShortString routingKey)BasicGetBody(int ticket, AMQShortString queue, boolean noAck)BasicGetEmptyBody(AMQShortString clusterId)BasicGetOkBody(long deliveryTag, boolean redelivered, AMQShortString exchange, AMQShortString routingKey, long messageCount)BasicPublishBody(int ticket, AMQShortString exchange, AMQShortString routingKey, boolean mandatory, boolean immediate)BasicReturnBody(int replyCode, AMQShortString replyText, AMQShortString exchange, AMQShortString routingKey)ChannelAlertBody(int replyCode, AMQShortString replyText, FieldTable details)ChannelCloseBody(int replyCode, AMQShortString replyText, int classId, int methodId)ConnectionCloseBody(ProtocolVersion protocolVersion, int replyCode, AMQShortString replyText, int classId, int methodId)ConnectionOpenBody(AMQShortString virtualHost, AMQShortString capabilities, boolean insist)ConnectionOpenOkBody(AMQShortString knownHosts)ConnectionRedirectBody(ProtocolVersion protocolVersion, AMQShortString host, AMQShortString knownHosts)ConnectionStartOkBody(FieldTable clientProperties, AMQShortString mechanism, byte[] response, AMQShortString locale)ExchangeBoundBody(AMQShortString exchange, AMQShortString routingKey, AMQShortString queue)ExchangeBoundOkBody(int replyCode, AMQShortString replyText)ExchangeDeclareBody(int ticket, AMQShortString exchange, AMQShortString type, boolean passive, boolean durable, boolean autoDelete, boolean internal, boolean nowait, FieldTable arguments)ExchangeDeleteBody(int ticket, AMQShortString exchange, boolean ifUnused, boolean nowait)MessagePublishInfo(AMQShortString exchange, boolean immediate, boolean mandatory, AMQShortString routingKey)QueueBindBody(int ticket, AMQShortString queue, AMQShortString exchange, AMQShortString routingKey, boolean nowait, FieldTable arguments)QueueDeclareBody(int ticket, AMQShortString queue, boolean passive, boolean durable, boolean exclusive, boolean autoDelete, boolean nowait, FieldTable arguments)QueueDeclareOkBody(AMQShortString queue, long messageCount, long consumerCount)QueueDeleteBody(int ticket, AMQShortString queue, boolean ifUnused, boolean ifEmpty, boolean nowait)QueuePurgeBody(int ticket, AMQShortString queue, boolean nowait)QueueUnbindBody(int ticket, AMQShortString queue, AMQShortString exchange, AMQShortString routingKey, FieldTable arguments)
-