Uses of Class
org.apache.qpid.proton.amqp.Symbol
-
-
Uses of Symbol in org.apache.qpid.proton.amqp
Methods in org.apache.qpid.proton.amqp that return Symbol Modifier and Type Method Description static SymbolSymbol. getSymbol(java.lang.String symbolVal)static SymbolSymbol. valueOf(java.lang.String symbolVal)Methods in org.apache.qpid.proton.amqp with parameters of type Symbol Modifier and Type Method Description intSymbol. compareTo(Symbol o) -
Uses of Symbol in org.apache.qpid.proton.amqp.messaging
Fields in org.apache.qpid.proton.amqp.messaging declared as Symbol Modifier and Type Field Description static SymbolAccepted. DESCRIPTOR_SYMBOLstatic SymbolModified. DESCRIPTOR_SYMBOLstatic SymbolRejected. DESCRIPTOR_SYMBOLstatic SymbolReleased. DESCRIPTOR_SYMBOLMethods in org.apache.qpid.proton.amqp.messaging that return Symbol Modifier and Type Method Description Symbol[]Terminus. getCapabilities()SymbolProperties. getContentEncoding()SymbolProperties. getContentType()SymbolSource. getDistributionMode()Symbol[]Source. getOutcomes()SymbolTerminusExpiryPolicy. getPolicy()Methods in org.apache.qpid.proton.amqp.messaging that return types with arguments of type Symbol Modifier and Type Method Description java.util.Map<Symbol,java.lang.Object>DeliveryAnnotations. getValue()java.util.Map<Symbol,java.lang.Object>MessageAnnotations. getValue()Methods in org.apache.qpid.proton.amqp.messaging with parameters of type Symbol Modifier and Type Method Description voidTerminus. setCapabilities(Symbol... capabilities)voidProperties. setContentEncoding(Symbol contentEncoding)voidProperties. setContentType(Symbol contentType)voidSource. setDistributionMode(Symbol distributionMode)voidSource. setOutcomes(Symbol... outcomes)static TerminusExpiryPolicyTerminusExpiryPolicy. valueOf(Symbol policy)Returns the enum constant of this type with the specified name.Constructor parameters in org.apache.qpid.proton.amqp.messaging with type arguments of type Symbol Constructor Description DeliveryAnnotations(java.util.Map<Symbol,java.lang.Object> value)MessageAnnotations(java.util.Map<Symbol,java.lang.Object> value) -
Uses of Symbol in org.apache.qpid.proton.amqp.security
Methods in org.apache.qpid.proton.amqp.security that return Symbol Modifier and Type Method Description SymbolSaslInit. getMechanism()Symbol[]SaslMechanisms. getSaslServerMechanisms()Methods in org.apache.qpid.proton.amqp.security with parameters of type Symbol Modifier and Type Method Description voidSaslInit. 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 Symbol Modifier and Type Field Description static SymbolDeclared. 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.proton.amqp.transaction that return Symbol Modifier and Type Method Description Symbol[]Coordinator. getCapabilities()Methods in org.apache.qpid.proton.amqp.transaction with parameters of type Symbol Modifier and Type Method Description voidCoordinator. setCapabilities(Symbol... capabilities) -
Uses of Symbol in org.apache.qpid.proton.amqp.transport
Fields in org.apache.qpid.proton.amqp.transport declared as Symbol Modifier and Type Field Description static SymbolConnectionError. CONNECTION_FORCEDstatic SymbolAmqpError. DECODE_ERRORstatic SymbolLinkError. DETACH_FORCEDstatic SymbolSessionError. ERRANT_LINKstatic SymbolAmqpError. FRAME_SIZE_TOO_SMALLstatic SymbolConnectionError. FRAMING_ERRORstatic SymbolSessionError. HANDLE_IN_USEstatic SymbolAmqpError. ILLEGAL_STATEstatic SymbolAmqpError. INTERNAL_ERRORstatic SymbolAmqpError. INVALID_FIELDstatic SymbolLinkError. MESSAGE_SIZE_EXCEEDEDstatic SymbolAmqpError. NOT_ALLOWEDstatic SymbolAmqpError. NOT_FOUNDstatic SymbolAmqpError. NOT_IMPLEMENTEDstatic SymbolAmqpError. PRECONDITION_FAILEDstatic SymbolConnectionError. REDIRECTstatic SymbolLinkError. REDIRECTstatic SymbolAmqpError. RESOURCE_DELETEDstatic SymbolAmqpError. RESOURCE_LIMIT_EXCEEDEDstatic SymbolAmqpError. RESOURCE_LOCKEDstatic SymbolLinkError. STOLENstatic SymbolLinkError. TRANSFER_LIMIT_EXCEEDEDstatic SymbolSessionError. UNATTACHED_HANDLEstatic SymbolAmqpError. UNAUTHORIZED_ACCESSstatic SymbolSessionError. WINDOW_VIOLATIONMethods in org.apache.qpid.proton.amqp.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.proton.amqp.transport with parameters of type Symbol Modifier and Type Method Description voidErrorCondition. 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 Constructor Description ErrorCondition(Symbol condition, java.lang.String description) -
Uses of Symbol in org.apache.qpid.proton.codec
Methods in org.apache.qpid.proton.codec that return Symbol Modifier and Type Method Description SymbolData. getSymbol()SymbolDecoder. readSymbol()SymbolDecoder. readSymbol(Symbol defaultValue)SymbolDecoderImpl. readSymbol()SymbolDecoderImpl. readSymbol(Symbol defaultValue)Methods in org.apache.qpid.proton.codec that return types with arguments of type Symbol Modifier and Type Method Description java.lang.Class<Symbol>SymbolType. getTypeClass()Methods in org.apache.qpid.proton.codec with parameters of type Symbol Modifier and Type Method Description voidSymbolType. fastWrite(EncoderImpl encoder, Symbol symbol)SymbolType.SymbolEncodingSymbolType. getEncoding(Symbol val)voidData. putSymbol(Symbol symbol)SymbolDecoder. readSymbol(Symbol defaultValue)SymbolDecoderImpl. 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 Symbol Modifier and Type Method Description SymbolDataImpl. getSymbol()Methods in org.apache.qpid.proton.codec.impl with parameters of type Symbol Modifier and Type Method Description voidDataImpl. putSymbol(Symbol symbol) -
Uses of Symbol in org.apache.qpid.proton.engine
Methods in org.apache.qpid.proton.engine that return Symbol Modifier and Type Method Description Symbol[]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 Symbol Modifier and Type Method Description java.util.Map<Symbol,java.lang.Object>Link. getProperties()Gets the local link properties.java.util.Map<Symbol,java.lang.Object>Session. getProperties()Gets the local session properties.java.util.Map<Symbol,java.lang.Object>Connection. getRemoteProperties()java.util.Map<Symbol,java.lang.Object>Link. getRemoteProperties()Gets the remote link properties, as conveyed from the peer via the Attach frame when attaching the link to the session.java.util.Map<Symbol,java.lang.Object>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 Symbol Modifier and Type Method Description voidConnection. 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 Symbol Modifier and Type Method Description voidConnection. setProperties(java.util.Map<Symbol,java.lang.Object> properties)voidLink. setProperties(java.util.Map<Symbol,java.lang.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(java.util.Map<Symbol,java.lang.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 Symbol Modifier and Type Method Description SymbolSaslImpl. 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 Symbol Modifier and Type Method Description java.util.Map<Symbol,java.lang.Object>LinkImpl. getProperties()java.util.Map<Symbol,java.lang.Object>SessionImpl. getProperties()java.util.Map<Symbol,java.lang.Object>ConnectionImpl. getRemoteProperties()java.util.Map<Symbol,java.lang.Object>LinkImpl. getRemoteProperties()java.util.Map<Symbol,java.lang.Object>SessionImpl. getRemoteProperties()Methods in org.apache.qpid.proton.engine.impl with parameters of type Symbol Modifier and Type Method Description voidConnectionImpl. 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 Symbol Modifier and Type Method Description voidConnectionImpl. setProperties(java.util.Map<Symbol,java.lang.Object> properties)voidLinkImpl. setProperties(java.util.Map<Symbol,java.lang.Object> properties)voidSessionImpl. setProperties(java.util.Map<Symbol,java.lang.Object> properties)
-