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.concurrent |
Utility classes for concurrent / async tasks.
|
Modifier and Type | Method and Description |
---|---|
int |
SelectStrategy.calculateStrategy(IntSupplier selectSupplier,
boolean hasTasks)
The
SelectStrategy can be used to steer the outcome of a potential select
call. |
Modifier and Type | Method and Description |
---|---|
int |
MpscIntQueue.fill(int limit,
IntSupplier supplier)
Add up to the given limit of elements to this queue, from the given supplier.
|
int |
MpscAtomicIntegerArrayQueue.fill(int limit,
IntSupplier supplier) |
Copyright © 2008–2025 The Netty Project. All rights reserved.