|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AMQProtocolWriter
AMQProtocolWriter provides a method to write a frame of data 'to the wire', in the context of the object
that implements the method, usually some sort of session. The block of data, encapsulated by AMQDataBlock
,
will be encoded as it is written.
Responsibilities |
---|
Write an encoded block of data to the write, in the context of a session. |
Method Summary | |
---|---|
void |
writeFrame(AMQDataBlock frame)
Writes a frame to the wire, encoding it as necessary, for example, into a sequence of bytes. |
Method Detail |
---|
void writeFrame(AMQDataBlock frame)
frame
- The frame to be encoded and written.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |