Package | Description |
---|---|
org.apache.qpid.proton.hawtdispatch.api |
Modifier and Type | Method and Description |
---|---|
static QoS |
QoS.valueOf(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,
String name) |
AmqpSender |
AmqpSession.createSender(Target target,
QoS qos) |
AmqpSender |
AmqpSession.createSender(Target target,
QoS qos,
String name) |
Constructor and Description |
---|
AmqpReceiver(AmqpSession parent,
Receiver receiver2,
QoS qos) |
AmqpSender(AmqpSession parent,
Sender sender2,
QoS qos) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.