public class MethodRegistry_8_0 extends MethodRegistry
registry_0_9, registry_0_91, registry_8_0| Constructor and Description |
|---|
MethodRegistry_8_0() |
MethodRegistry_8_0(ProtocolVersion pv) |
getMethodRegistrypublic MethodRegistry_8_0()
public MethodRegistry_8_0(ProtocolVersion pv)
public AMQMethodBody convertToBody(MarkableDataInput in, long size) throws AMQFrameDecodingException, IOException
convertToBody in class MethodRegistryAMQFrameDecodingExceptionIOExceptionpublic int getMaxClassId()
getMaxClassId in class MethodRegistrypublic int getMaxMethodId(int classId)
getMaxMethodId in class MethodRegistrypublic ConnectionStartBody createConnectionStartBody(short versionMajor, short versionMinor, FieldTable serverProperties, byte[] mechanisms, byte[] locales)
createConnectionStartBody in class MethodRegistrypublic ConnectionStartOkBody createConnectionStartOkBody(FieldTable clientProperties, AMQShortString mechanism, byte[] response, AMQShortString locale)
createConnectionStartOkBody in class MethodRegistrypublic ConnectionSecureBody createConnectionSecureBody(byte[] challenge)
createConnectionSecureBody in class MethodRegistrypublic ConnectionSecureOkBody createConnectionSecureOkBody(byte[] response)
createConnectionSecureOkBody in class MethodRegistrypublic ConnectionTuneBody createConnectionTuneBody(int channelMax, long frameMax, int heartbeat)
createConnectionTuneBody in class MethodRegistrypublic ConnectionTuneOkBody createConnectionTuneOkBody(int channelMax, long frameMax, int heartbeat)
createConnectionTuneOkBody in class MethodRegistrypublic ConnectionOpenBody createConnectionOpenBody(AMQShortString virtualHost, AMQShortString capabilities, boolean insist)
createConnectionOpenBody in class MethodRegistrypublic ConnectionOpenOkBody createConnectionOpenOkBody(AMQShortString knownHosts)
createConnectionOpenOkBody in class MethodRegistrypublic ConnectionRedirectBody createConnectionRedirectBody(AMQShortString host, AMQShortString knownHosts)
public ConnectionCloseBody createConnectionCloseBody(int replyCode, AMQShortString replyText, int classId, int methodId)
createConnectionCloseBody in class MethodRegistrypublic ConnectionCloseOkBody createConnectionCloseOkBody()
createConnectionCloseOkBody in class MethodRegistrypublic ChannelOpenBody createChannelOpenBody(AMQShortString outOfBand)
createChannelOpenBody in class MethodRegistrypublic ChannelOpenOkBody createChannelOpenOkBody()
public ChannelFlowBody createChannelFlowBody(boolean active)
createChannelFlowBody in class MethodRegistrypublic ChannelFlowOkBody createChannelFlowOkBody(boolean active)
createChannelFlowOkBody in class MethodRegistrypublic ChannelAlertBody createChannelAlertBody(int replyCode, AMQShortString replyText, FieldTable details)
public ChannelCloseBody createChannelCloseBody(int replyCode, AMQShortString replyText, int classId, int methodId)
createChannelCloseBody in class MethodRegistrypublic ChannelCloseOkBody createChannelCloseOkBody()
createChannelCloseOkBody in class MethodRegistrypublic AccessRequestBody createAccessRequestBody(AMQShortString realm, boolean exclusive, boolean passive, boolean active, boolean write, boolean read)
public AccessRequestOkBody createAccessRequestOkBody(int ticket)
public ExchangeDeclareBody createExchangeDeclareBody(int ticket, AMQShortString exchange, AMQShortString type, boolean passive, boolean durable, boolean autoDelete, boolean internal, boolean nowait, FieldTable arguments)
createExchangeDeclareBody in class MethodRegistrypublic ExchangeDeclareOkBody createExchangeDeclareOkBody()
createExchangeDeclareOkBody in class MethodRegistrypublic ExchangeDeleteBody createExchangeDeleteBody(int ticket, AMQShortString exchange, boolean ifUnused, boolean nowait)
createExchangeDeleteBody in class MethodRegistrypublic ExchangeDeleteOkBody createExchangeDeleteOkBody()
createExchangeDeleteOkBody in class MethodRegistrypublic ExchangeBoundBody createExchangeBoundBody(AMQShortString exchange, AMQShortString routingKey, AMQShortString queue)
createExchangeBoundBody in class MethodRegistrypublic ExchangeBoundOkBody createExchangeBoundOkBody(int replyCode, AMQShortString replyText)
createExchangeBoundOkBody in class MethodRegistrypublic QueueDeclareBody createQueueDeclareBody(int ticket, AMQShortString queue, boolean passive, boolean durable, boolean exclusive, boolean autoDelete, boolean nowait, FieldTable arguments)
createQueueDeclareBody in class MethodRegistrypublic QueueDeclareOkBody createQueueDeclareOkBody(AMQShortString queue, long messageCount, long consumerCount)
createQueueDeclareOkBody in class MethodRegistrypublic QueueBindBody createQueueBindBody(int ticket, AMQShortString queue, AMQShortString exchange, AMQShortString routingKey, boolean nowait, FieldTable arguments)
createQueueBindBody in class MethodRegistrypublic QueueBindOkBody createQueueBindOkBody()
createQueueBindOkBody in class MethodRegistrypublic QueuePurgeBody createQueuePurgeBody(int ticket, AMQShortString queue, boolean nowait)
createQueuePurgeBody in class MethodRegistrypublic QueuePurgeOkBody createQueuePurgeOkBody(long messageCount)
createQueuePurgeOkBody in class MethodRegistrypublic QueueDeleteBody createQueueDeleteBody(int ticket, AMQShortString queue, boolean ifUnused, boolean ifEmpty, boolean nowait)
createQueueDeleteBody in class MethodRegistrypublic QueueDeleteOkBody createQueueDeleteOkBody(long messageCount)
createQueueDeleteOkBody in class MethodRegistrypublic BasicQosBody createBasicQosBody(long prefetchSize, int prefetchCount, boolean global)
createBasicQosBody in class MethodRegistrypublic BasicQosOkBody createBasicQosOkBody()
createBasicQosOkBody in class MethodRegistrypublic BasicConsumeBody createBasicConsumeBody(int ticket, AMQShortString queue, AMQShortString consumerTag, boolean noLocal, boolean noAck, boolean exclusive, boolean nowait, FieldTable arguments)
createBasicConsumeBody in class MethodRegistrypublic BasicConsumeOkBody createBasicConsumeOkBody(AMQShortString consumerTag)
createBasicConsumeOkBody in class MethodRegistrypublic BasicCancelBody createBasicCancelBody(AMQShortString consumerTag, boolean nowait)
createBasicCancelBody in class MethodRegistrypublic BasicCancelOkBody createBasicCancelOkBody(AMQShortString consumerTag)
createBasicCancelOkBody in class MethodRegistrypublic BasicPublishBody createBasicPublishBody(int ticket, AMQShortString exchange, AMQShortString routingKey, boolean mandatory, boolean immediate)
createBasicPublishBody in class MethodRegistrypublic BasicReturnBody createBasicReturnBody(int replyCode, AMQShortString replyText, AMQShortString exchange, AMQShortString routingKey)
createBasicReturnBody in class MethodRegistrypublic BasicDeliverBody createBasicDeliverBody(AMQShortString consumerTag, long deliveryTag, boolean redelivered, AMQShortString exchange, AMQShortString routingKey)
createBasicDeliverBody in class MethodRegistrypublic BasicGetBody createBasicGetBody(int ticket, AMQShortString queue, boolean noAck)
createBasicGetBody in class MethodRegistrypublic BasicGetOkBody createBasicGetOkBody(long deliveryTag, boolean redelivered, AMQShortString exchange, AMQShortString routingKey, long messageCount)
createBasicGetOkBody in class MethodRegistrypublic BasicGetEmptyBody createBasicGetEmptyBody(AMQShortString clusterId)
createBasicGetEmptyBody in class MethodRegistrypublic BasicAckBody createBasicAckBody(long deliveryTag, boolean multiple)
createBasicAckBody in class MethodRegistrypublic BasicRejectBody createBasicRejectBody(long deliveryTag, boolean requeue)
createBasicRejectBody in class MethodRegistrypublic BasicRecoverBody createBasicRecoverBody(boolean requeue)
createBasicRecoverBody in class MethodRegistrypublic BasicRecoverOkBody createBasicRecoverOkBody()
public FileQosBody createFileQosBody(long prefetchSize, int prefetchCount, boolean global)
public FileQosOkBody createFileQosOkBody()
public FileConsumeBody createFileConsumeBody(int ticket, AMQShortString queue, AMQShortString consumerTag, boolean noLocal, boolean noAck, boolean exclusive, boolean nowait)
public FileConsumeOkBody createFileConsumeOkBody(AMQShortString consumerTag)
public FileCancelBody createFileCancelBody(AMQShortString consumerTag, boolean nowait)
public FileCancelOkBody createFileCancelOkBody(AMQShortString consumerTag)
public FileOpenBody createFileOpenBody(AMQShortString identifier, long contentSize)
public FileOpenOkBody createFileOpenOkBody(long stagedSize)
public FileStageBody createFileStageBody()
public FilePublishBody createFilePublishBody(int ticket, AMQShortString exchange, AMQShortString routingKey, boolean mandatory, boolean immediate, AMQShortString identifier)
public FileReturnBody createFileReturnBody(int replyCode, AMQShortString replyText, AMQShortString exchange, AMQShortString routingKey)
public FileDeliverBody createFileDeliverBody(AMQShortString consumerTag, long deliveryTag, boolean redelivered, AMQShortString exchange, AMQShortString routingKey, AMQShortString identifier)
public FileAckBody createFileAckBody(long deliveryTag, boolean multiple)
public FileRejectBody createFileRejectBody(long deliveryTag, boolean requeue)
public StreamQosBody createStreamQosBody(long prefetchSize, int prefetchCount, long consumeRate, boolean global)
public StreamQosOkBody createStreamQosOkBody()
public StreamConsumeBody createStreamConsumeBody(int ticket, AMQShortString queue, AMQShortString consumerTag, boolean noLocal, boolean exclusive, boolean nowait)
public StreamConsumeOkBody createStreamConsumeOkBody(AMQShortString consumerTag)
public StreamCancelBody createStreamCancelBody(AMQShortString consumerTag, boolean nowait)
public StreamCancelOkBody createStreamCancelOkBody(AMQShortString consumerTag)
public StreamPublishBody createStreamPublishBody(int ticket, AMQShortString exchange, AMQShortString routingKey, boolean mandatory, boolean immediate)
public StreamReturnBody createStreamReturnBody(int replyCode, AMQShortString replyText, AMQShortString exchange, AMQShortString routingKey)
public StreamDeliverBody createStreamDeliverBody(AMQShortString consumerTag, long deliveryTag, AMQShortString exchange, AMQShortString queue)
public TxSelectBody createTxSelectBody()
createTxSelectBody in class MethodRegistrypublic TxSelectOkBody createTxSelectOkBody()
createTxSelectOkBody in class MethodRegistrypublic TxCommitBody createTxCommitBody()
createTxCommitBody in class MethodRegistrypublic TxCommitOkBody createTxCommitOkBody()
createTxCommitOkBody in class MethodRegistrypublic TxRollbackBody createTxRollbackBody()
createTxRollbackBody in class MethodRegistrypublic TxRollbackOkBody createTxRollbackOkBody()
createTxRollbackOkBody in class MethodRegistrypublic DtxSelectBody createDtxSelectBody()
public DtxSelectOkBody createDtxSelectOkBody()
public DtxStartBody createDtxStartBody(AMQShortString dtxIdentifier)
public DtxStartOkBody createDtxStartOkBody()
public TunnelRequestBody createTunnelRequestBody(FieldTable metaData)
public TestIntegerBody createTestIntegerBody(short integer1, int integer2, long integer3, long integer4, short operation)
public TestIntegerOkBody createTestIntegerOkBody(long result)
public TestStringBody createTestStringBody(AMQShortString string1, byte[] string2, short operation)
public TestStringOkBody createTestStringOkBody(byte[] result)
public TestTableBody createTestTableBody(FieldTable table, short integerOp, short stringOp)
public TestTableOkBody createTestTableOkBody(long integerResult, byte[] stringResult)
public TestContentBody createTestContentBody()
public TestContentOkBody createTestContentOkBody(long contentChecksum)
public ProtocolVersionMethodConverter getProtocolVersionMethodConverter()
getProtocolVersionMethodConverter in class MethodRegistryCopyright © 2006–2014 The Apache Software Foundation. All rights reserved.