Interface FlowSelector
public interface FlowSelector
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
FlowSelector.Result
-
Field Summary
Fields Modifier and Type Field Description static int
DIRECTION_INCOMING
static int
DIRECTION_OUTGOING
static int
DIRECTION_UNDEF
static FlowSelector.Result
RESULT_ERROR
static FlowSelector.Result
RESULT_ERROR_TIMESTAMPOUT
static FlowSelector.Result
RESULT_OK_IN
static FlowSelector.Result
RESULT_OK_OUT
-
Method Summary
Modifier and Type Method Description FlowSelector.Result
test(long hour, Data flow)
-
Field Details
-
DIRECTION_UNDEF
static final int DIRECTION_UNDEF- See Also:
- Constant Field Values
-
DIRECTION_INCOMING
static final int DIRECTION_INCOMING- See Also:
- Constant Field Values
-
DIRECTION_OUTGOING
static final int DIRECTION_OUTGOING- See Also:
- Constant Field Values
-
RESULT_OK_IN
-
RESULT_OK_OUT
-
RESULT_ERROR
-
RESULT_ERROR_TIMESTAMPOUT
-
-
Method Details
-
test
-