Uses of Interface
org.eclipse.jetty.util.thread.Invocable
- 
Packages that use Invocable 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.http org.eclipse.jetty.client.util Jetty Client : Utility Classesorg.eclipse.jetty.fcgi.client.http org.eclipse.jetty.fcgi.generator org.eclipse.jetty.http2 org.eclipse.jetty.http2.client.http org.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.websocket.common Jetty WebSocket Common : Implementation [Internal Use Only]org.eclipse.jetty.websocket.common.io Jetty WebSocket Common : I/O Implementation
- 
- 
Uses of Invocable in org.eclipse.jetty.clientClasses in org.eclipse.jetty.client that implement Invocable Modifier and Type Class Description classHttpContentHttpContentis 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.classHttpDestinationclassMultiplexHttpDestinationclassPoolingHttpDestinationprotected static classProxyProtocolClientConnectionFactory.ProxyProtocolConnection
- 
Uses of Invocable in org.eclipse.jetty.client.httpClasses in org.eclipse.jetty.client.http that implement Invocable Modifier and Type Class Description classHttpDestinationOverHTTP
- 
Uses of Invocable in org.eclipse.jetty.client.utilClasses in org.eclipse.jetty.client.util that implement Invocable Modifier and Type Class Description classDeferredContentProviderAContentProviderthat allows to add content afterRequest.send(Response.CompleteListener)has been called, therefore providing the request content at a later time.classInputStreamContentProviderAContentProviderfor anInputStream.classOutputStreamContentProviderAContentProviderthat provides content asynchronously through anOutputStreamsimilar toDeferredContentProvider.
- 
Uses of Invocable in org.eclipse.jetty.fcgi.client.httpClasses in org.eclipse.jetty.fcgi.client.http that implement Invocable Modifier and Type Class Description classHttpDestinationOverFCGIclassMultiplexHttpDestinationOverFCGI
- 
Uses of Invocable in org.eclipse.jetty.fcgi.generatorClasses in org.eclipse.jetty.fcgi.generator that implement Invocable Modifier and Type Class Description static classGenerator.Result
- 
Uses of Invocable in org.eclipse.jetty.http2Classes in org.eclipse.jetty.http2 that implement Invocable Modifier and Type Class Description classHTTP2Flusherstatic classHTTP2Flusher.EntryclassHTTP2Stream
- 
Uses of Invocable in org.eclipse.jetty.http2.client.httpClasses in org.eclipse.jetty.http2.client.http that implement Invocable Modifier and Type Class Description classHttpDestinationOverHTTP2
- 
Uses of Invocable in org.eclipse.jetty.proxyClasses in org.eclipse.jetty.proxy that implement Invocable Modifier and Type Class Description protected classAsyncMiddleManServlet.ProxyReaderprotected classAsyncMiddleManServlet.ProxyResponseListenerprotected classAsyncProxyServlet.StreamReaderprotected classProxyServlet.ProxyInputStreamContentProvider
- 
Uses of Invocable in org.eclipse.jetty.serverClasses in org.eclipse.jetty.server that implement Invocable Modifier and Type Class Description static classHttpInput.Contentstatic classHttpInput.EofContentstatic classHttpInput.SentinelContentA 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.utilSubinterfaces of Invocable in org.eclipse.jetty.util Modifier and Type Interface Description interfaceCallbackA callback abstraction that handles completed/failed events of asynchronous operations.Classes in org.eclipse.jetty.util that implement Invocable Modifier and Type Class Description static classCallback.CompletableA CompletableFuture that is also a Callback.static classCallback.Completingstatic classCallback.NestedNested Completing Callback that completes after completing the nested callbackclassCompletableCallbackDeprecated.not used anymoreclassCountingCallbackA callback wrapper that succeeds the wrapped callback when the count is reached, or on first failure.classFutureCallbackclassIteratingCallbackThis specialized callback implements a pattern that allows a large asynchronous task to be broken into smaller asynchronous sub-tasks using iteration rather than recursion.classIteratingNestedCallbackIterating Nested Callback.classSharedBlockingCallback.BlockerA Closeable Callback.
- 
Uses of Invocable in org.eclipse.jetty.websocket.commonClasses in org.eclipse.jetty.websocket.common that implement Invocable Modifier and Type Class Description static classBlockingWriteCallback.WriteBlocker
- 
Uses of Invocable in org.eclipse.jetty.websocket.common.ioClasses in org.eclipse.jetty.websocket.common.io that implement Invocable Modifier and Type Class Description classDisconnectCallbackclassFrameFlusherclassFutureWriteCallbackAllows events to aWriteCallbackto drive aFuturefor the user.
 
-