Modifier and Type | Method and Description |
---|---|
protected byte[] |
BinaryWriter.getByteArray(Binary value) |
Modifier and Type | Method and Description |
---|---|
Binary |
SectionEncoder.getEncoding() |
Binary |
SectionEncoderImpl.getEncoding() |
Modifier and Type | Method and Description |
---|---|
Binary |
Delivery.getDeliveryTag() |
Binary |
SendingLinkEndpoint.getTransactionId() |
Modifier and Type | Method and Description |
---|---|
void |
DeliveryStateHandler.handle(Binary deliveryTag,
DeliveryState state,
Boolean settled) |
void |
ReceivingLinkEndpoint.settle(Binary deliveryTag) |
void |
LinkEndpoint.settle(Binary deliveryTag) |
boolean |
ReceivingLinkEndpoint.settled(Binary deliveryTag) |
void |
ReceivingLinkEndpoint.settledByPeer(Binary deliveryTag) |
void |
LinkEndpoint.settledByPeer(Binary deliveryTag) |
void |
ReceivingLinkEndpoint.updateAllDisposition(Binary deliveryTag,
DeliveryState deliveryState,
boolean settled) |
void |
ReceivingLinkEndpoint.updateDisposition(Binary deliveryTag,
DeliveryState state,
boolean settled) |
void |
SendingLinkEndpoint.updateDisposition(Binary deliveryTag,
DeliveryState state,
boolean settled) |
Modifier and Type | Method and Description |
---|---|
SendingLinkEndpoint |
SessionEndpoint.createSendingLinkEndpoint(String name,
Source source,
Target target,
Map<Binary,Outcome> unsettled) |
SendingLinkEndpoint |
SessionEndpoint.createSendingLinkEndpoint(String name,
Source source,
Target target,
Map<Binary,Outcome> unsettled,
DeliveryStateHandler deliveryStateHandler) |
SendingLinkEndpoint |
SessionEndpoint.createSendingLinkEndpoint(String name,
String targetAddr,
String sourceAddr,
boolean durable,
Map<Binary,Outcome> unsettled) |
SendingLinkEndpoint |
SessionEndpoint.createSendingLinkEndpoint(String name,
String targetAddr,
String sourceAddr,
Map<Binary,Outcome> unsettled) |
Constructor and Description |
---|
ProtocolHeaderTransport(Map<Binary,BytesTransport> validHeaders) |
ReceivingLinkEndpoint(SessionEndpoint session,
String name,
Map<Binary,Outcome> unsettledMap) |
SendingLinkEndpoint(SessionEndpoint sessionEndpoint,
String name,
Map<Binary,Outcome> unsettled) |
SendingLinkEndpoint(SessionEndpoint sessionEndpoint,
String name,
Map<Binary,Outcome> unsettled,
DeliveryStateHandler deliveryStateHandler) |
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 |
Data.encode(SectionEncoder encoder) |
Binary |
Footer.encode(SectionEncoder encoder) |
Binary |
DeliveryAnnotations.encode(SectionEncoder encoder) |
Binary |
ApplicationProperties.encode(SectionEncoder encoder) |
Binary |
AmqpSequence.encode(SectionEncoder encoder) |
Binary |
Header.encode(SectionEncoder encoder) |
Binary |
Properties.encode(SectionEncoder encoder) |
Binary |
AmqpValue.encode(SectionEncoder encoder) |
Binary |
MessageAnnotations.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) |
Modifier and Type | Method and Description |
---|---|
Binary |
SendingLink_1_0.getTransactionId() |
Modifier and Type | Method and Description |
---|---|
void |
SendingLink_1_0.addUnsettled(Binary tag,
UnsettledAction unsettledAction,
MessageInstance queueEntry) |
ServerTransaction |
Session_1_0.getTransaction(Binary transactionId) |
void |
ReceivingLink_1_0.handle(Binary deliveryTag,
DeliveryState state,
Boolean settled) |
void |
SendingLink_1_0.handle(Binary deliveryTag,
DeliveryState state,
Boolean settled) |
void |
SendingLink_1_0.removeUnsettled(Binary tag) |
void |
ReceivingLinkAttachment.updateDisposition(Binary deliveryTag,
DeliveryState state,
boolean settled) |
void |
SendingLinkAttachment.updateDisposition(Binary deliveryTag,
DeliveryState state,
boolean settled) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.