Uses of Enum Class
org.eclipse.jetty.util.thread.Invocable.InvocationType
Packages that use Invocable.InvocationType
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty Client : Utility Classes
Jetty IO : Core classes for Jetty IO subsystem
Jetty IO : Core SSL Support
Jetty Server : Core Server API
Jetty Util : Common Utility Classes
Jetty Util : Common ThreadPool Utilities
-
Uses of Invocable.InvocationType in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return Invocable.InvocationTypeModifier and TypeMethodDescriptionProxyProtocolClientConnectionFactory.ProxyProtocolConnection.getInvocationType()
-
Uses of Invocable.InvocationType in org.eclipse.jetty.client.util
Methods in org.eclipse.jetty.client.util that return Invocable.InvocationType -
Uses of Invocable.InvocationType in org.eclipse.jetty.io
Methods in org.eclipse.jetty.io that return Invocable.InvocationTypeModifier and TypeMethodDescriptionFillInterest.getCallbackInvocationType()
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.InvocationTypeModifier and TypeMethodDescriptionSslConnection.DecryptedEndPoint.IncompleteWriteCallback.getInvocationType()
-
Uses of Invocable.InvocationType in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return Invocable.InvocationTypeModifier and TypeMethodDescriptionHttpConnection.BlockingReadCallback.getInvocationType()
HttpConnection.SendCallback.getInvocationType()
HttpInput.Content.getInvocationType()
HttpOutput.ChannelWriteCB.getInvocationType()
-
Uses of Invocable.InvocationType in org.eclipse.jetty.util
Fields in org.eclipse.jetty.util declared as Invocable.InvocationTypeModifier and TypeFieldDescriptionprivate final Invocable.InvocationType
Callback.Completable.invocation
Methods in org.eclipse.jetty.util that return Invocable.InvocationTypeModifier and TypeMethodDescriptionCallback.Completable.getInvocationType()
Callback.Nested.getInvocationType()
IteratingNestedCallback.getInvocationType()
SharedBlockingCallback.Blocker.getInvocationType()
Methods in org.eclipse.jetty.util with parameters of type Invocable.InvocationTypeModifier and TypeMethodDescriptionstatic Callback
Callback.from
(CompletableFuture<?> completable, Invocable.InvocationType invocation) Creates a callback from the given incomplete CompletableFuture, with the givenblocking
characteristic.Constructors in org.eclipse.jetty.util with parameters of type Invocable.InvocationType -
Uses of Invocable.InvocationType in org.eclipse.jetty.util.thread
Methods in org.eclipse.jetty.util.thread that return Invocable.InvocationTypeModifier and TypeMethodDescriptionstatic Invocable.InvocationType
Invocable.combine
(Invocable.InvocationType it1, Invocable.InvocationType it2) default Invocable.InvocationType
Invocable.getInvocationType()
static Invocable.InvocationType
Invocable.getInvocationType
(Object o) Get the invocation type of an Object.static Invocable.InvocationType
Returns the enum constant of this class with the specified name.static Invocable.InvocationType[]
Invocable.InvocationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jetty.util.thread with parameters of type Invocable.InvocationTypeModifier and TypeMethodDescriptionstatic Invocable.InvocationType
Invocable.combine
(Invocable.InvocationType it1, Invocable.InvocationType it2)