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
ConstructorsConstructorDescriptionConstructs a fresh ContentHeaderPropertyWriter. -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidwriteLonglong(Long ll) voidwriteLongstr(LongString str) voidwriteLongstr(String str) voidwriteOctet(int octet) voidwriteOctet(Integer octet) voidwritePresence(boolean present) voidvoidwriteShortstr(String str) voidwriteTable(Map<String, Object> table) voidwriteTimestamp(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
-