Package | Description |
---|---|
io.netty.util |
Utility classes used across multiple packages.
|
Modifier and Type | Method and 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 specified
ClassLoader . |
Copyright © 2008–2018 The Netty Project. All rights reserved.