M
- type of watched message@Deprecated public interface MessageSpy<M> extends Runnable
Modifier and Type | Interface and Description |
---|---|
static class |
MessageSpy.StatisticsGroup
Deprecated.
statistic groups overall in OFPlugin.
|
Modifier and Type | Method and Description |
---|---|
void |
spyIn(M message)
Deprecated.
Spy In.
|
void |
spyMessage(M message,
MessageSpy.StatisticsGroup statGroup)
Deprecated.
Spy message.
|
void |
spyOut(M message)
Deprecated.
Spy Out.
|
void spyIn(M message)
message
- content of ticketvoid spyOut(M message)
message
- content of ticketvoid spyMessage(M message, MessageSpy.StatisticsGroup statGroup)
message
- from switch or to switch - depends on statGroupstatGroup
- statistics groupCopyright © 2018 OpenDaylight. All rights reserved.