Package | Description |
---|---|
org.eclipse.jetty.client.util |
Jetty Client : Utility Classes
|
org.eclipse.jetty.io |
Jetty IO : Core classes for Jetty IO subsystem
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
org.eclipse.jetty.util.thread |
Jetty Util : Common ThreadPool Utilities
|
org.eclipse.jetty.util.thread.strategy | |
org.eclipse.jetty.websocket.common |
Jetty WebSocket Common : Implementation [Internal Use Only]
|
Modifier and Type | Method and Description |
---|---|
Invocable.InvocationType |
OutputStreamContentProvider.getInvocationType() |
Modifier and Type | Method and Description |
---|---|
Invocable.InvocationType |
FillInterest.getCallbackInvocationType() |
Invocable.InvocationType |
WriteFlusher.getCallbackInvocationType() |
Modifier and Type | Method and Description |
---|---|
Invocable.InvocationType |
HttpInput.Content.getInvocationType() |
Modifier and Type | Method and Description |
---|---|
Invocable.InvocationType |
SharedBlockingCallback.Blocker.getInvocationType() |
Invocable.InvocationType |
IteratingNestedCallback.getInvocationType() |
Invocable.InvocationType |
Callback.Nested.getInvocationType() |
Invocable.InvocationType |
Callback.Completable.getInvocationType() |
Modifier and Type | Method and Description |
---|---|
static Callback |
Callback.from(java.util.concurrent.CompletableFuture<?> completable,
Invocable.InvocationType invocation)
Creates a callback from the given incomplete CompletableFuture,
with the given
blocking characteristic. |
Constructor and Description |
---|
Completable(Invocable.InvocationType invocation) |
Modifier and Type | Method and Description |
---|---|
default Invocable.InvocationType |
Invocable.getInvocationType() |
static Invocable.InvocationType |
Invocable.getInvocationType(java.lang.Object o)
Get the invocation type of an Object.
|
Invocable.InvocationType |
Invocable.InvocableExecutor.getPreferredInvocationType() |
static Invocable.InvocationType |
Invocable.InvocationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Invocable.InvocationType[] |
Invocable.InvocationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Runnable |
Invocable.asPreferred(java.lang.Runnable task,
Invocable.InvocationType preferredInvocationType)
wrap a task with the to indicate invocation type.
|
void |
Invocable.InvocableExecutor.execute(java.lang.Runnable task,
Invocable.InvocationType preferred) |
static void |
Invocable.invokePreferred(java.lang.Runnable task,
Invocable.InvocationType preferredInvocationType)
Invoke a task with the calling thread.
|
boolean |
Invocable.InvocableExecutor.tryExecute(java.lang.Runnable task,
Invocable.InvocationType preferred) |
Constructor and Description |
---|
InvocableExecutor(java.util.concurrent.Executor executor,
Invocable.InvocationType preferred) |
InvocableExecutor(java.util.concurrent.Executor executor,
Invocable.InvocationType preferredInvocationForExecute,
Invocable.InvocationType preferredInvocationForIvoke) |
Constructor and Description |
---|
EatWhatYouKill(ExecutionStrategy.Producer producer,
java.util.concurrent.Executor executor,
Invocable.InvocationType preferredInvocationPEC,
Invocable.InvocationType preferredInvocationEPC) |
EatWhatYouKill(ExecutionStrategy.Producer producer,
java.util.concurrent.Executor executor,
Invocable.InvocationType preferredInvocationPEC,
Invocable.InvocationType preferredInvocationEPC,
int maxProducersPending) |
ExecuteProduceConsume(ExecutionStrategy.Producer producer,
java.util.concurrent.Executor executor,
Invocable.InvocationType preferred) |
ProduceExecuteConsume(ExecutionStrategy.Producer producer,
java.util.concurrent.Executor executor,
Invocable.InvocationType preferred) |
Modifier and Type | Method and Description |
---|---|
Invocable.InvocationType |
BlockingWriteCallback.WriteBlocker.getInvocationType() |
Copyright © 1995–2017 Webtide. All rights reserved.