Class UserAgentAnalyzerDirect

java.lang.Object
nl.basjes.parse.useragent.AbstractUserAgentAnalyzerDirect
nl.basjes.parse.useragent.UserAgentAnalyzerDirect
All Implemented Interfaces:
Serializable, Analyzer, AnalyzerPreHeater, AnalyzerConfigHolder

public final class UserAgentAnalyzerDirect extends AbstractUserAgentAnalyzerDirect
See Also:
  • Constructor Details

    • UserAgentAnalyzerDirect

      public UserAgentAnalyzerDirect()
  • 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.