Uses of Class
org.eclipse.jetty.util.thread.Invocable.InvocationType
-
Packages that use Invocable.InvocationType Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.client.util Jetty Client : Utility Classesorg.eclipse.jetty.io Jetty IO : Core classes for Jetty IO subsystemorg.eclipse.jetty.io.ssl Jetty IO : Core SSL Supportorg.eclipse.jetty.proxy Jetty Proxy : Async Proxy Supportorg.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.util Jetty Util : Common Utility Classesorg.eclipse.jetty.util.thread Jetty Util : Common ThreadPool Utilities -
-
Uses of Invocable.InvocationType in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return Invocable.InvocationType Modifier and Type Method Description Invocable.InvocationType
ProxyProtocolClientConnectionFactory.ProxyProtocolConnection. getInvocationType()
-
Uses of Invocable.InvocationType in org.eclipse.jetty.client.util
Methods in org.eclipse.jetty.client.util that return Invocable.InvocationType Modifier and Type Method Description Invocable.InvocationType
OutputStreamContentProvider. getInvocationType()
-
Uses of Invocable.InvocationType in org.eclipse.jetty.io
Methods in org.eclipse.jetty.io that return Invocable.InvocationType Modifier and Type Method Description Invocable.InvocationType
FillInterest. getCallbackInvocationType()
Invocable.InvocationType
WriteFlusher. getCallbackInvocationType()
(package private) Invocable.InvocationType
WriteFlusher.PendingState. getCallbackInvocationType()
-
Uses of Invocable.InvocationType in org.eclipse.jetty.io.ssl
Methods in org.eclipse.jetty.io.ssl that return Invocable.InvocationType Modifier and Type Method Description Invocable.InvocationType
SslConnection.DecryptedEndPoint.IncompleteWriteCallback. getInvocationType()
-
Uses of Invocable.InvocationType in org.eclipse.jetty.proxy
Methods in org.eclipse.jetty.proxy that return Invocable.InvocationType Modifier and Type Method Description Invocable.InvocationType
ProxyServlet.DelegatingContentProvider. getInvocationType()
-
Uses of Invocable.InvocationType in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return Invocable.InvocationType Modifier and Type Method Description Invocable.InvocationType
HttpConnection.BlockingReadCallback. getInvocationType()
Invocable.InvocationType
HttpConnection.SendCallback. getInvocationType()
Invocable.InvocationType
HttpInput.Content. getInvocationType()
Invocable.InvocationType
HttpOutput.ChannelWriteCB. getInvocationType()
Invocable.InvocationType
HttpOutput.NestedChannelWriteCB. getInvocationType()
Invocable.InvocationType
HttpOutput.WriteCompleteCB. getInvocationType()
-
Uses of Invocable.InvocationType in org.eclipse.jetty.util
Fields in org.eclipse.jetty.util declared as Invocable.InvocationType Modifier and Type Field Description private Invocable.InvocationType
Callback.Completable. invocation
Methods in org.eclipse.jetty.util that return Invocable.InvocationType Modifier and Type Method Description Invocable.InvocationType
Callback.Completable. getInvocationType()
Invocable.InvocationType
Callback.Nested. getInvocationType()
Invocable.InvocationType
IteratingNestedCallback. getInvocationType()
Invocable.InvocationType
SharedBlockingCallback.Blocker. getInvocationType()
Methods in org.eclipse.jetty.util with parameters of type Invocable.InvocationType Modifier and Type Method Description static Callback
Callback. from(java.util.concurrent.CompletableFuture<?> completable, Invocable.InvocationType invocation)
Creates a callback from the given incomplete CompletableFuture, with the givenblocking
characteristic.static Callback
Callback. from(Invocable.InvocationType invocationType, java.lang.Runnable success, java.util.function.Consumer<java.lang.Throwable> failure)
Creates a callback with the given InvocationType from the given success and failure lambdas.Constructors in org.eclipse.jetty.util with parameters of type Invocable.InvocationType Constructor Description Completable(Invocable.InvocationType invocation)
-
Uses of Invocable.InvocationType in org.eclipse.jetty.util.thread
Methods in org.eclipse.jetty.util.thread that return Invocable.InvocationType Modifier and Type Method Description static Invocable.InvocationType
Invocable. combine(Invocable.InvocationType it1, Invocable.InvocationType it2)
default Invocable.InvocationType
Invocable. getInvocationType()
static Invocable.InvocationType
Invocable. getInvocationType(java.lang.Object o)
Get the invocation type of an Object.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.Methods in org.eclipse.jetty.util.thread with parameters of type Invocable.InvocationType Modifier and Type Method Description static Invocable.InvocationType
Invocable. combine(Invocable.InvocationType it1, Invocable.InvocationType it2)
-