| Modifier and Type | Method and Description |
|---|---|
Binary |
Delivery.getDeliveryTag() |
Binary |
SendingLinkEndpoint.getTransactionId() |
Binary |
SendingLink_1_0.getTransactionId() |
| Modifier and Type | Method and Description |
|---|---|
void |
SendingLink_1_0.addUnsettled(Binary tag,
UnsettledAction unsettledAction,
MessageInstance queueEntry) |
void |
SendingLink_1_0.handle(Binary deliveryTag,
DeliveryState state,
Boolean settled) |
void |
ReceivingLink_1_0.handle(Binary deliveryTag,
DeliveryState state,
Boolean settled) |
void |
DeliveryStateHandler.handle(Binary deliveryTag,
DeliveryState state,
Boolean settled) |
void |
SendingLink_1_0.removeUnsettled(Binary tag) |
void |
ReceivingLinkEndpoint.settle(Binary deliveryTag) |
void |
LinkEndpoint.settle(Binary deliveryTag) |
boolean |
ReceivingLinkEndpoint.settled(Binary deliveryTag) |
void |
ReceivingLinkEndpoint.updateAllDisposition(Binary deliveryTag,
DeliveryState deliveryState,
boolean settled) |
void |
SendingLinkEndpoint.updateDisposition(Binary deliveryTag,
DeliveryState state,
boolean settled) |
void |
SendingLinkAttachment.updateDisposition(Binary deliveryTag,
DeliveryState state,
boolean settled) |
void |
ReceivingLinkEndpoint.updateDisposition(Binary deliveryTag,
DeliveryState state,
boolean settled) |
void |
ReceivingLinkAttachment.updateDisposition(Binary deliveryTag,
DeliveryState state,
boolean settled) |
| Constructor and Description |
|---|
ReceivingLinkEndpoint(Session_1_0 session,
String name,
Map<Binary,Outcome> unsettledMap) |
| Modifier and Type | Method and Description |
|---|---|
protected byte[] |
BinaryWriter.getByteArray(Binary value) |
| Modifier and Type | Method and Description |
|---|---|
Binary |
SectionEncoderImpl.getEncoding() |
Binary |
SectionEncoder.getEncoding() |
| Modifier and Type | Method and Description |
|---|---|
static Binary |
Binary.combine(Collection<Binary> binaries) |
Binary |
Section.encode(SectionEncoder encoder) |
Binary |
Binary.subBinary(int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
static Binary |
Binary.combine(Collection<Binary> binaries) |
| Modifier and Type | Method and Description |
|---|---|
Binary |
Properties.encode(SectionEncoder encoder) |
Binary |
MessageAnnotations.encode(SectionEncoder encoder) |
Binary |
Header.encode(SectionEncoder encoder) |
Binary |
Footer.encode(SectionEncoder encoder) |
Binary |
DeliveryAnnotations.encode(SectionEncoder encoder) |
Binary |
Data.encode(SectionEncoder encoder) |
Binary |
ApplicationProperties.encode(SectionEncoder encoder) |
Binary |
AmqpValue.encode(SectionEncoder encoder) |
Binary |
AmqpSequence.encode(SectionEncoder encoder) |
Binary |
Properties.getUserId() |
Binary |
Data.getValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
Properties.setUserId(Binary userId) |
| Constructor and Description |
|---|
Data(Binary value) |
| Modifier and Type | Method and Description |
|---|---|
Binary |
SaslOutcome.getAdditionalData() |
Binary |
SaslChallenge.getChallenge() |
Binary |
SaslInit.getInitialResponse() |
Binary |
SaslResponse.getResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
SaslOutcome.setAdditionalData(Binary additionalData) |
void |
SaslChallenge.setChallenge(Binary challenge) |
void |
SaslInit.setInitialResponse(Binary initialResponse) |
void |
SaslResponse.setResponse(Binary response) |
| Modifier and Type | Method and Description |
|---|---|
Binary |
TransactionalState.getTxnId() |
Binary |
Discharge.getTxnId() |
Binary |
Declared.getTxnId() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionalState.setTxnId(Binary txnId) |
void |
Discharge.setTxnId(Binary txnId) |
void |
Declared.setTxnId(Binary txnId) |
| Modifier and Type | Method and Description |
|---|---|
Binary |
Transfer.getDeliveryTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
Transfer.setDeliveryTag(Binary deliveryTag) |
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.