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 |
---|---|
int |
SpscLinkedQueue.fill(MessagePassingQueue.Supplier<E> s) |
int |
SpscLinkedQueue.fill(MessagePassingQueue.Supplier<E> s,
int limit) |
void |
SpscLinkedQueue.fill(MessagePassingQueue.Supplier<E> s,
MessagePassingQueue.WaitStrategy wait,
MessagePassingQueue.ExitCondition exit) |
int |
MessagePassingQueue.fill(MessagePassingQueue.Supplier<T> s)
Stuff the queue with elements from the supplier.
|
int |
MessagePassingQueue.fill(MessagePassingQueue.Supplier<T> s,
int limit)
Stuff the queue with up to limit elements from the supplier.
|
void |
MessagePassingQueue.fill(MessagePassingQueue.Supplier<T> s,
MessagePassingQueue.WaitStrategy wait,
MessagePassingQueue.ExitCondition exit)
Stuff the queue with elements from the supplier forever.
|
Copyright © 2008–2016 The Netty Project. All rights reserved.