Class Overview
Generates an AMQP wire-protocol packet from a ContentHeader
.
Methods on this object are usually called from autogenerated code.
Summary
Fields |
public
int |
bitCount |
Position within current flags word |
public
int |
flagWord |
Current flags word being accumulated |
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Fields
public
int
bitCount
Position within current flags word
public
int
flagWord
Current flags word being accumulated
Public Constructors
public
ContentHeaderPropertyWriter
(DataOutputStream out)
Constructs a fresh ContentHeaderPropertyWriter.
Public Methods
public
void
finishPresence
()
public
void
writeLonglong
(Long ll)
public
void
writeLongstr
(String str)
public
void
writeOctet
(int octet)
public
void
writeOctet
(Integer octet)
public
void
writePresence
(boolean present)
public
void
writeShortstr
(String str)
public
void
writeTimestamp
(Date timestamp)