public interface AMQProtocolWriter
AMQDataBlock,
will be encoded as it is written.| Modifier and Type | Method and Description |
|---|---|
void |
writeFrame(AMQDataBlock frame)
Writes a frame to the wire, encoding it as necessary, for example, into a sequence of bytes.
|
void writeFrame(AMQDataBlock frame)
frame - The frame to be encoded and written.Copyright © 2006–2018 The Apache Software Foundation. All rights reserved.