|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OFMessageOutStream
Interface for writing OFMessages to a buffered stream
| Method Summary | |
|---|---|
void |
flush()
Pushes buffered data out the Stream; this is NOT guranteed to flush all data, multiple flush() calls may be required, until needFlush() returns false. |
boolean |
needsFlush()
Is there buffered data that needs to be flushed? |
void |
write(java.util.List<OFMessage> l)
Write an OpenFlow message to the stream. |
void |
write(OFMessage m)
Write an OpenFlow message to the stream |
| Method Detail |
|---|
void write(OFMessage m)
throws java.io.IOException
m - An OF Message
java.io.IOException
void write(java.util.List<OFMessage> l)
throws java.io.IOException
l - A list of OF Messages
java.io.IOException
void flush()
throws java.io.IOException
java.io.IOExceptionboolean needsFlush()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||