@ThreadSafe public final class UAProfileDatabase extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
EXPECTED_MD5_DIGEST_LENGTH |
| Modifier and Type | Method and Description |
|---|---|
static com.helger.commons.collection.impl.ICommonsSet<UAProfile> |
getAllUniqueUAProfiles() |
static Consumer<UAProfile> |
getNewUAProfileCallback() |
static UAProfile |
getParsedUAProfile(IUAProfileHeaderProvider aHeaderProvider) |
static UAProfile |
getUAProfileFromRequest(IUAProfileHeaderProvider aHeaderProvider) |
static void |
setNewUAProfileCallback(Consumer<UAProfile> aCallback) |
public static final int EXPECTED_MD5_DIGEST_LENGTH
public static void setNewUAProfileCallback(@Nullable Consumer<UAProfile> aCallback)
@Nullable public static UAProfile getUAProfileFromRequest(@Nonnull IUAProfileHeaderProvider aHeaderProvider)
@Nonnull public static UAProfile getParsedUAProfile(@Nonnull IUAProfileHeaderProvider aHeaderProvider)
Copyright © 2016–2019 Philip Helger. All rights reserved.