java.lang.Object | |
↳ | com.rabbitmq.client.impl.ValueWriter |
Helper class to generate AMQP wire-protocol encoded values.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public API - call this to ensure all accumulated
values are correctly written to the output stream.
| |||||||||||
Public API - encodes an integer.
| |||||||||||
Public API - encodes a long integer.
| |||||||||||
Public API - encodes a long string from a LongString.
| |||||||||||
Public API - encodes a long string from a String.
| |||||||||||
Public API - encodes an octet from an int.
| |||||||||||
Public API - encodes an octet from a byte.
| |||||||||||
Public API - encodes a short integer.
| |||||||||||
Public API - encodes a short string.
| |||||||||||
Public API - encodes a table.
| |||||||||||
Public API - encodes a timestamp.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public API - call this to ensure all accumulated values are correctly written to the output stream.
IOException |
---|
Public API - encodes a long string from a LongString.
IOException |
---|
Public API - encodes a long string from a String.
IOException |
---|
Public API - encodes an octet from an int.
IOException |
---|
Public API - encodes an octet from a byte.
IOException |
---|
Public API - encodes a short string.
IOException |
---|
Public API - encodes a table.
IOException |
---|
Public API - encodes a timestamp.
IOException |
---|