Uses of Class
org.apache.qpid.protonj2.types.Symbol
-
-
Uses of Symbol in org.apache.qpid.protonj2.client.impl
Fields in org.apache.qpid.protonj2.client.impl declared as Symbol Modifier and Type Field Description static SymbolClientConstants. ADDRESSstatic SymbolClientConstants. ANONYMOUS_RELAYstatic SymbolClientConstants. CONNECTION_OPEN_FAILEDstatic SymbolClientConstants. CONTAINER_IDstatic SymbolClientConstants. COPYstatic SymbolClientConstants. DELAYED_DELIVERYstatic SymbolClientConstants. GLOBALstatic SymbolClientConstants. INVALID_FIELDstatic SymbolClientConstants. MOVEstatic SymbolClientConstants. NETWORK_HOSTstatic SymbolClientConstants. OPEN_HOSTNAMEstatic SymbolClientConstants. PATHstatic SymbolClientConstants. PORTstatic SymbolClientConstants. SCHEMEstatic SymbolClientConstants. SHAREDstatic SymbolClientConstants. SHARED_SUBSstatic SymbolClientConstants. SOLE_CONNECTION_CAPABILITYMethods in org.apache.qpid.protonj2.client.impl that return types with arguments of type Symbol Modifier and Type Method Description java.util.Map<Symbol,java.lang.Object>ClientRedirect. getRedirectMap() -
Uses of Symbol in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec that return Symbol Modifier and Type Method Description SymbolDescribedTypeDecoder. getDescriptorSymbol()Returns the AMQP descriptor symbol for the type this decoder reads.SymbolDescribedTypeEncoder. getDescriptorSymbol()SymbolStreamDescribedTypeDecoder. getDescriptorSymbol()Returns the AMQP descriptor symbol for the type this decoder reads.SymbolDecoder. readSymbol(ProtonBuffer buffer, DecoderState state)Reads an encodedSymbolvalue from the givenProtonBufferassuming that the next value in the byte stream is that type.SymbolStreamDecoder. readSymbol(java.io.InputStream stream, StreamDecoderState state)Reads an encodedSymbolvalue from the givenInputStreamassuming that the next value in the byte stream is that type.Methods in org.apache.qpid.protonj2.codec with parameters of type Symbol Modifier and Type Method Description voidEncoder. writeArray(ProtonBuffer buffer, EncoderState state, Symbol[] value)Write the given array as with the proper array type encoding to the given buffer.voidEncoder. writeSymbol(ProtonBuffer buffer, EncoderState state, Symbol value)Write aSymboltype encoding to the given buffer. -
Uses of Symbol in org.apache.qpid.protonj2.codec.decoders
Methods in org.apache.qpid.protonj2.codec.decoders that return Symbol Modifier and Type Method Description SymbolUnknownDescribedTypeDecoder. getDescriptorSymbol()SymbolProtonDecoder. readSymbol(ProtonBuffer buffer, DecoderState state)SymbolProtonStreamDecoder. readSymbol(java.io.InputStream stream, StreamDecoderState state) -
Uses of Symbol in org.apache.qpid.protonj2.codec.decoders.messaging
Methods in org.apache.qpid.protonj2.codec.decoders.messaging that return Symbol Modifier and Type Method Description SymbolAcceptedTypeDecoder. getDescriptorSymbol()SymbolAmqpSequenceTypeDecoder. getDescriptorSymbol()SymbolAmqpValueTypeDecoder. getDescriptorSymbol()SymbolApplicationPropertiesTypeDecoder. getDescriptorSymbol()SymbolDataTypeDecoder. getDescriptorSymbol()SymbolDeleteOnCloseTypeDecoder. getDescriptorSymbol()SymbolDeleteOnNoLinksOrMessagesTypeDecoder. getDescriptorSymbol()SymbolDeleteOnNoLinksTypeDecoder. getDescriptorSymbol()SymbolDeleteOnNoMessagesTypeDecoder. getDescriptorSymbol()SymbolDeliveryAnnotationsTypeDecoder. getDescriptorSymbol()SymbolFooterTypeDecoder. getDescriptorSymbol()SymbolHeaderTypeDecoder. getDescriptorSymbol()SymbolMessageAnnotationsTypeDecoder. getDescriptorSymbol()SymbolModifiedTypeDecoder. getDescriptorSymbol()SymbolPropertiesTypeDecoder. getDescriptorSymbol()SymbolReceivedTypeDecoder. getDescriptorSymbol()SymbolRejectedTypeDecoder. getDescriptorSymbol()SymbolReleasedTypeDecoder. getDescriptorSymbol()SymbolSourceTypeDecoder. getDescriptorSymbol()SymbolTargetTypeDecoder. getDescriptorSymbol() -
Uses of Symbol in org.apache.qpid.protonj2.codec.decoders.primitives
Methods in org.apache.qpid.protonj2.codec.decoders.primitives that return Symbol Modifier and Type Method Description SymbolAbstractSymbolTypeDecoder. readValue(java.io.InputStream stream, StreamDecoderState state)SymbolAbstractSymbolTypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.primitives that return types with arguments of type Symbol Modifier and Type Method Description default java.lang.Class<Symbol>SymbolTypeDecoder. getTypeClass() -
Uses of Symbol in org.apache.qpid.protonj2.codec.decoders.security
Methods in org.apache.qpid.protonj2.codec.decoders.security that return Symbol Modifier and Type Method Description SymbolSaslChallengeTypeDecoder. getDescriptorSymbol()SymbolSaslInitTypeDecoder. getDescriptorSymbol()SymbolSaslMechanismsTypeDecoder. getDescriptorSymbol()SymbolSaslOutcomeTypeDecoder. getDescriptorSymbol()SymbolSaslResponseTypeDecoder. getDescriptorSymbol() -
Uses of Symbol in org.apache.qpid.protonj2.codec.decoders.transactions
Methods in org.apache.qpid.protonj2.codec.decoders.transactions that return Symbol Modifier and Type Method Description SymbolCoordinatorTypeDecoder. getDescriptorSymbol()SymbolDeclaredTypeDecoder. getDescriptorSymbol()SymbolDeclareTypeDecoder. getDescriptorSymbol()SymbolDischargeTypeDecoder. getDescriptorSymbol()SymbolTransactionStateTypeDecoder. getDescriptorSymbol() -
Uses of Symbol in org.apache.qpid.protonj2.codec.decoders.transport
Methods in org.apache.qpid.protonj2.codec.decoders.transport that return Symbol Modifier and Type Method Description SymbolAttachTypeDecoder. getDescriptorSymbol()SymbolBeginTypeDecoder. getDescriptorSymbol()SymbolCloseTypeDecoder. getDescriptorSymbol()SymbolDetachTypeDecoder. getDescriptorSymbol()SymbolDispositionTypeDecoder. getDescriptorSymbol()SymbolEndTypeDecoder. getDescriptorSymbol()SymbolErrorConditionTypeDecoder. getDescriptorSymbol()SymbolFlowTypeDecoder. getDescriptorSymbol()SymbolOpenTypeDecoder. getDescriptorSymbol()SymbolTransferTypeDecoder. getDescriptorSymbol() -
Uses of Symbol in org.apache.qpid.protonj2.codec.encoders
Methods in org.apache.qpid.protonj2.codec.encoders with parameters of type Symbol Modifier and Type Method Description voidProtonEncoder. writeArray(ProtonBuffer buffer, EncoderState state, Symbol[] value)voidProtonEncoder. writeSymbol(ProtonBuffer buffer, EncoderState state, Symbol value) -
Uses of Symbol in org.apache.qpid.protonj2.codec.encoders.messaging
Methods in org.apache.qpid.protonj2.codec.encoders.messaging that return Symbol Modifier and Type Method Description SymbolAcceptedTypeEncoder. getDescriptorSymbol()SymbolAmqpSequenceTypeEncoder. getDescriptorSymbol()SymbolAmqpValueTypeEncoder. getDescriptorSymbol()SymbolApplicationPropertiesTypeEncoder. getDescriptorSymbol()SymbolDataTypeEncoder. getDescriptorSymbol()SymbolDeleteOnCloseTypeEncoder. getDescriptorSymbol()SymbolDeleteOnNoLinksOrMessagesTypeEncoder. getDescriptorSymbol()SymbolDeleteOnNoLinksTypeEncoder. getDescriptorSymbol()SymbolDeleteOnNoMessagesTypeEncoder. getDescriptorSymbol()SymbolDeliveryAnnotationsTypeEncoder. getDescriptorSymbol()SymbolFooterTypeEncoder. getDescriptorSymbol()SymbolHeaderTypeEncoder. getDescriptorSymbol()SymbolMessageAnnotationsTypeEncoder. getDescriptorSymbol()SymbolModifiedTypeEncoder. getDescriptorSymbol()SymbolPropertiesTypeEncoder. getDescriptorSymbol()SymbolReceivedTypeEncoder. getDescriptorSymbol()SymbolRejectedTypeEncoder. getDescriptorSymbol()SymbolReleasedTypeEncoder. getDescriptorSymbol()SymbolSourceTypeEncoder. getDescriptorSymbol()SymbolTargetTypeEncoder. getDescriptorSymbol() -
Uses of Symbol in org.apache.qpid.protonj2.codec.encoders.primitives
Methods in org.apache.qpid.protonj2.codec.encoders.primitives that return types with arguments of type Symbol Modifier and Type Method Description java.lang.Class<Symbol>SymbolTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.primitives with parameters of type Symbol Modifier and Type Method Description voidSymbolTypeEncoder. writeType(ProtonBuffer buffer, EncoderState state, Symbol value) -
Uses of Symbol in org.apache.qpid.protonj2.codec.encoders.security
Methods in org.apache.qpid.protonj2.codec.encoders.security that return Symbol Modifier and Type Method Description SymbolSaslChallengeTypeEncoder. getDescriptorSymbol()SymbolSaslInitTypeEncoder. getDescriptorSymbol()SymbolSaslMechanismsTypeEncoder. getDescriptorSymbol()SymbolSaslOutcomeTypeEncoder. getDescriptorSymbol()SymbolSaslResponseTypeEncoder. getDescriptorSymbol() -
Uses of Symbol in org.apache.qpid.protonj2.codec.encoders.transactions
Methods in org.apache.qpid.protonj2.codec.encoders.transactions that return Symbol Modifier and Type Method Description SymbolCoordinatorTypeEncoder. getDescriptorSymbol()SymbolDeclaredTypeEncoder. getDescriptorSymbol()SymbolDeclareTypeEncoder. getDescriptorSymbol()SymbolDischargeTypeEncoder. getDescriptorSymbol()SymbolTransactionStateTypeEncoder. getDescriptorSymbol() -
Uses of Symbol in org.apache.qpid.protonj2.codec.encoders.transport
Methods in org.apache.qpid.protonj2.codec.encoders.transport that return Symbol Modifier and Type Method Description SymbolAttachTypeEncoder. getDescriptorSymbol()SymbolBeginTypeEncoder. getDescriptorSymbol()SymbolCloseTypeEncoder. getDescriptorSymbol()SymbolDetachTypeEncoder. getDescriptorSymbol()SymbolDispositionTypeEncoder. getDescriptorSymbol()SymbolEndTypeEncoder. getDescriptorSymbol()SymbolErrorConditionTypeEncoder. getDescriptorSymbol()SymbolFlowTypeEncoder. getDescriptorSymbol()SymbolOpenTypeEncoder. getDescriptorSymbol()SymbolTransferTypeEncoder. getDescriptorSymbol() -
Uses of Symbol in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine that return Symbol Modifier and Type Method Description Symbol[]Endpoint. getDesiredCapabilities()Symbol[]Endpoint. getOfferedCapabilities()Symbol[]Endpoint. getRemoteDesiredCapabilities()Symbol[]Endpoint. getRemoteOfferedCapabilities()Methods in org.apache.qpid.protonj2.engine that return types with arguments of type Symbol Modifier and Type Method Description java.util.Map<Symbol,java.lang.Object>Endpoint. getProperties()java.util.Map<Symbol,java.lang.Object>Endpoint. getRemoteProperties()Methods in org.apache.qpid.protonj2.engine with parameters of type Symbol Modifier and Type Method Description EEndpoint. setDesiredCapabilities(Symbol... capabilities)Sets the capabilities that are desired from the remote when thisEndpointis opened.EEndpoint. setOfferedCapabilities(Symbol... capabilities)Sets the capabilities to be offered on to the remote when thisEndpointis opened.Method parameters in org.apache.qpid.protonj2.engine with type arguments of type Symbol Modifier and Type Method Description EEndpoint. setProperties(java.util.Map<Symbol,java.lang.Object> properties)Sets the properties to be sent to the remote when thisEndpointis Opened. -
Uses of Symbol in org.apache.qpid.protonj2.engine.exceptions
Methods in org.apache.qpid.protonj2.engine.exceptions that return Symbol Modifier and Type Method Description SymbolProtocolViolationException. getErrorCondition()Constructors in org.apache.qpid.protonj2.engine.exceptions with parameters of type Symbol Constructor Description ProtocolViolationException(Symbol condition)ProtocolViolationException(Symbol condition, java.lang.String message)ProtocolViolationException(Symbol condition, java.lang.String message, java.lang.Throwable cause)ProtocolViolationException(Symbol condition, java.lang.Throwable cause) -
Uses of Symbol in org.apache.qpid.protonj2.engine.impl
Methods in org.apache.qpid.protonj2.engine.impl that return types with arguments of type Symbol Modifier and Type Method Description java.util.Map<Symbol,java.lang.Object>ProtonConnection. getProperties()java.util.Map<Symbol,java.lang.Object>ProtonLink. getProperties()java.util.Map<Symbol,java.lang.Object>ProtonSession. getProperties()java.util.Map<Symbol,java.lang.Object>ProtonTransactionController. getProperties()java.util.Map<Symbol,java.lang.Object>ProtonTransactionManager. getProperties()java.util.Map<Symbol,java.lang.Object>ProtonConnection. getRemoteProperties()java.util.Map<Symbol,java.lang.Object>ProtonLink. getRemoteProperties()java.util.Map<Symbol,java.lang.Object>ProtonSession. getRemoteProperties()java.util.Map<Symbol,java.lang.Object>ProtonTransactionController. getRemoteProperties()java.util.Map<Symbol,java.lang.Object>ProtonTransactionManager. getRemoteProperties()Methods in org.apache.qpid.protonj2.engine.impl with parameters of type Symbol Modifier and Type Method Description ProtonConnectionProtonConnection. setDesiredCapabilities(Symbol... capabilities)LProtonLink. setDesiredCapabilities(Symbol... capabilities)ProtonSessionProtonSession. setDesiredCapabilities(Symbol... capabilities)TransactionControllerProtonTransactionController. setDesiredCapabilities(Symbol... desiredCapabilities)TransactionManagerProtonTransactionManager. setDesiredCapabilities(Symbol... desiredCapabilities)ProtonConnectionProtonConnection. setOfferedCapabilities(Symbol... capabilities)LProtonLink. setOfferedCapabilities(Symbol... capabilities)ProtonSessionProtonSession. setOfferedCapabilities(Symbol... capabilities)TransactionControllerProtonTransactionController. setOfferedCapabilities(Symbol... offeredCapabilities)TransactionManagerProtonTransactionManager. setOfferedCapabilities(Symbol... offeredCapabilities)Method parameters in org.apache.qpid.protonj2.engine.impl with type arguments of type Symbol Modifier and Type Method Description ProtonConnectionProtonConnection. setProperties(java.util.Map<Symbol,java.lang.Object> properties)LProtonLink. setProperties(java.util.Map<Symbol,java.lang.Object> properties)ProtonSessionProtonSession. setProperties(java.util.Map<Symbol,java.lang.Object> properties)TransactionControllerProtonTransactionController. setProperties(java.util.Map<Symbol,java.lang.Object> properties)TransactionManagerProtonTransactionManager. setProperties(java.util.Map<Symbol,java.lang.Object> properties) -
Uses of Symbol in org.apache.qpid.protonj2.engine.sasl
Methods in org.apache.qpid.protonj2.engine.sasl that return Symbol Modifier and Type Method Description SymbolSaslContext. getChosenMechanism()Returns the mechanism that was sent to the server to select the SASL mechanism to use for negotiations.Symbol[]SaslContext. getServerMechanisms()After the server has sent its supported mechanisms this method will return a copy of that list for review by the server event handler.Methods in org.apache.qpid.protonj2.engine.sasl with parameters of type Symbol Modifier and Type Method Description voidSaslServerListener. handleSaslInit(SaslServerContext context, Symbol mechanism, ProtonBuffer initResponse)Called when a SASL init frame has arrived from the client indicating the chosen SASL mechanism and the initial response data if any.voidSaslClientListener. handleSaslMechanisms(SaslClientContext context, Symbol[] mechanisms)Called when a SASL mechanisms frame has arrived and its effect applied, indicating the offered mechanisms sent by the 'server' peer.SaslClientContextSaslClientContext. sendChosenMechanism(Symbol mechanism, java.lang.String host, ProtonBuffer initialResponse)Sends a response to the SASL server indicating the chosen mechanism for this client and the host name that this client is identifying itself as.SaslServerContextSaslServerContext. sendMechanisms(Symbol[] mechanisms)Sends the set of supported mechanisms to the SASL client from which it must choose and return one mechanism which will then be the basis for the SASL authentication negotiation. -
Uses of Symbol in org.apache.qpid.protonj2.engine.sasl.client
Fields in org.apache.qpid.protonj2.engine.sasl.client declared as Symbol Modifier and Type Field Description static SymbolAnonymousMechanism. ANONYMOUSA singleton instance of the symbolic mechanism name.static SymbolCramMD5Mechanism. CRAM_MD5A singleton instance of the symbolic mechanism name.static SymbolExternalMechanism. EXTERNALA singleton instance of the symbolic mechanism name.static SymbolPlainMechanism. PLAINA singleton instance of the symbolic mechanism name.static SymbolScramSHA1Mechanism. SCRAM_SHA_1A singleton instance of the symbolic mechanism name.static SymbolScramSHA256Mechanism. SCRAM_SHA_256A singleton instance of the symbolic mechanism name.static SymbolScramSHA512Mechanism. SCRAM_SHA_512A singleton instance of the symbolic mechanism name.static SymbolXOauth2Mechanism. XOAUTH2A singleton instance of the symbolic mechanism name.Methods in org.apache.qpid.protonj2.engine.sasl.client that return Symbol Modifier and Type Method Description SymbolAnonymousMechanism. getName()SymbolCramMD5Mechanism. getName()SymbolExternalMechanism. getName()SymbolMechanism. getName()SymbolPlainMechanism. getName()abstract SymbolSaslMechanisms. getName()SymbolScramSHA1Mechanism. getName()SymbolScramSHA256Mechanism. getName()SymbolScramSHA512Mechanism. getName()SymbolXOauth2Mechanism. getName()Methods in org.apache.qpid.protonj2.engine.sasl.client that return types with arguments of type Symbol Modifier and Type Method Description java.util.Set<Symbol>SaslMechanismSelector. getAllowedMechanisms()Methods in org.apache.qpid.protonj2.engine.sasl.client with parameters of type Symbol Modifier and Type Method Description protected MechanismSaslMechanismSelector. createMechanism(Symbol name, SaslCredentialsProvider credentials)voidSaslAuthenticator. handleSaslMechanisms(SaslClientContext context, Symbol[] mechanisms)MechanismSaslMechanismSelector. select(Symbol[] serverMechs, SaslCredentialsProvider credentials)Given a list of SASL mechanism names select a match from the supported types using the configured allowed list and the given credentials.static SaslMechanismsSaslMechanisms. valueOf(Symbol mechanism)Returns the matchingSaslMechanismsenumeration value for the givenSymbolkey.Constructor parameters in org.apache.qpid.protonj2.engine.sasl.client with type arguments of type Symbol Constructor Description SaslMechanismSelector(java.util.Set<Symbol> allowed) -
Uses of Symbol in org.apache.qpid.protonj2.engine.util
Methods in org.apache.qpid.protonj2.engine.util that return Symbol Modifier and Type Method Description static Symbol[]StringUtils. toSymbolArray(java.lang.String[] stringArray)Converts the given String[] into a Symbol[] array.static Symbol[]StringUtils. toSymbolArray(java.util.Collection<java.lang.String> stringsSet)Converts the given StringCollectioninto a Symbol array.Methods in org.apache.qpid.protonj2.engine.util that return types with arguments of type Symbol Modifier and Type Method Description static java.util.Map<Symbol,java.lang.Object>StringUtils. toSymbolKeyedMap(java.util.Map<java.lang.String,java.lang.Object> stringsMap)Converts the given String keyedMapinto a matching Symbol keyedMap.static java.util.Set<Symbol>StringUtils. toSymbolSet(java.util.Collection<java.lang.String> stringsSet)Converts the given StringCollectioninto a matching SymbolSet.Methods in org.apache.qpid.protonj2.engine.util with parameters of type Symbol Modifier and Type Method Description static java.lang.String[]StringUtils. toStringArray(Symbol[] symbolArray)Converts the given Symbol[] into a String[] array.static java.util.Set<java.lang.String>StringUtils. toStringSet(Symbol[] symbols)Converts the given Symbol array into a matching StringSet.Method parameters in org.apache.qpid.protonj2.engine.util with type arguments of type Symbol Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.Object>StringUtils. toStringKeyedMap(java.util.Map<Symbol,java.lang.Object> symbolMap)Converts the given Symbol keyedMapinto a matching String keyedMap. -
Uses of Symbol in org.apache.qpid.protonj2.types
Methods in org.apache.qpid.protonj2.types that return Symbol Modifier and Type Method Description static SymbolSymbol. getSymbol(java.lang.String stringValue)static SymbolSymbol. getSymbol(ProtonBuffer symbolBytes)static SymbolSymbol. getSymbol(ProtonBuffer symbolBuffer, boolean copyOnCreate)static SymbolSymbol. valueOf(java.lang.String symbolVal)Methods in org.apache.qpid.protonj2.types with parameters of type Symbol Modifier and Type Method Description intSymbol. compareTo(Symbol other) -
Uses of Symbol in org.apache.qpid.protonj2.types.messaging
Fields in org.apache.qpid.protonj2.types.messaging declared as Symbol Modifier and Type Field Description static SymbolAccepted. DESCRIPTOR_SYMBOLstatic SymbolAmqpSequence. DESCRIPTOR_SYMBOLstatic SymbolAmqpValue. DESCRIPTOR_SYMBOLstatic SymbolApplicationProperties. DESCRIPTOR_SYMBOLstatic SymbolData. DESCRIPTOR_SYMBOLstatic SymbolDeleteOnClose. DESCRIPTOR_SYMBOLstatic SymbolDeleteOnNoLinks. DESCRIPTOR_SYMBOLstatic SymbolDeleteOnNoLinksOrMessages. DESCRIPTOR_SYMBOLstatic SymbolDeleteOnNoMessages. DESCRIPTOR_SYMBOLstatic SymbolDeliveryAnnotations. DESCRIPTOR_SYMBOLstatic SymbolFooter. DESCRIPTOR_SYMBOLstatic SymbolHeader. DESCRIPTOR_SYMBOLstatic SymbolMessageAnnotations. DESCRIPTOR_SYMBOLstatic SymbolModified. DESCRIPTOR_SYMBOLstatic SymbolProperties. DESCRIPTOR_SYMBOLstatic SymbolReceived. DESCRIPTOR_SYMBOLstatic SymbolRejected. DESCRIPTOR_SYMBOLstatic SymbolReleased. DESCRIPTOR_SYMBOLstatic SymbolSource. DESCRIPTOR_SYMBOLstatic SymbolTarget. DESCRIPTOR_SYMBOLMethods in org.apache.qpid.protonj2.types.messaging that return Symbol Modifier and Type Method Description Symbol[]Source. getCapabilities()Symbol[]Target. getCapabilities()SymbolSource. getDistributionMode()Symbol[]Source. getOutcomes()SymbolTerminusExpiryPolicy. getPolicy()Methods in org.apache.qpid.protonj2.types.messaging that return types with arguments of type Symbol Modifier and Type Method Description java.util.Map<Symbol,java.lang.Object>Source. getDynamicNodeProperties()java.util.Map<Symbol,java.lang.Object>Target. getDynamicNodeProperties()java.util.Map<Symbol,java.lang.Object>Source. getFilter()java.util.Map<Symbol,java.lang.Object>Modified. getMessageAnnotations()java.util.Map<Symbol,java.lang.Object>DeliveryAnnotations. getValue()java.util.Map<Symbol,java.lang.Object>Footer. getValue()java.util.Map<Symbol,java.lang.Object>MessageAnnotations. getValue()Methods in org.apache.qpid.protonj2.types.messaging with parameters of type Symbol Modifier and Type Method Description SourceSource. setCapabilities(Symbol... capabilities)TargetTarget. setCapabilities(Symbol... capabilities)SourceSource. setDistributionMode(Symbol distributionMode)SourceSource. setOutcomes(Symbol... outcomes)static TerminusExpiryPolicyTerminusExpiryPolicy. valueOf(Symbol policy)Returns the enum constant of this type with the specified name.Method parameters in org.apache.qpid.protonj2.types.messaging with type arguments of type Symbol Modifier and Type Method Description SourceSource. setDynamicNodeProperties(java.util.Map<Symbol,?> dynamicNodeProperties)TargetTarget. setDynamicNodeProperties(java.util.Map<Symbol,?> dynamicNodeProperties)SourceSource. setFilter(java.util.Map<Symbol,?> filter)ModifiedModified. setMessageAnnotations(java.util.Map<Symbol,?> messageAnnotations)Constructor parameters in org.apache.qpid.protonj2.types.messaging with type arguments of type Symbol Constructor Description DeliveryAnnotations(java.util.Map<Symbol,?> value)Footer(java.util.Map<Symbol,?> value)MessageAnnotations(java.util.Map<Symbol,?> value)Modified(boolean deliveryFailed, boolean undeliverableHere, java.util.Map<Symbol,java.lang.Object> annotations) -
Uses of Symbol in org.apache.qpid.protonj2.types.security
Fields in org.apache.qpid.protonj2.types.security declared as Symbol Modifier and Type Field Description static SymbolSaslChallenge. DESCRIPTOR_SYMBOLstatic SymbolSaslInit. DESCRIPTOR_SYMBOLstatic SymbolSaslMechanisms. DESCRIPTOR_SYMBOLstatic SymbolSaslOutcome. DESCRIPTOR_SYMBOLstatic SymbolSaslResponse. DESCRIPTOR_SYMBOLMethods in org.apache.qpid.protonj2.types.security that return Symbol Modifier and Type Method Description SymbolSaslInit. getMechanism()Symbol[]SaslMechanisms. getSaslServerMechanisms()Methods in org.apache.qpid.protonj2.types.security with parameters of type Symbol Modifier and Type Method Description SaslInitSaslInit. setMechanism(Symbol mechanism)SaslMechanismsSaslMechanisms. setSaslServerMechanisms(Symbol... saslServerMechanisms) -
Uses of Symbol in org.apache.qpid.protonj2.types.transactions
Fields in org.apache.qpid.protonj2.types.transactions declared as Symbol Modifier and Type Field Description static SymbolCoordinator. DESCRIPTOR_SYMBOLstatic SymbolDeclare. DESCRIPTOR_SYMBOLstatic SymbolDeclared. DESCRIPTOR_SYMBOLstatic SymbolDischarge. DESCRIPTOR_SYMBOLstatic SymbolTransactionalState. DESCRIPTOR_SYMBOLstatic SymbolTxnCapability. DISTRIBUTED_TXNstatic SymbolTxnCapability. LOCAL_TXNstatic SymbolTxnCapability. MULTI_SSNS_PER_TXNstatic SymbolTxnCapability. MULTI_TXNS_PER_SSNstatic SymbolTxnCapability. PROMOTABLE_TXNstatic SymbolTransactionErrors. TRANSACTION_ROLLBACKstatic SymbolTransactionErrors. TRANSACTION_TIMEOUTstatic SymbolTransactionErrors. UNKNOWN_IDMethods in org.apache.qpid.protonj2.types.transactions that return Symbol Modifier and Type Method Description Symbol[]Coordinator. getCapabilities()Methods in org.apache.qpid.protonj2.types.transactions with parameters of type Symbol Modifier and Type Method Description CoordinatorCoordinator. setCapabilities(Symbol... capabilities) -
Uses of Symbol in org.apache.qpid.protonj2.types.transport
Fields in org.apache.qpid.protonj2.types.transport declared as Symbol Modifier and Type Field Description static SymbolConnectionError. CONNECTION_FORCEDAn operator intervened to close the connection for some reason.static SymbolAmqpError. DECODE_ERRORData could not be decoded.static SymbolAttach. DESCRIPTOR_SYMBOLstatic SymbolBegin. DESCRIPTOR_SYMBOLstatic SymbolClose. DESCRIPTOR_SYMBOLTheSymboldescriptor code that defines this AMQP type.static SymbolDetach. DESCRIPTOR_SYMBOLstatic SymbolDisposition. DESCRIPTOR_SYMBOLstatic SymbolEnd. DESCRIPTOR_SYMBOLstatic SymbolErrorCondition. DESCRIPTOR_SYMBOLstatic SymbolFlow. DESCRIPTOR_SYMBOLstatic SymbolOpen. DESCRIPTOR_SYMBOLstatic SymbolTransfer. DESCRIPTOR_SYMBOLstatic SymbolLinkError. DETACH_FORCEDAn operator intervened to detach for some reason.static SymbolSessionError. ERRANT_LINKInput was received for a link that was detached with an error.static SymbolAmqpError. FRAME_SIZE_TOO_SMALLThe peer cannot send a frame because the smallest encoding of the performative with the currently valid values would be too large to fit within a frame of the agreed maximum frame size.static SymbolConnectionError. FRAMING_ERRORA valid frame header cannot be formed from the incoming byte stream.static SymbolSessionError. HANDLE_IN_USEAn attach was received using a handle that is already in use for an attached link.static SymbolAmqpError. ILLEGAL_STATEThe peer sent a frame that is not permitted in the current state.static SymbolAmqpError. INTERNAL_ERRORAn internal error occurred.static SymbolAmqpError. INVALID_FIELDAn invalid field was passed in a frame body, and the operation could not proceed.static SymbolLinkError. MESSAGE_SIZE_EXCEEDEDThe peer sent a larger message than is supported on the link.static SymbolAmqpError. NOT_ALLOWEDThe peer tried to use a frame in a manner that is inconsistent with the semantics defined in the specification.static SymbolAmqpError. NOT_FOUNDA peer attempted to work with a remote entity that does not exist.static SymbolAmqpError. NOT_IMPLEMENTEDThe peer tried to use functionality that is not implemented in its partner.static SymbolAmqpError. PRECONDITION_FAILEDThe client made a request that was not allowed because some precondition failed.static SymbolConnectionError. REDIRECTThe container is no longer available on the current connection.static SymbolLinkError. REDIRECTThe address provided cannot be resolved to a terminus at the current container.static SymbolAmqpError. RESOURCE_DELETEDA server entity the client is working with has been deleted.static SymbolAmqpError. RESOURCE_LIMIT_EXCEEDEDA peer exceeded its resource allocation.static SymbolAmqpError. RESOURCE_LOCKEDThe client attempted to work with a server entity to which it has no access because another client is working with it.static SymbolLinkError. STOLENThe link has been attached elsewhere, causing the existing attachment to be forcibly closed.static SymbolLinkError. TRANSFER_LIMIT_EXCEEDEDThe peer sent more message transfers than currently allowed on the link.static SymbolSessionError. UNATTACHED_HANDLEA frame (other than attach) was received referencing a handle which is not currently in use of an attached link.static SymbolAmqpError. UNAUTHORIZED_ACCESSA peer attempted to work with a remote entity to which it has no access due to security settings.static SymbolSessionError. WINDOW_VIOLATIONThe peer violated incoming window for the session.Methods in org.apache.qpid.protonj2.types.transport that return Symbol Modifier and Type Method Description SymbolErrorCondition. getCondition()Symbol[]Attach. getDesiredCapabilities()Symbol[]Begin. getDesiredCapabilities()Symbol[]Open. getDesiredCapabilities()Symbol[]Open. getIncomingLocales()Symbol[]Attach. getOfferedCapabilities()Symbol[]Begin. getOfferedCapabilities()Symbol[]Open. getOfferedCapabilities()Symbol[]Open. getOutgoingLocales()Methods in org.apache.qpid.protonj2.types.transport that return types with arguments of type Symbol Modifier and Type Method Description java.util.Map<Symbol,java.lang.Object>ErrorCondition. getInfo()java.util.Map<Symbol,java.lang.Object>Attach. getProperties()java.util.Map<Symbol,java.lang.Object>Begin. getProperties()java.util.Map<Symbol,java.lang.Object>Flow. getProperties()java.util.Map<Symbol,java.lang.Object>Open. getProperties()Methods in org.apache.qpid.protonj2.types.transport with parameters of type Symbol Modifier and Type Method Description AttachAttach. setDesiredCapabilities(Symbol... desiredCapabilities)BeginBegin. setDesiredCapabilities(Symbol... desiredCapabilities)OpenOpen. setDesiredCapabilities(Symbol... desiredCapabilities)OpenOpen. setIncomingLocales(Symbol... incomingLocales)AttachAttach. setOfferedCapabilities(Symbol... offeredCapabilities)BeginBegin. setOfferedCapabilities(Symbol... offeredCapabilities)OpenOpen. setOfferedCapabilities(Symbol... offeredCapabilities)OpenOpen. setOutgoingLocales(Symbol... outgoingLocales)Method parameters in org.apache.qpid.protonj2.types.transport with type arguments of type Symbol Modifier and Type Method Description AttachAttach. setProperties(java.util.Map<Symbol,java.lang.Object> properties)BeginBegin. setProperties(java.util.Map<Symbol,java.lang.Object> properties)FlowFlow. setProperties(java.util.Map<Symbol,java.lang.Object> properties)OpenOpen. setProperties(java.util.Map<Symbol,java.lang.Object> properties)Constructors in org.apache.qpid.protonj2.types.transport with parameters of type Symbol Constructor Description ErrorCondition(Symbol condition, java.lang.String description)ErrorCondition(Symbol condition, java.lang.String description, java.util.Map<Symbol,java.lang.Object> info)Constructor parameters in org.apache.qpid.protonj2.types.transport with type arguments of type Symbol Constructor Description ErrorCondition(Symbol condition, java.lang.String description, java.util.Map<Symbol,java.lang.Object> info)
-