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