| Modifier and Type | Method and Description |
|---|---|
RawLine |
LineParsingException.getOffendingLine() |
| Constructor and Description |
|---|
LineParsingException(String message,
RawLine offendingLine) |
LineParsingException(Throwable cause,
RawLine offendingLine) |
| Modifier and Type | Method and Description |
|---|---|
void |
LineProcessor.addLine(RawLine rawLine)
Add a new line of raw data for parsing and serialization
|
default void |
LineProcessorListener.enqueueError(ProviderKey provider,
RawLine rawLine,
Exception e) |
void |
LineprocessorListenerForProvider.enqueueError(RawLine rawLine,
Exception e) |
default void |
LineProcessorListener.parseError(ProviderKey provider,
RawLine rawLine,
LineParsingException e) |
void |
LineprocessorListenerForProvider.parseError(RawLine rawLine,
LineParsingException e) |
| Modifier and Type | Method and Description |
|---|---|
Stream<ParsedLine> |
LineParser.parse(RawLine rawLine,
boolean retainOriginalLine) |
protected abstract IpInformation |
LineParser.parseLine(RawLine rawLine,
boolean retainOriginalLine) |
| Constructor and Description |
|---|
ParsedLine(IP startIp,
IP endIp,
IpInformation info,
RawLine rawLine) |
| Modifier and Type | Method and Description |
|---|---|
protected IpInformation |
DbIpIpToCountryLiteCSVLineParser.parseLine(RawLine line,
boolean retainOriginalLine) |
protected IpInformation |
DbIpIpToLocationAndIspCSVLineParser.parseLine(RawLine line,
boolean retainOriginalLine) |
protected IpInformation |
DbIpIpToCityLiteCSVLineParser.parseLine(RawLine line,
boolean retainOriginalLine) |
| Modifier and Type | Method and Description |
|---|---|
protected IpInformation |
MaxmindLineParser.parseLine(RawLine rawLine,
boolean retainOriginalLine) |
| Modifier and Type | Method and Description |
|---|---|
default void |
LineReaderListener.lineRead(ProviderKey provider,
RawLine rawLine,
long elapsedMillis) |
Copyright © 2021. All rights reserved.