Uses of Class
org.apache.qpid.proton.amqp.Symbol
Packages that use Symbol
Package
Description
-
Uses of Symbol in org.apache.qpid.proton.amqp
Methods in org.apache.qpid.proton.amqp that return SymbolMethods in org.apache.qpid.proton.amqp with parameters of type Symbol -
Uses of Symbol in org.apache.qpid.proton.amqp.messaging
Fields in org.apache.qpid.proton.amqp.messaging declared as SymbolModifier and TypeFieldDescriptionstatic final SymbolAccepted.DESCRIPTOR_SYMBOLstatic final SymbolModified.DESCRIPTOR_SYMBOLstatic final SymbolRejected.DESCRIPTOR_SYMBOLstatic final SymbolReleased.DESCRIPTOR_SYMBOLMethods in org.apache.qpid.proton.amqp.messaging that return SymbolModifier and TypeMethodDescriptionfinal Symbol[]Terminus.getCapabilities()Properties.getContentEncoding()Properties.getContentType()Source.getDistributionMode()Symbol[]Source.getOutcomes()TerminusExpiryPolicy.getPolicy()Methods in org.apache.qpid.proton.amqp.messaging that return types with arguments of type SymbolMethods in org.apache.qpid.proton.amqp.messaging with parameters of type SymbolModifier and TypeMethodDescriptionfinal voidTerminus.setCapabilities(Symbol... capabilities) voidProperties.setContentEncoding(Symbol contentEncoding) voidProperties.setContentType(Symbol contentType) voidSource.setDistributionMode(Symbol distributionMode) voidSource.setOutcomes(Symbol... outcomes) static TerminusExpiryPolicyReturns the enum constant of this type with the specified name.Constructor parameters in org.apache.qpid.proton.amqp.messaging with type arguments of type SymbolModifierConstructorDescriptionDeliveryAnnotations(Map<Symbol, Object> value) MessageAnnotations(Map<Symbol, Object> value) -
Uses of Symbol in org.apache.qpid.proton.amqp.security
Methods in org.apache.qpid.proton.amqp.security that return SymbolModifier and TypeMethodDescriptionSaslInit.getMechanism()Symbol[]SaslMechanisms.getSaslServerMechanisms()Methods in org.apache.qpid.proton.amqp.security with parameters of type SymbolModifier and TypeMethodDescriptionvoidSaslInit.setMechanism(Symbol mechanism) voidSaslMechanisms.setSaslServerMechanisms(Symbol... saslServerMechanisms) -
Uses of Symbol in org.apache.qpid.proton.amqp.transaction
Fields in org.apache.qpid.proton.amqp.transaction declared as SymbolModifier and TypeFieldDescriptionstatic final SymbolDeclared.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.proton.amqp.transaction that return SymbolMethods in org.apache.qpid.proton.amqp.transaction with parameters of type Symbol -
Uses of Symbol in org.apache.qpid.proton.amqp.transport
Fields in org.apache.qpid.proton.amqp.transport declared as SymbolModifier and TypeFieldDescriptionstatic final SymbolConnectionError.CONNECTION_FORCEDstatic final SymbolAmqpError.DECODE_ERRORstatic final SymbolLinkError.DETACH_FORCEDstatic final SymbolSessionError.ERRANT_LINKstatic final SymbolAmqpError.FRAME_SIZE_TOO_SMALLstatic final SymbolConnectionError.FRAMING_ERRORstatic final SymbolSessionError.HANDLE_IN_USEstatic final SymbolAmqpError.ILLEGAL_STATEstatic final SymbolAmqpError.INTERNAL_ERRORstatic final SymbolAmqpError.INVALID_FIELDstatic final SymbolLinkError.MESSAGE_SIZE_EXCEEDEDstatic final SymbolAmqpError.NOT_ALLOWEDstatic final SymbolAmqpError.NOT_FOUNDstatic final SymbolAmqpError.NOT_IMPLEMENTEDstatic final SymbolAmqpError.PRECONDITION_FAILEDstatic final SymbolConnectionError.REDIRECTstatic final SymbolLinkError.REDIRECTstatic final SymbolAmqpError.RESOURCE_DELETEDstatic final SymbolAmqpError.RESOURCE_LIMIT_EXCEEDEDstatic final SymbolAmqpError.RESOURCE_LOCKEDstatic final SymbolLinkError.STOLENstatic final SymbolLinkError.TRANSFER_LIMIT_EXCEEDEDstatic final SymbolSessionError.UNATTACHED_HANDLEstatic final SymbolAmqpError.UNAUTHORIZED_ACCESSstatic final SymbolSessionError.WINDOW_VIOLATIONMethods in org.apache.qpid.proton.amqp.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.proton.amqp.transport with parameters of type SymbolModifier and TypeMethodDescriptionvoidErrorCondition.setCondition(Symbol condition) voidAttach.setDesiredCapabilities(Symbol... desiredCapabilities) voidBegin.setDesiredCapabilities(Symbol... desiredCapabilities) voidOpen.setDesiredCapabilities(Symbol... desiredCapabilities) voidOpen.setIncomingLocales(Symbol... incomingLocales) voidAttach.setOfferedCapabilities(Symbol... offeredCapabilities) voidBegin.setOfferedCapabilities(Symbol... offeredCapabilities) voidOpen.setOfferedCapabilities(Symbol... offeredCapabilities) voidOpen.setOutgoingLocales(Symbol... outgoingLocales) Constructors in org.apache.qpid.proton.amqp.transport with parameters of type Symbol -
Uses of Symbol in org.apache.qpid.proton.codec
Methods in org.apache.qpid.proton.codec that return SymbolModifier and TypeMethodDescriptionData.getSymbol()Decoder.readSymbol()Decoder.readSymbol(Symbol defaultValue) DecoderImpl.readSymbol()DecoderImpl.readSymbol(Symbol defaultValue) Methods in org.apache.qpid.proton.codec that return types with arguments of type SymbolMethods in org.apache.qpid.proton.codec with parameters of type SymbolModifier and TypeMethodDescriptionvoidSymbolType.fastWrite(EncoderImpl encoder, Symbol symbol) SymbolType.getEncoding(Symbol val) voidDecoder.readSymbol(Symbol defaultValue) DecoderImpl.readSymbol(Symbol defaultValue) voidEncoder.writeSymbol(Symbol s) voidEncoderImpl.writeSymbol(Symbol s) -
Uses of Symbol in org.apache.qpid.proton.codec.impl
Methods in org.apache.qpid.proton.codec.impl that return SymbolMethods in org.apache.qpid.proton.codec.impl with parameters of type Symbol -
Uses of Symbol in org.apache.qpid.proton.engine
Methods in org.apache.qpid.proton.engine that return SymbolModifier and TypeMethodDescriptionSymbol[]Link.getDesiredCapabilities()Gets the local link desired capabilities.Symbol[]Session.getDesiredCapabilities()Gets the local session desired capabilities.Symbol[]Link.getOfferedCapabilities()Gets the local link offered capabilities.Symbol[]Session.getOfferedCapabilities()Gets the local session offered capabilities.Symbol[]Connection.getRemoteDesiredCapabilities()Symbol[]Link.getRemoteDesiredCapabilities()Gets the remote link desired capabilities, as conveyed from the peer via the Attach frame when attaching the link to the session.Symbol[]Session.getRemoteDesiredCapabilities()Gets the remote session desired capabilities, as conveyed from the peer via the Begin frame when opening the session.Symbol[]Connection.getRemoteOfferedCapabilities()Symbol[]Link.getRemoteOfferedCapabilities()Gets the remote link offered capabilities, as conveyed from the peer via the Attach frame when attaching the link to the session.Symbol[]Session.getRemoteOfferedCapabilities()Gets the remote session offered capabilities, as conveyed from the peer via the Begin frame when opening the session.Methods in org.apache.qpid.proton.engine that return types with arguments of type SymbolModifier and TypeMethodDescriptionLink.getProperties()Gets the local link properties.Session.getProperties()Gets the local session properties.Connection.getRemoteProperties()Link.getRemoteProperties()Gets the remote link properties, as conveyed from the peer via the Attach frame when attaching the link to the session.Session.getRemoteProperties()Gets the remote session properties, as conveyed from the peer via the Begin frame when opening the session.Methods in org.apache.qpid.proton.engine with parameters of type SymbolModifier and TypeMethodDescriptionvoidConnection.setDesiredCapabilities(Symbol[] capabilities) voidLink.setDesiredCapabilities(Symbol[] desiredCapabilities) Sets the local link desired capabilities, to be conveyed to the peer via the Attach frame when attaching the link to the session.voidSession.setDesiredCapabilities(Symbol[] desiredCapabilities) Sets the local session desired capabilities, to be conveyed to the peer via the Begin frame when opening the session.voidConnection.setOfferedCapabilities(Symbol[] capabilities) voidLink.setOfferedCapabilities(Symbol[] offeredCapabilities) Sets the local link offered capabilities, to be conveyed to the peer via the Attach frame when attaching the link to the session.voidSession.setOfferedCapabilities(Symbol[] offeredCapabilities) Sets the local session offered capabilities, to be conveyed to the peer via the Begin frame when opening the session.Method parameters in org.apache.qpid.proton.engine with type arguments of type SymbolModifier and TypeMethodDescriptionvoidConnection.setProperties(Map<Symbol, Object> properties) voidLink.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.voidSession.setProperties(Map<Symbol, Object> properties) Sets the local session properties, to be conveyed to the peer via the Begin frame when attaching the session to the session. -
Uses of Symbol in org.apache.qpid.proton.engine.impl
Methods in org.apache.qpid.proton.engine.impl that return SymbolModifier and TypeMethodDescriptionSaslImpl.getChosenMechanism()Symbol[]LinkImpl.getDesiredCapabilities()Symbol[]SessionImpl.getDesiredCapabilities()Symbol[]LinkImpl.getOfferedCapabilities()Symbol[]SessionImpl.getOfferedCapabilities()Symbol[]ConnectionImpl.getRemoteDesiredCapabilities()Symbol[]LinkImpl.getRemoteDesiredCapabilities()Symbol[]SessionImpl.getRemoteDesiredCapabilities()Symbol[]ConnectionImpl.getRemoteOfferedCapabilities()Symbol[]LinkImpl.getRemoteOfferedCapabilities()Symbol[]SessionImpl.getRemoteOfferedCapabilities()Methods in org.apache.qpid.proton.engine.impl that return types with arguments of type SymbolModifier and TypeMethodDescriptionLinkImpl.getProperties()SessionImpl.getProperties()ConnectionImpl.getRemoteProperties()LinkImpl.getRemoteProperties()SessionImpl.getRemoteProperties()Methods in org.apache.qpid.proton.engine.impl with parameters of type SymbolModifier and TypeMethodDescriptionvoidConnectionImpl.setDesiredCapabilities(Symbol[] capabilities) voidLinkImpl.setDesiredCapabilities(Symbol[] desiredCapabilities) voidSessionImpl.setDesiredCapabilities(Symbol[] desiredCapabilities) voidSaslImpl.setMechanism(Symbol mechanism) voidConnectionImpl.setOfferedCapabilities(Symbol[] capabilities) voidLinkImpl.setOfferedCapabilities(Symbol[] offeredCapabilities) voidSessionImpl.setOfferedCapabilities(Symbol[] offeredCapabilities) Method parameters in org.apache.qpid.proton.engine.impl with type arguments of type SymbolModifier and TypeMethodDescriptionvoidConnectionImpl.setProperties(Map<Symbol, Object> properties) voidLinkImpl.setProperties(Map<Symbol, Object> properties) voidSessionImpl.setProperties(Map<Symbol, Object> properties)