| Modifier and Type | Method and Description |
|---|---|
default void |
LineProcessorListener.parseError(ProviderKey provider,
RawLine rawLine,
LineParsingException e) |
void |
LineprocessorListenerForProvider.parseError(RawLine rawLine,
LineParsingException e) |
| Modifier and Type | Method and Description |
|---|---|
default Stream<ParsedLine> |
LineParser.parse(RawLine rawLine) |
Stream<ParsedLine> |
LineParser.parse(RawLine rawLine,
boolean retainOriginalLine) |
| Modifier and Type | Method and Description |
|---|---|
Stream<ParsedLine> |
DbIpIpToCityLiteCSVLineParser.parse(RawLine line,
boolean retainOriginalLine) |
Stream<ParsedLine> |
DbIpIpToLocationAndIspCSVLineParser.parse(RawLine line,
boolean retainOriginalLine) |
Stream<ParsedLine> |
DbIpIpToCountryLiteCSVLineParser.parse(RawLine line,
boolean retainOriginalLine) |
| Modifier and Type | Method and Description |
|---|---|
Stream<ParsedLine> |
MaxmindLineParser.parse(RawLine rawLine,
boolean retainOriginalLine) |
Copyright © 2021. All rights reserved.