public interface FlowSelector
Modifier and Type | Interface and Description |
---|---|
static class |
FlowSelector.Result |
Modifier and Type | Field and 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 |
Modifier and Type | Method and Description |
---|---|
FlowSelector.Result |
test(long hour,
Data flow) |
static final int DIRECTION_UNDEF
static final int DIRECTION_INCOMING
static final int DIRECTION_OUTGOING
static final FlowSelector.Result RESULT_OK_IN
static final FlowSelector.Result RESULT_OK_OUT
static final FlowSelector.Result RESULT_ERROR
static final FlowSelector.Result RESULT_ERROR_TIMESTAMPOUT
FlowSelector.Result test(long hour, Data flow)