| Package | Description |
|---|---|
| io.netty.util |
Utility classes used across multiple packages.
|
| Modifier and Type | Method and Description |
|---|---|
static Signal |
Signal.valueOf(String name)
Creates a new
Signal with the specified name. |
| Modifier and Type | Method and Description |
|---|---|
void |
Signal.expect(Signal signal)
Check if the given
Signal is the same as this instance. |
Copyright © 2008–2017 The Netty Project. All rights reserved.