Uses of Class
technology.dice.dicewhere.reading.RawLine
-
-
Uses of RawLine in technology.dice.dicewhere.api.exceptions
Methods in technology.dice.dicewhere.api.exceptions that return RawLine Modifier and Type Method Description RawLineLineParsingException. getOffendingLine()Constructors in technology.dice.dicewhere.api.exceptions with parameters of type RawLine Constructor Description LineParsingException(String message, RawLine offendingLine)LineParsingException(Throwable cause, RawLine offendingLine) -
Uses of RawLine in technology.dice.dicewhere.lineprocessing
Methods in technology.dice.dicewhere.lineprocessing with parameters of type RawLine Modifier and Type Method Description voidLineProcessor. addLine(RawLine rawLine)Add a new line of raw data for parsing and serializationdefault voidLineProcessorListener. enqueueError(ProviderKey provider, RawLine rawLine, Exception e)voidLineprocessorListenerForProvider. enqueueError(RawLine rawLine, Exception e)default voidLineProcessorListener. parseError(ProviderKey provider, RawLine rawLine, LineParsingException e)voidLineprocessorListenerForProvider. parseError(RawLine rawLine, LineParsingException e) -
Uses of RawLine in technology.dice.dicewhere.parsing
Methods in technology.dice.dicewhere.parsing with parameters of type RawLine Modifier and Type Method Description Stream<ParsedLine>LineParser. parse(RawLine rawLine, boolean retainOriginalLine)protected abstract IpInformationLineParser. parseLine(RawLine rawLine, boolean retainOriginalLine)Constructors in technology.dice.dicewhere.parsing with parameters of type RawLine Constructor Description ParsedLine(IP startIp, IP endIp, IpInformation info, RawLine rawLine) -
Uses of RawLine in technology.dice.dicewhere.provider.dbip.parsing
Methods in technology.dice.dicewhere.provider.dbip.parsing with parameters of type RawLine Modifier and Type Method Description protected IpInformationDbIpIpToCityLiteCSVLineParser. parseLine(RawLine line, boolean retainOriginalLine)protected IpInformationDbIpIpToCountryLiteCSVLineParser. parseLine(RawLine line, boolean retainOriginalLine)protected IpInformationDbIpIpToLocationAndIspCSVLineParser. parseLine(RawLine line, boolean retainOriginalLine) -
Uses of RawLine in technology.dice.dicewhere.provider.maxmind.parsing
Methods in technology.dice.dicewhere.provider.maxmind.parsing with parameters of type RawLine Modifier and Type Method Description protected IpInformationMaxmindLineParser. parseLine(RawLine rawLine, boolean retainOriginalLine) -
Uses of RawLine in technology.dice.dicewhere.reading
Methods in technology.dice.dicewhere.reading with parameters of type RawLine Modifier and Type Method Description default voidLineReaderListener. lineRead(ProviderKey provider, RawLine rawLine, long elapsedMillis)
-