Uses of Class
io.netty5.util.Version
-
Packages that use Version Package Description io.netty5.util Utility classes used across multiple packages. -
-
Uses of Version in io.netty5.util
Methods in io.netty5.util that return types with arguments of type Version Modifier and Type Method Description static Map<String,Version>
Version. identify()
Retrieves the version information of Netty artifacts using the current context class loader.static Map<String,Version>
Version. identify(ClassLoader classLoader)
Retrieves the version information of Netty artifacts using the specifiedClassLoader
.
-