Modifier and Type | Method and Description |
---|---|
Symbol |
TestDecoder.readSymbol() |
Modifier and Type | Method and Description |
---|---|
static Symbol |
Symbol.getSymbol(String symbolVal) |
static Symbol |
Symbol.valueOf(String symbolVal) |
Modifier and Type | Method and Description |
---|---|
int |
Symbol.compareTo(Symbol o) |
Modifier and Type | Field and Description |
---|---|
static Symbol |
Rejected.DESCRIPTOR_SYMBOL |
static Symbol |
Modified.DESCRIPTOR_SYMBOL |
static Symbol |
Released.DESCRIPTOR_SYMBOL |
static Symbol |
Accepted.DESCRIPTOR_SYMBOL |
Modifier and Type | Method and Description |
---|---|
Symbol[] |
Terminus.getCapabilities() |
Symbol |
Properties.getContentEncoding() |
Symbol |
Properties.getContentType() |
Symbol |
Source.getDistributionMode() |
Symbol[] |
Source.getOutcomes() |
Symbol |
TerminusExpiryPolicy.getPolicy() |
Modifier and Type | Method and Description |
---|---|
Map<Symbol,Object> |
DeliveryAnnotations.getValue() |
Map<Symbol,Object> |
MessageAnnotations.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
Terminus.setCapabilities(Symbol... capabilities) |
void |
Properties.setContentEncoding(Symbol contentEncoding) |
void |
Properties.setContentType(Symbol contentType) |
void |
Source.setDistributionMode(Symbol distributionMode) |
void |
Source.setOutcomes(Symbol... outcomes) |
static TerminusExpiryPolicy |
TerminusExpiryPolicy.valueOf(Symbol policy) |
Constructor and Description |
---|
DeliveryAnnotations(Map<Symbol,Object> value) |
MessageAnnotations(Map<Symbol,Object> value) |
Modifier and Type | Method and Description |
---|---|
Symbol |
SaslInit.getMechanism() |
Symbol[] |
SaslMechanisms.getSaslServerMechanisms() |
Modifier and Type | Method and Description |
---|---|
void |
SaslInit.setMechanism(Symbol mechanism) |
void |
SaslMechanisms.setSaslServerMechanisms(Symbol... saslServerMechanisms) |
Modifier and Type | Field and Description |
---|---|
static Symbol |
Declared.DESCRIPTOR_SYMBOL |
static Symbol |
TxnCapability.DISTRIBUTED_TXN |
static Symbol |
TxnCapability.LOCAL_TXN |
static Symbol |
TxnCapability.MULTI_SSNS_PER_TXN |
static Symbol |
TxnCapability.MULTI_TXNS_PER_SSN |
static Symbol |
TxnCapability.PROMOTABLE_TXN |
static Symbol |
TransactionErrors.TRANSACTION_ROLLBACK |
static Symbol |
TransactionErrors.TRANSACTION_TIMEOUT |
static Symbol |
TransactionErrors.UNKNOWN_ID |
Modifier and Type | Method and Description |
---|---|
Symbol[] |
Coordinator.getCapabilities() |
Modifier and Type | Method and Description |
---|---|
void |
Coordinator.setCapabilities(Symbol... capabilities) |
Modifier and Type | Field and Description |
---|---|
static Symbol |
ConnectionError.CONNECTION_FORCED |
static Symbol |
AmqpError.DECODE_ERROR |
static Symbol |
LinkError.DETACH_FORCED |
static Symbol |
SessionError.ERRANT_LINK |
static Symbol |
AmqpError.FRAME_SIZE_TOO_SMALL |
static Symbol |
ConnectionError.FRAMING_ERROR |
static Symbol |
SessionError.HANDLE_IN_USE |
static Symbol |
AmqpError.ILLEGAL_STATE |
static Symbol |
AmqpError.INTERNAL_ERROR |
static Symbol |
AmqpError.INVALID_FIELD |
static Symbol |
LinkError.MESSAGE_SIZE_EXCEEDED |
static Symbol |
AmqpError.NOT_ALLOWED |
static Symbol |
AmqpError.NOT_FOUND |
static Symbol |
AmqpError.NOT_IMPLEMENTED |
static Symbol |
AmqpError.PRECONDITION_FAILED |
static Symbol |
ConnectionError.REDIRECT |
static Symbol |
LinkError.REDIRECT |
static Symbol |
AmqpError.RESOURCE_DELETED |
static Symbol |
AmqpError.RESOURCE_LIMIT_EXCEEDED |
static Symbol |
AmqpError.RESOURCE_LOCKED |
static Symbol |
LinkError.STOLEN |
static Symbol |
LinkError.TRANSFER_LIMIT_EXCEEDED |
static Symbol |
SessionError.UNATTACHED_HANDLE |
static Symbol |
AmqpError.UNAUTHORIZED_ACCESS |
static Symbol |
SessionError.WINDOW_VIOLATION |
Modifier and Type | Method and Description |
---|---|
Symbol |
ErrorCondition.getCondition() |
Symbol[] |
Attach.getDesiredCapabilities() |
Symbol[] |
Open.getDesiredCapabilities() |
Symbol[] |
Begin.getDesiredCapabilities() |
Symbol[] |
Open.getIncomingLocales() |
Symbol[] |
Attach.getOfferedCapabilities() |
Symbol[] |
Open.getOfferedCapabilities() |
Symbol[] |
Begin.getOfferedCapabilities() |
Symbol[] |
Open.getOutgoingLocales() |
Modifier and Type | Method and Description |
---|---|
void |
ErrorCondition.setCondition(Symbol condition) |
void |
Attach.setDesiredCapabilities(Symbol... desiredCapabilities) |
void |
Open.setDesiredCapabilities(Symbol... desiredCapabilities) |
void |
Begin.setDesiredCapabilities(Symbol... desiredCapabilities) |
void |
Open.setIncomingLocales(Symbol... incomingLocales) |
void |
Attach.setOfferedCapabilities(Symbol... offeredCapabilities) |
void |
Open.setOfferedCapabilities(Symbol... offeredCapabilities) |
void |
Begin.setOfferedCapabilities(Symbol... offeredCapabilities) |
void |
Open.setOutgoingLocales(Symbol... outgoingLocales) |
Constructor and Description |
---|
ErrorCondition(Symbol condition,
String description) |
Modifier and Type | Method and Description |
---|---|
Symbol |
Data.getSymbol() |
Symbol |
Decoder.readSymbol() |
Symbol |
DecoderImpl.readSymbol() |
Symbol |
Decoder.readSymbol(Symbol defaultValue) |
Symbol |
DecoderImpl.readSymbol(Symbol defaultValue) |
Modifier and Type | Method and Description |
---|---|
Class<Symbol> |
SymbolType.getTypeClass() |
Modifier and Type | Method and Description |
---|---|
SymbolType.SymbolEncoding |
SymbolType.getEncoding(Symbol val) |
void |
Data.putSymbol(Symbol symbol) |
Symbol |
Decoder.readSymbol(Symbol defaultValue) |
Symbol |
DecoderImpl.readSymbol(Symbol defaultValue) |
void |
Encoder.writeSymbol(Symbol s) |
void |
EncoderImpl.writeSymbol(Symbol s) |
Modifier and Type | Method and Description |
---|---|
Symbol |
DataImpl.getSymbol() |
Modifier and Type | Method and Description |
---|---|
void |
DataImpl.putSymbol(Symbol symbol) |
Modifier and Type | Method and Description |
---|---|
Symbol[] |
Connection.getRemoteDesiredCapabilities() |
Symbol[] |
Connection.getRemoteOfferedCapabilities() |
Modifier and Type | Method and Description |
---|---|
Map<Symbol,Object> |
Link.getProperties()
Gets the local link properties.
|
Map<Symbol,Object> |
Connection.getRemoteProperties() |
Map<Symbol,Object> |
Link.getRemoteProperties()
Gets the remote link properties, as conveyed from the peer via the Attach frame
when attaching the link to the session.
|
Modifier and Type | Method and Description |
---|---|
void |
Connection.setDesiredCapabilities(Symbol[] capabilities) |
void |
Connection.setOfferedCapabilities(Symbol[] capabilities) |
Modifier and Type | Method and Description |
---|---|
void |
Connection.setProperties(Map<Symbol,Object> properties) |
void |
Link.setProperties(Map<Symbol,Object> properties)
Sets the local link properties, to be conveyed to the peer via the Attach frame when
attaching the link to the session.
|
Modifier and Type | Method and Description |
---|---|
Symbol |
SaslImpl.getChosenMechanism() |
Symbol[] |
ConnectionImpl.getRemoteDesiredCapabilities() |
Symbol[] |
ConnectionImpl.getRemoteOfferedCapabilities() |
Modifier and Type | Method and Description |
---|---|
Map<Symbol,Object> |
LinkImpl.getProperties() |
Map<Symbol,Object> |
ConnectionImpl.getRemoteProperties() |
Map<Symbol,Object> |
LinkImpl.getRemoteProperties() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionImpl.setDesiredCapabilities(Symbol[] capabilities) |
void |
SaslImpl.setMechanism(Symbol mechanism) |
void |
ConnectionImpl.setOfferedCapabilities(Symbol[] capabilities) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionImpl.setProperties(Map<Symbol,Object> properties) |
void |
LinkImpl.setProperties(Map<Symbol,Object> properties) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.