| Package | Description |
|---|---|
| org.sheinbergon.useragent.analyzer.processor |
| Modifier and Type | Method and Description |
|---|---|
protected abstract CompletionStage<Optional<INGESTION>> |
AsyncProcessor.ingest(String userAgent) |
protected abstract Optional<INGESTION> |
Processor.ingest(String userAgent) |
CompletableFuture<UserAgentIngredients> |
AsyncProcessor.process(String userAgent) |
UserAgentIngredients |
Processor.process(String userAgent) |
Copyright © 2017. All rights reserved.