| Package | Description |
|---|---|
| org.apache.qpid.proton.hawtdispatch.api |
| Modifier and Type | Method and Description |
|---|---|
static QoS |
QoS.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QoS[] |
QoS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AmqpReceiver |
AmqpSession.createReceiver(Source source,
QoS qos) |
AmqpReceiver |
AmqpSession.createReceiver(Source source,
QoS qos,
int prefetch) |
AmqpReceiver |
AmqpSession.createReceiver(Source source,
QoS qos,
int prefetch,
java.lang.String name) |
AmqpSender |
AmqpSession.createSender(Target target,
QoS qos) |
AmqpSender |
AmqpSession.createSender(Target target,
QoS qos,
java.lang.String name) |
| Constructor and Description |
|---|
AmqpReceiver(AmqpSession parent,
ReceiverImpl receiver,
QoS qos) |
AmqpSender(AmqpSession parent,
SenderImpl sender,
QoS qos) |
Copyright © 2013 FuseSource, Corp.. All Rights Reserved.