Package | Description |
---|---|
io.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
io.netty.util.internal |
Internal-use-only utilities which is not allowed to be used
outside Netty.
|
Constructor and Description |
---|
ChannelException(String message,
Throwable cause,
boolean shared) |
Modifier and Type | Method and Description |
---|---|
static void |
ThrowableUtil.addSuppressed(Throwable target,
Throwable suppressed) |
Copyright © 2008–2019 The Netty Project. All rights reserved.