Uses of Class
org.apache.qpid.protonj2.types.Symbol
Packages that use Symbol
Package
Description
-
Uses of Symbol in org.apache.qpid.protonj2.client.impl
Fields in org.apache.qpid.protonj2.client.impl declared as SymbolModifier and TypeFieldDescriptionstatic final SymbolClientConstants.ADDRESSstatic final SymbolClientConstants.ANONYMOUS_RELAYstatic final SymbolClientConstants.CONNECTION_OPEN_FAILEDstatic final SymbolClientConstants.CONTAINER_IDstatic final SymbolClientConstants.COPYstatic final SymbolClientConstants.DELAYED_DELIVERYstatic final SymbolClientConstants.GLOBALstatic final SymbolClientConstants.INVALID_FIELDstatic final SymbolClientConstants.MOVEstatic final SymbolClientConstants.NETWORK_HOSTstatic final SymbolClientConstants.OPEN_HOSTNAMEstatic final SymbolClientConstants.PATHstatic final SymbolClientConstants.PORTstatic final SymbolClientConstants.SCHEMEstatic final SymbolClientConstants.SHAREDstatic final SymbolClientConstants.SHARED_SUBSstatic final SymbolClientConstants.SOLE_CONNECTION_CAPABILITYMethods in org.apache.qpid.protonj2.client.impl that return types with arguments of type Symbol -
Uses of Symbol in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec that return SymbolModifier and TypeMethodDescriptionDescribedTypeDecoder.getDescriptorSymbol()Returns the AMQP descriptor symbol for the type this decoder reads.DescribedTypeEncoder.getDescriptorSymbol()StreamDescribedTypeDecoder.getDescriptorSymbol()Returns the AMQP descriptor symbol for the type this decoder reads.Decoder.readSymbol(ProtonBuffer buffer, DecoderState state) Reads an encodedSymbolvalue from the givenProtonBufferassuming that the next value in the byte stream is that type.StreamDecoder.readSymbol(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 SymbolModifier and TypeMethodDescriptionvoidEncoder.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 SymbolModifier and TypeMethodDescriptionfinal SymbolUnknownDescribedTypeDecoder.getDescriptorSymbol()ProtonDecoder.readSymbol(ProtonBuffer buffer, DecoderState state) ProtonStreamDecoder.readSymbol(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 SymbolModifier and TypeMethodDescriptionAcceptedTypeDecoder.getDescriptorSymbol()AmqpSequenceTypeDecoder.getDescriptorSymbol()AmqpValueTypeDecoder.getDescriptorSymbol()ApplicationPropertiesTypeDecoder.getDescriptorSymbol()DataTypeDecoder.getDescriptorSymbol()DeleteOnCloseTypeDecoder.getDescriptorSymbol()DeleteOnNoLinksOrMessagesTypeDecoder.getDescriptorSymbol()DeleteOnNoLinksTypeDecoder.getDescriptorSymbol()DeleteOnNoMessagesTypeDecoder.getDescriptorSymbol()DeliveryAnnotationsTypeDecoder.getDescriptorSymbol()FooterTypeDecoder.getDescriptorSymbol()HeaderTypeDecoder.getDescriptorSymbol()MessageAnnotationsTypeDecoder.getDescriptorSymbol()ModifiedTypeDecoder.getDescriptorSymbol()PropertiesTypeDecoder.getDescriptorSymbol()ReceivedTypeDecoder.getDescriptorSymbol()RejectedTypeDecoder.getDescriptorSymbol()ReleasedTypeDecoder.getDescriptorSymbol()SourceTypeDecoder.getDescriptorSymbol()TargetTypeDecoder.getDescriptorSymbol() -
Uses of Symbol in org.apache.qpid.protonj2.codec.decoders.primitives
Methods in org.apache.qpid.protonj2.codec.decoders.primitives that return SymbolModifier and TypeMethodDescriptionAbstractSymbolTypeDecoder.readValue(InputStream stream, StreamDecoderState state) AbstractSymbolTypeDecoder.readValue(ProtonBuffer buffer, DecoderState state) Methods in org.apache.qpid.protonj2.codec.decoders.primitives that return types with arguments of type Symbol -
Uses of Symbol in org.apache.qpid.protonj2.codec.decoders.security
Methods in org.apache.qpid.protonj2.codec.decoders.security that return SymbolModifier and TypeMethodDescriptionSaslChallengeTypeDecoder.getDescriptorSymbol()SaslInitTypeDecoder.getDescriptorSymbol()SaslMechanismsTypeDecoder.getDescriptorSymbol()SaslOutcomeTypeDecoder.getDescriptorSymbol()SaslResponseTypeDecoder.getDescriptorSymbol() -
Uses of Symbol in org.apache.qpid.protonj2.codec.decoders.transactions
Methods in org.apache.qpid.protonj2.codec.decoders.transactions that return SymbolModifier and TypeMethodDescriptionCoordinatorTypeDecoder.getDescriptorSymbol()DeclaredTypeDecoder.getDescriptorSymbol()DeclareTypeDecoder.getDescriptorSymbol()DischargeTypeDecoder.getDescriptorSymbol()TransactionStateTypeDecoder.getDescriptorSymbol() -
Uses of Symbol in org.apache.qpid.protonj2.codec.decoders.transport
Methods in org.apache.qpid.protonj2.codec.decoders.transport that return SymbolModifier and TypeMethodDescriptionAttachTypeDecoder.getDescriptorSymbol()BeginTypeDecoder.getDescriptorSymbol()CloseTypeDecoder.getDescriptorSymbol()DetachTypeDecoder.getDescriptorSymbol()DispositionTypeDecoder.getDescriptorSymbol()EndTypeDecoder.getDescriptorSymbol()ErrorConditionTypeDecoder.getDescriptorSymbol()FlowTypeDecoder.getDescriptorSymbol()OpenTypeDecoder.getDescriptorSymbol()TransferTypeDecoder.getDescriptorSymbol() -
Uses of Symbol in org.apache.qpid.protonj2.codec.encoders
Methods in org.apache.qpid.protonj2.codec.encoders with parameters of type SymbolModifier and TypeMethodDescriptionvoidProtonEncoder.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 SymbolModifier and TypeMethodDescriptionAcceptedTypeEncoder.getDescriptorSymbol()AmqpSequenceTypeEncoder.getDescriptorSymbol()AmqpValueTypeEncoder.getDescriptorSymbol()ApplicationPropertiesTypeEncoder.getDescriptorSymbol()DataTypeEncoder.getDescriptorSymbol()DeleteOnCloseTypeEncoder.getDescriptorSymbol()DeleteOnNoLinksOrMessagesTypeEncoder.getDescriptorSymbol()DeleteOnNoLinksTypeEncoder.getDescriptorSymbol()DeleteOnNoMessagesTypeEncoder.getDescriptorSymbol()DeliveryAnnotationsTypeEncoder.getDescriptorSymbol()FooterTypeEncoder.getDescriptorSymbol()HeaderTypeEncoder.getDescriptorSymbol()MessageAnnotationsTypeEncoder.getDescriptorSymbol()ModifiedTypeEncoder.getDescriptorSymbol()PropertiesTypeEncoder.getDescriptorSymbol()ReceivedTypeEncoder.getDescriptorSymbol()RejectedTypeEncoder.getDescriptorSymbol()ReleasedTypeEncoder.getDescriptorSymbol()SourceTypeEncoder.getDescriptorSymbol()TargetTypeEncoder.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 SymbolMethods in org.apache.qpid.protonj2.codec.encoders.primitives with parameters of type SymbolModifier and TypeMethodDescriptionvoidSymbolTypeEncoder.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 SymbolModifier and TypeMethodDescriptionSaslChallengeTypeEncoder.getDescriptorSymbol()SaslInitTypeEncoder.getDescriptorSymbol()SaslMechanismsTypeEncoder.getDescriptorSymbol()SaslOutcomeTypeEncoder.getDescriptorSymbol()SaslResponseTypeEncoder.getDescriptorSymbol() -
Uses of Symbol in org.apache.qpid.protonj2.codec.encoders.transactions
Methods in org.apache.qpid.protonj2.codec.encoders.transactions that return SymbolModifier and TypeMethodDescriptionCoordinatorTypeEncoder.getDescriptorSymbol()DeclaredTypeEncoder.getDescriptorSymbol()DeclareTypeEncoder.getDescriptorSymbol()DischargeTypeEncoder.getDescriptorSymbol()TransactionStateTypeEncoder.getDescriptorSymbol() -
Uses of Symbol in org.apache.qpid.protonj2.codec.encoders.transport
Methods in org.apache.qpid.protonj2.codec.encoders.transport that return SymbolModifier and TypeMethodDescriptionAttachTypeEncoder.getDescriptorSymbol()BeginTypeEncoder.getDescriptorSymbol()CloseTypeEncoder.getDescriptorSymbol()DetachTypeEncoder.getDescriptorSymbol()DispositionTypeEncoder.getDescriptorSymbol()EndTypeEncoder.getDescriptorSymbol()ErrorConditionTypeEncoder.getDescriptorSymbol()FlowTypeEncoder.getDescriptorSymbol()OpenTypeEncoder.getDescriptorSymbol()TransferTypeEncoder.getDescriptorSymbol() -
Uses of Symbol in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine that return SymbolModifier and TypeMethodDescriptionSymbol[]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 SymbolMethods in org.apache.qpid.protonj2.engine with parameters of type SymbolModifier and TypeMethodDescriptionEndpoint.setDesiredCapabilities(Symbol... capabilities) Sets the capabilities that are desired from the remote when thisEndpointis opened.Endpoint.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 -
Uses of Symbol in org.apache.qpid.protonj2.engine.exceptions
Methods in org.apache.qpid.protonj2.engine.exceptions that return SymbolConstructors in org.apache.qpid.protonj2.engine.exceptions with parameters of type SymbolModifierConstructorDescriptionProtocolViolationException(Symbol condition) ProtocolViolationException(Symbol condition, String message) ProtocolViolationException(Symbol condition, String message, Throwable cause) ProtocolViolationException(Symbol condition, Throwable cause) -
Uses of Symbol in org.apache.qpid.protonj2.engine.impl
Methods in org.apache.qpid.protonj2.engine.impl that return SymbolModifier and TypeMethodDescriptionSymbol[]ProtonConnection.getDesiredCapabilities()Symbol[]ProtonLink.getDesiredCapabilities()Symbol[]ProtonSession.getDesiredCapabilities()Symbol[]ProtonTransactionController.getDesiredCapabilities()Symbol[]ProtonTransactionManager.getDesiredCapabilities()Symbol[]ProtonConnection.getOfferedCapabilities()Symbol[]ProtonLink.getOfferedCapabilities()Symbol[]ProtonSession.getOfferedCapabilities()Symbol[]ProtonTransactionController.getOfferedCapabilities()Symbol[]ProtonTransactionManager.getOfferedCapabilities()Symbol[]ProtonConnection.getRemoteDesiredCapabilities()Symbol[]ProtonLink.getRemoteDesiredCapabilities()Symbol[]ProtonSession.getRemoteDesiredCapabilities()Symbol[]ProtonTransactionController.getRemoteDesiredCapabilities()Symbol[]ProtonTransactionManager.getRemoteDesiredCapabilities()Symbol[]ProtonConnection.getRemoteOfferedCapabilities()Symbol[]ProtonLink.getRemoteOfferedCapabilities()Symbol[]ProtonSession.getRemoteOfferedCapabilities()Symbol[]ProtonTransactionController.getRemoteOfferedCapabilities()Symbol[]ProtonTransactionManager.getRemoteOfferedCapabilities()Methods in org.apache.qpid.protonj2.engine.impl that return types with arguments of type SymbolModifier and TypeMethodDescriptionProtonConnection.getProperties()ProtonLink.getProperties()ProtonSession.getProperties()ProtonTransactionController.getProperties()ProtonTransactionManager.getProperties()ProtonConnection.getRemoteProperties()ProtonLink.getRemoteProperties()ProtonSession.getRemoteProperties()ProtonTransactionController.getRemoteProperties()ProtonTransactionManager.getRemoteProperties()Methods in org.apache.qpid.protonj2.engine.impl with parameters of type SymbolModifier and TypeMethodDescriptionProtonConnection.setDesiredCapabilities(Symbol... capabilities) ProtonLink.setDesiredCapabilities(Symbol... capabilities) ProtonSession.setDesiredCapabilities(Symbol... capabilities) ProtonTransactionController.setDesiredCapabilities(Symbol... desiredCapabilities) ProtonTransactionManager.setDesiredCapabilities(Symbol... desiredCapabilities) ProtonConnection.setOfferedCapabilities(Symbol... capabilities) ProtonLink.setOfferedCapabilities(Symbol... capabilities) ProtonSession.setOfferedCapabilities(Symbol... capabilities) ProtonTransactionController.setOfferedCapabilities(Symbol... offeredCapabilities) ProtonTransactionManager.setOfferedCapabilities(Symbol... offeredCapabilities) Method parameters in org.apache.qpid.protonj2.engine.impl with type arguments of type SymbolModifier and TypeMethodDescriptionProtonConnection.setProperties(Map<Symbol, Object> properties) ProtonLink.setProperties(Map<Symbol, Object> properties) ProtonSession.setProperties(Map<Symbol, Object> properties) ProtonTransactionController.setProperties(Map<Symbol, Object> properties) ProtonTransactionManager.setProperties(Map<Symbol, Object> properties) -
Uses of Symbol in org.apache.qpid.protonj2.engine.sasl
Methods in org.apache.qpid.protonj2.engine.sasl that return SymbolModifier and TypeMethodDescriptionSaslContext.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 SymbolModifier and TypeMethodDescriptionvoidSaslServerListener.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.SaslClientContext.sendChosenMechanism(Symbol mechanism, 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.SaslServerContext.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 SymbolModifier and TypeFieldDescriptionstatic final SymbolAnonymousMechanism.ANONYMOUSA singleton instance of the symbolic mechanism name.static final SymbolCramMD5Mechanism.CRAM_MD5A singleton instance of the symbolic mechanism name.static final SymbolExternalMechanism.EXTERNALA singleton instance of the symbolic mechanism name.static final SymbolPlainMechanism.PLAINA singleton instance of the symbolic mechanism name.static final SymbolScramSHA1Mechanism.SCRAM_SHA_1A singleton instance of the symbolic mechanism name.static final SymbolScramSHA256Mechanism.SCRAM_SHA_256A singleton instance of the symbolic mechanism name.static final SymbolScramSHA512Mechanism.SCRAM_SHA_512A singleton instance of the symbolic mechanism name.static final SymbolXOauth2Mechanism.XOAUTH2A singleton instance of the symbolic mechanism name.Methods in org.apache.qpid.protonj2.engine.sasl.client that return SymbolModifier and TypeMethodDescriptionAnonymousMechanism.getName()CramMD5Mechanism.getName()ExternalMechanism.getName()Mechanism.getName()PlainMechanism.getName()abstract SymbolSaslMechanisms.getName()ScramSHA1Mechanism.getName()ScramSHA256Mechanism.getName()ScramSHA512Mechanism.getName()XOauth2Mechanism.getName()Methods in org.apache.qpid.protonj2.engine.sasl.client that return types with arguments of type SymbolMethods in org.apache.qpid.protonj2.engine.sasl.client with parameters of type SymbolModifier and TypeMethodDescriptionprotected MechanismSaslMechanismSelector.createMechanism(Symbol name, SaslCredentialsProvider credentials) voidSaslAuthenticator.handleSaslMechanisms(SaslClientContext context, Symbol[] mechanisms) SaslMechanismSelector.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 SaslMechanismsReturns the matchingSaslMechanismsenumeration value for the givenSymbolkey.Constructor parameters in org.apache.qpid.protonj2.engine.sasl.client with type arguments of type Symbol -
Uses of Symbol in org.apache.qpid.protonj2.engine.util
Methods in org.apache.qpid.protonj2.engine.util that return SymbolModifier and TypeMethodDescriptionstatic Symbol[]StringUtils.toSymbolArray(String[] stringArray) Converts the given String[] into a Symbol[] array.static Symbol[]StringUtils.toSymbolArray(Collection<String> stringsSet) Converts the given StringCollectioninto a Symbol array.Methods in org.apache.qpid.protonj2.engine.util that return types with arguments of type SymbolModifier and TypeMethodDescriptionStringUtils.toSymbolKeyedMap(Map<String, Object> stringsMap) StringUtils.toSymbolSet(Collection<String> stringsSet) Converts the given StringCollectioninto a matching SymbolSet.Methods in org.apache.qpid.protonj2.engine.util with parameters of type SymbolModifier and TypeMethodDescriptionstatic String[]StringUtils.toStringArray(Symbol[] symbolArray) Converts the given Symbol[] into a String[] array.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 -
Uses of Symbol in org.apache.qpid.protonj2.types
Methods in org.apache.qpid.protonj2.types that return SymbolModifier and TypeMethodDescriptionstatic Symbolstatic SymbolSymbol.getSymbol(ProtonBuffer symbolBytes) static SymbolSymbol.getSymbol(ProtonBuffer symbolBuffer, boolean copyOnCreate) static SymbolMethods in org.apache.qpid.protonj2.types with parameters of type Symbol -
Uses of Symbol in org.apache.qpid.protonj2.types.messaging
Fields in org.apache.qpid.protonj2.types.messaging declared as SymbolModifier and TypeFieldDescriptionstatic final SymbolAccepted.DESCRIPTOR_SYMBOLstatic final SymbolAmqpSequence.DESCRIPTOR_SYMBOLstatic final SymbolAmqpValue.DESCRIPTOR_SYMBOLstatic final SymbolApplicationProperties.DESCRIPTOR_SYMBOLstatic final SymbolData.DESCRIPTOR_SYMBOLstatic final SymbolDeleteOnClose.DESCRIPTOR_SYMBOLstatic final SymbolDeleteOnNoLinks.DESCRIPTOR_SYMBOLstatic final SymbolDeleteOnNoLinksOrMessages.DESCRIPTOR_SYMBOLstatic final SymbolDeleteOnNoMessages.DESCRIPTOR_SYMBOLstatic final SymbolDeliveryAnnotations.DESCRIPTOR_SYMBOLstatic final SymbolFooter.DESCRIPTOR_SYMBOLstatic final SymbolHeader.DESCRIPTOR_SYMBOLstatic final SymbolMessageAnnotations.DESCRIPTOR_SYMBOLstatic final SymbolModified.DESCRIPTOR_SYMBOLstatic final SymbolProperties.DESCRIPTOR_SYMBOLstatic final SymbolReceived.DESCRIPTOR_SYMBOLstatic final SymbolRejected.DESCRIPTOR_SYMBOLstatic final SymbolReleased.DESCRIPTOR_SYMBOLstatic final SymbolSource.DESCRIPTOR_SYMBOLstatic final SymbolTarget.DESCRIPTOR_SYMBOLMethods in org.apache.qpid.protonj2.types.messaging that return SymbolModifier and TypeMethodDescriptionSymbol[]Source.getCapabilities()Symbol[]Target.getCapabilities()Source.getDistributionMode()Symbol[]Source.getOutcomes()TerminusExpiryPolicy.getPolicy()Methods in org.apache.qpid.protonj2.types.messaging that return types with arguments of type SymbolModifier and TypeMethodDescriptionSource.getDynamicNodeProperties()Target.getDynamicNodeProperties()Source.getFilter()Modified.getMessageAnnotations()DeliveryAnnotations.getValue()Footer.getValue()MessageAnnotations.getValue()Methods in org.apache.qpid.protonj2.types.messaging with parameters of type SymbolModifier and TypeMethodDescriptionSource.setCapabilities(Symbol... capabilities) Target.setCapabilities(Symbol... capabilities) Source.setDistributionMode(Symbol distributionMode) Source.setOutcomes(Symbol... outcomes) static TerminusExpiryPolicyReturns the enum constant of this type with the specified name.Method parameters in org.apache.qpid.protonj2.types.messaging with type arguments of type SymbolModifier and TypeMethodDescriptionSource.setDynamicNodeProperties(Map<Symbol, ?> dynamicNodeProperties) Target.setDynamicNodeProperties(Map<Symbol, ?> dynamicNodeProperties) Modified.setMessageAnnotations(Map<Symbol, ?> messageAnnotations) Constructor parameters in org.apache.qpid.protonj2.types.messaging with type arguments of type Symbol -
Uses of Symbol in org.apache.qpid.protonj2.types.security
Fields in org.apache.qpid.protonj2.types.security declared as SymbolModifier and TypeFieldDescriptionstatic final SymbolSaslChallenge.DESCRIPTOR_SYMBOLstatic final SymbolSaslInit.DESCRIPTOR_SYMBOLstatic final SymbolSaslMechanisms.DESCRIPTOR_SYMBOLstatic final SymbolSaslOutcome.DESCRIPTOR_SYMBOLstatic final SymbolSaslResponse.DESCRIPTOR_SYMBOLMethods in org.apache.qpid.protonj2.types.security that return SymbolModifier and TypeMethodDescriptionSaslInit.getMechanism()Symbol[]SaslMechanisms.getSaslServerMechanisms()Methods in org.apache.qpid.protonj2.types.security with parameters of type SymbolModifier and TypeMethodDescriptionSaslInit.setMechanism(Symbol mechanism) SaslMechanisms.setSaslServerMechanisms(Symbol... saslServerMechanisms) -
Uses of Symbol in org.apache.qpid.protonj2.types.transactions
Fields in org.apache.qpid.protonj2.types.transactions declared as SymbolModifier and TypeFieldDescriptionstatic final SymbolCoordinator.DESCRIPTOR_SYMBOLstatic final SymbolDeclare.DESCRIPTOR_SYMBOLstatic final SymbolDeclared.DESCRIPTOR_SYMBOLstatic final SymbolDischarge.DESCRIPTOR_SYMBOLstatic final SymbolTransactionalState.DESCRIPTOR_SYMBOLstatic final SymbolTxnCapability.DISTRIBUTED_TXNstatic final SymbolTxnCapability.LOCAL_TXNstatic final SymbolTxnCapability.MULTI_SSNS_PER_TXNstatic final SymbolTxnCapability.MULTI_TXNS_PER_SSNstatic final SymbolTxnCapability.PROMOTABLE_TXNstatic final SymbolTransactionErrors.TRANSACTION_ROLLBACKstatic final SymbolTransactionErrors.TRANSACTION_TIMEOUTstatic final SymbolTransactionErrors.UNKNOWN_IDMethods in org.apache.qpid.protonj2.types.transactions that return SymbolMethods in org.apache.qpid.protonj2.types.transactions with parameters of type SymbolModifier and TypeMethodDescriptionfinal CoordinatorCoordinator.setCapabilities(Symbol... capabilities) -
Uses of Symbol in org.apache.qpid.protonj2.types.transport
Fields in org.apache.qpid.protonj2.types.transport declared as SymbolModifier and TypeFieldDescriptionstatic final SymbolConnectionError.CONNECTION_FORCEDAn operator intervened to close the connection for some reason.static final SymbolAmqpError.DECODE_ERRORData could not be decoded.static final SymbolAttach.DESCRIPTOR_SYMBOLstatic final SymbolBegin.DESCRIPTOR_SYMBOLstatic final SymbolClose.DESCRIPTOR_SYMBOLTheSymboldescriptor code that defines this AMQP type.static final SymbolDetach.DESCRIPTOR_SYMBOLstatic final SymbolDisposition.DESCRIPTOR_SYMBOLstatic final Symbolstatic final SymbolErrorCondition.DESCRIPTOR_SYMBOLstatic final SymbolFlow.DESCRIPTOR_SYMBOLstatic final SymbolOpen.DESCRIPTOR_SYMBOLstatic final SymbolTransfer.DESCRIPTOR_SYMBOLstatic final SymbolLinkError.DETACH_FORCEDAn operator intervened to detach for some reason.static final SymbolSessionError.ERRANT_LINKInput was received for a link that was detached with an error.static final 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 final SymbolConnectionError.FRAMING_ERRORA valid frame header cannot be formed from the incoming byte stream.static final SymbolSessionError.HANDLE_IN_USEAn attach was received using a handle that is already in use for an attached link.static final SymbolAmqpError.ILLEGAL_STATEThe peer sent a frame that is not permitted in the current state.static final SymbolAmqpError.INTERNAL_ERRORAn internal error occurred.static final SymbolAmqpError.INVALID_FIELDAn invalid field was passed in a frame body, and the operation could not proceed.static final SymbolLinkError.MESSAGE_SIZE_EXCEEDEDThe peer sent a larger message than is supported on the link.static final SymbolAmqpError.NOT_ALLOWEDThe peer tried to use a frame in a manner that is inconsistent with the semantics defined in the specification.static final SymbolAmqpError.NOT_FOUNDA peer attempted to work with a remote entity that does not exist.static final SymbolAmqpError.NOT_IMPLEMENTEDThe peer tried to use functionality that is not implemented in its partner.static final SymbolAmqpError.PRECONDITION_FAILEDThe client made a request that was not allowed because some precondition failed.static final SymbolConnectionError.REDIRECTThe container is no longer available on the current connection.static final SymbolLinkError.REDIRECTThe address provided cannot be resolved to a terminus at the current container.static final SymbolAmqpError.RESOURCE_DELETEDA server entity the client is working with has been deleted.static final SymbolAmqpError.RESOURCE_LIMIT_EXCEEDEDA peer exceeded its resource allocation.static final 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 final SymbolLinkError.STOLENThe link has been attached elsewhere, causing the existing attachment to be forcibly closed.static final SymbolLinkError.TRANSFER_LIMIT_EXCEEDEDThe peer sent more message transfers than currently allowed on the link.static final SymbolSessionError.UNATTACHED_HANDLEA frame (other than attach) was received referencing a handle which is not currently in use of an attached link.static final SymbolAmqpError.UNAUTHORIZED_ACCESSA peer attempted to work with a remote entity to which it has no access due to security settings.static final SymbolSessionError.WINDOW_VIOLATIONThe peer violated incoming window for the session.Methods in org.apache.qpid.protonj2.types.transport that return SymbolModifier and TypeMethodDescriptionErrorCondition.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 SymbolModifier and TypeMethodDescriptionErrorCondition.getInfo()Attach.getProperties()Begin.getProperties()Flow.getProperties()Open.getProperties()Methods in org.apache.qpid.protonj2.types.transport with parameters of type SymbolModifier and TypeMethodDescriptionAttach.setDesiredCapabilities(Symbol... desiredCapabilities) Begin.setDesiredCapabilities(Symbol... desiredCapabilities) Open.setDesiredCapabilities(Symbol... desiredCapabilities) Open.setIncomingLocales(Symbol... incomingLocales) Attach.setOfferedCapabilities(Symbol... offeredCapabilities) Begin.setOfferedCapabilities(Symbol... offeredCapabilities) Open.setOfferedCapabilities(Symbol... offeredCapabilities) Open.setOutgoingLocales(Symbol... outgoingLocales) Method parameters in org.apache.qpid.protonj2.types.transport with type arguments of type SymbolModifier and TypeMethodDescriptionAttach.setProperties(Map<Symbol, Object> properties) Begin.setProperties(Map<Symbol, Object> properties) Flow.setProperties(Map<Symbol, Object> properties) Open.setProperties(Map<Symbol, Object> properties) Constructors in org.apache.qpid.protonj2.types.transport with parameters of type SymbolConstructor parameters in org.apache.qpid.protonj2.types.transport with type arguments of type Symbol