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 IO : Core classes for Jetty IO subsystem
Jetty IO : Core SSL Support
Jetty Server : Core Server API
Jetty GZIP Handler
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.classprivate classprivate classprivate classclassclassprotected static classprivate static classprivate static classprivate static class -
Uses of Invocable in org.eclipse.jetty.client.http
Classes in org.eclipse.jetty.client.http that implement InvocableModifier and TypeClassDescriptionclassprivate classprivate class -
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.private classclassAContentProviderfor anInputStream.private classclassAContentProviderthat provides content asynchronously through anOutputStreamsimilar toDeferredContentProvider. -
Uses of Invocable in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement InvocableModifier and TypeClassDescriptionprivate classprivate classprivate class -
Uses of Invocable in org.eclipse.jetty.io.ssl
Classes in org.eclipse.jetty.io.ssl that implement InvocableModifier and TypeClassDescriptionprivate final classprivate class -
Uses of Invocable in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement InvocableModifier and TypeClassDescriptionprivate classprivate classprivate classprivate classprivate classprivate classstatic classstatic classstatic classA Sentinel Content, which has zero length content but indicates some other event in the input stream (eg EOF)private classprivate classprivate classprivate classAn iterating callback that will take content from an InputStream and write it to the associatedHttpChannel.private classprivate classAn iterating callback that will take content from a ReadableByteChannel and write it to theHttpChannel.private class -
Uses of Invocable in org.eclipse.jetty.server.handler.gzip
Classes in org.eclipse.jetty.server.handler.gzip that implement Invocable -
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.static interfaceClasses 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 job to be broken into smaller tasks using iteration rather than recursion.classIterating Nested Callback.classA Closeable Callback.