Interface MessageSpy<M>
- Type Parameters:
- M- type of watched message
- All Superinterfaces:
- Runnable
- All Known Subinterfaces:
- MessageObservatory<M>
Deprecated.
ticket spy - aimed on collecting intel about tickets.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic enumDeprecated.statistic groups overall in OFPlugin.
- 
Method SummaryModifier and TypeMethodDescriptionvoidDeprecated.Spy In.voidspyMessage(M message, MessageSpy.StatisticsGroup statGroup) Deprecated.Spy message.voidDeprecated.Spy Out.
- 
Method Details- 
spyInDeprecated.Spy In.- Parameters:
- message- content of ticket
 
- 
spyOutDeprecated.Spy Out.- Parameters:
- message- content of ticket
 
- 
spyMessageDeprecated.Spy message.- Parameters:
- message- from switch or to switch - depends on statGroup
- statGroup- statistics group
 
 
-