Class WaitForMessageEvent
- java.lang.Object
- 
- org.opendaylight.openflowjava.protocol.impl.clients.WaitForMessageEvent
 
- 
- All Implemented Interfaces:
- ClientEvent
 
 public class WaitForMessageEvent extends Object implements ClientEvent Class representing waiting on message.- Author:
- michal.polkorab
 
- 
- 
Constructor SummaryConstructors Constructor Description WaitForMessageEvent(byte[] headerExpected)Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleaneventExecuted()Common method for triggering events.voidsetHeaderReceived(byte[] headerReceived)Sets the received header.
 
- 
- 
- 
Method Detail- 
eventExecutedpublic boolean eventExecuted() Description copied from interface:ClientEventCommon method for triggering events.- Specified by:
- eventExecutedin interface- ClientEvent
- Returns:
- true if event executed successfully
 
 - 
setHeaderReceivedpublic void setHeaderReceived(byte[] headerReceived) Sets the received header.- Parameters:
- headerReceived- header (first 8 bytes) of expected message
 
 
- 
 
-