public interface FlowEntry extends FlowRule
| Modifier and Type | Interface and Description |
|---|---|
static class |
FlowEntry.FlowEntryState |
MAX_TIMEOUT, MIN_PRIORITY| Modifier and Type | Method and Description |
|---|---|
long |
bytes()
Returns the number of bytes this flow rule has matched.
|
int |
errCode()
Indicates the error code.
|
int |
errType()
Indicates the error type.
|
long |
lastSeen()
When this flow entry was last deemed active.
|
long |
life()
Returns the number of milliseconds this flow rule has been applied.
|
long |
packets()
Returns the number of packets this flow rule has matched.
|
FlowEntry.FlowEntryState |
state()
Returns the flow entry state.
|
FlowEntry.FlowEntryState state()
long life()
long packets()
long bytes()
long lastSeen()
int errType()
int errCode()
Copyright © 2015. All rights reserved.