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 Summary
Modifier and TypeInterfaceDescriptionstatic enum
Deprecated.statistic groups overall in OFPlugin. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Spy In.void
spyMessage
(M message, MessageSpy.StatisticsGroup statGroup) Deprecated.Spy message.void
Deprecated.Spy Out.
-
Method Details
-
spyIn
Deprecated.Spy In.- Parameters:
message
- content of ticket
-
spyOut
Deprecated.Spy Out.- Parameters:
message
- content of ticket
-
spyMessage
Deprecated.Spy message.- Parameters:
message
- from switch or to switch - depends on statGroupstatGroup
- statistics group
-