Class UserAgentAnalyzer

All Implemented Interfaces:
Serializable, Analyzer, AnalyzerPreHeater, AnalyzerConfigHolder

public final class UserAgentAnalyzer extends AbstractUserAgentAnalyzer implements Serializable
See Also:
  • Constructor Details

    • UserAgentAnalyzer

      public UserAgentAnalyzer()
  • Method Details

    • newBuilder

      public static UserAgentAnalyzer.UserAgentAnalyzerBuilder 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.