| Package | Description |
|---|---|
| io.netty.util.internal |
Internal-use-only utilities which is not allowed to be used
outside Netty.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ThrowableUtil.addSuppressed(Throwable target,
Throwable suppressed) |
static void |
SocketUtils.bind(DatagramChannel networkChannel,
SocketAddress address) |
static void |
SocketUtils.bind(SocketChannel socketChannel,
SocketAddress address) |
static File |
PlatformDependent.createTempFile(String prefix,
String suffix,
File directory) |
static Throwable[] |
ThrowableUtil.getSuppressed(Throwable source) |
static InetAddress |
SocketUtils.loopbackAddress() |
static <C> Deque<C> |
PlatformDependent.newConcurrentDeque()
Returns a new concurrent
Deque. |
Copyright © 2008–2025 The Netty Project. All rights reserved.