Package com.rabbitmq.client.impl
Class ContentHeaderPropertyWriter
java.lang.Object
com.rabbitmq.client.impl.ContentHeaderPropertyWriter
Generates an AMQP wire-protocol packet from a
ContentHeader
.
Methods on this object are usually called from autogenerated code.-
Constructor Summary
ConstructorDescriptionConstructs a fresh ContentHeaderPropertyWriter. -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
writeLonglong
(Long ll) void
writeLongstr
(LongString str) void
writeLongstr
(String str) void
writeOctet
(int octet) void
writeOctet
(Integer octet) void
writePresence
(boolean present) void
void
writeShortstr
(String str) void
writeTable
(Map<String, Object> table) void
writeTimestamp
(Date timestamp)
-
Constructor Details
-
ContentHeaderPropertyWriter
Constructs a fresh ContentHeaderPropertyWriter.
-
-
Method Details
-
writePresence
- Throws:
IOException
-
finishPresence
- Throws:
IOException
-
writeShortstr
- Throws:
IOException
-
writeLongstr
- Throws:
IOException
-
writeLongstr
- Throws:
IOException
-
writeShort
- Throws:
IOException
-
writeLong
- Throws:
IOException
-
writeLonglong
- Throws:
IOException
-
writeTable
- Throws:
IOException
-
writeOctet
- Throws:
IOException
-
writeOctet
- Throws:
IOException
-
writeTimestamp
- Throws:
IOException
-