Class UserAgentAnalyzerTester

All Implemented Interfaces:
Serializable, Analyzer, AnalyzerPreHeater, AnalyzerConfigHolder

public final class UserAgentAnalyzerTester extends UserAgentStringMatchMakerTester
See Also:
  • Constructor Details

    • UserAgentAnalyzerTester

      public UserAgentAnalyzerTester()
  • Method Details

    • newBuilder

    • configureKryo

      public static void configureKryo(Object kryoInstance)
      This is used to configure the provided Kryo instance if Kryo serialization is desired. The expected type here is Object because otherwise the Kryo library becomes a mandatory dependency on any project that uses Yauaa.
      Parameters:
      kryoInstance - The instance of com.esotericsoftware.kryo.Kryo that needs to be configured.