| Package | Description |
|---|---|
| org.apache.qpid.transport |
| Modifier and Type | Method and Description |
|---|---|
static MessageRejectCode |
MessageRejectCode.get(int value) |
MessageRejectCode |
MessageReject.getCode() |
static MessageRejectCode |
MessageRejectCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageRejectCode[] |
MessageRejectCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MessageReject |
MessageReject.code(MessageRejectCode value) |
void |
SessionInvoker.messageReject(RangeSet transfers,
MessageRejectCode code,
String text,
Option... _options) |
MessageReject |
MessageReject.setCode(MessageRejectCode value) |
| Constructor and Description |
|---|
MessageReject(RangeSet transfers,
MessageRejectCode code,
String text,
Option... _options) |
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.