Uses of Class
org.apache.qpid.proton.amqp.messaging.Header
Packages that use Header
Package
Description
-
Uses of Header in org.apache.qpid.proton
Methods in org.apache.qpid.proton with parameters of type HeaderModifier and TypeMethodDescriptionstatic Message
Proton.message
(Header header, DeliveryAnnotations deliveryAnnotations, MessageAnnotations messageAnnotations, Properties properties, ApplicationProperties applicationProperties, Section body, Footer footer) -
Uses of Header in org.apache.qpid.proton.amqp.messaging
Constructors in org.apache.qpid.proton.amqp.messaging with parameters of type Header -
Uses of Header in org.apache.qpid.proton.codec.messaging
Methods in org.apache.qpid.proton.codec.messaging that return HeaderModifier and TypeMethodDescriptionHeaderType.newInstance
(Object described) FastPathHeaderType.readValue()
Methods in org.apache.qpid.proton.codec.messaging that return types with arguments of type HeaderModifier and TypeMethodDescriptionCollection<? extends TypeEncoding<Header>>
FastPathHeaderType.getAllEncodings()
FastPathHeaderType.getCanonicalEncoding()
FastPathHeaderType.getEncoding
(Header header) FastPathHeaderType.getTypeClass()
HeaderType.getTypeClass()
Methods in org.apache.qpid.proton.codec.messaging with parameters of type HeaderModifier and TypeMethodDescriptionFastPathHeaderType.getEncoding
(Header header) protected List
void
Constructors in org.apache.qpid.proton.codec.messaging with parameters of type Header -
Uses of Header in org.apache.qpid.proton.message
Methods in org.apache.qpid.proton.message that return HeaderMethods in org.apache.qpid.proton.message with parameters of type HeaderModifier and TypeMethodDescriptionstatic Message
Message.Factory.create
(Header header, DeliveryAnnotations deliveryAnnotations, MessageAnnotations messageAnnotations, Properties properties, ApplicationProperties applicationProperties, Section body, Footer footer) void
-
Uses of Header in org.apache.qpid.proton.message.impl
Methods in org.apache.qpid.proton.message.impl that return HeaderMethods in org.apache.qpid.proton.message.impl with parameters of type HeaderConstructors in org.apache.qpid.proton.message.impl with parameters of type HeaderModifierConstructorDescriptionMessageImpl
(Header header, DeliveryAnnotations deliveryAnnotations, MessageAnnotations messageAnnotations, Properties properties, ApplicationProperties applicationProperties, Section body, Footer footer) Application code should instead useMessage.Factory.create(Header, DeliveryAnnotations, MessageAnnotations, Properties, ApplicationProperties, Section, Footer)