Class ClientLibraryNameResolver


  • public final class ClientLibraryNameResolver
    extends java.lang.Object
    Resolves the effective library name reported during connection establishment.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String resolve​(java.lang.String libName, java.lang.String clientInfoTag)
      Resolves the library name from an optional override and attribution tag.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • resolve

        public static java.lang.String resolve​(java.lang.String libName,
                                               java.lang.String clientInfoTag)
        Resolves the library name from an optional override and attribution tag.
        Parameters:
        libName - optional library-name override; null or empty uses GlideJava
        clientInfoTag - optional attribution tag; null or empty means absent
        Returns:
        the effective library name