Uses of Interface
org.eclipse.jetty.util.thread.Invocable
Packages that use Invocable
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 Proxy : Async Proxy Support
Jetty Server : Core Server API
Jetty Util : Common Utility Classes
-
Uses of Invocable in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement InvocableModifier and TypeClassDescriptionclassHttpContentis a stateful, linear representation of the request content provided by aContentProviderthat can be traversed one-way to obtain content buffers to send to an HTTP server.classclassclassprotected static class -
Uses of Invocable in org.eclipse.jetty.client.http
Classes in org.eclipse.jetty.client.http that implement Invocable -
Uses of Invocable in org.eclipse.jetty.client.util
Classes in org.eclipse.jetty.client.util that implement InvocableModifier and TypeClassDescriptionclassAContentProviderthat allows to add content afterRequest.send(Response.CompleteListener)has been called, therefore providing the request content at a later time.classAContentProviderfor anInputStream.classAContentProviderthat provides content asynchronously through anOutputStreamsimilar toDeferredContentProvider. -
Uses of Invocable in org.eclipse.jetty.fcgi.client.http
Classes in org.eclipse.jetty.fcgi.client.http that implement InvocableModifier and TypeClassDescriptionclassclass -
Uses of Invocable in org.eclipse.jetty.fcgi.generator
Classes in org.eclipse.jetty.fcgi.generator that implement Invocable -
Uses of Invocable in org.eclipse.jetty.proxy
Classes in org.eclipse.jetty.proxy that implement InvocableModifier and TypeClassDescriptionprotected classprotected classprotected classprotected class -
Uses of Invocable in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement InvocableModifier and TypeClassDescriptionstatic classstatic classstatic classA Sentinel Content, which has zero length content but indicates some other event in the input stream (eg EOF) -
Uses of Invocable in org.eclipse.jetty.util
Subinterfaces of Invocable in org.eclipse.jetty.utilModifier and TypeInterfaceDescriptioninterfaceA callback abstraction that handles completed/failed events of asynchronous operations.Classes in org.eclipse.jetty.util that implement InvocableModifier and TypeClassDescriptionstatic classA CompletableFuture that is also a Callback.static classstatic classNested Completing Callback that completes after completing the nested callbackclassDeprecated.not used anymoreclassA callback wrapper that succeeds the wrapped callback when the count is reached, or on first failure.classclassThis specialized callback implements a pattern that allows a large asynchronous task to be broken into smaller asynchronous sub-tasks using iteration rather than recursion.classIterating Nested Callback.classA Closeable Callback.