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.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.server.handler.gzip Jetty GZIP Handlerorg.eclipse.jetty.util Jetty Util : Common Utility Classes -
-
Uses of Invocable in org.eclipse.jetty.client
Classes 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.classHttpDestinationprivate classHttpSender.CommitCallbackprivate classHttpSender.ContentCallbackprivate classHttpSender.LastCallbackclassMultiplexHttpDestinationclassPoolingHttpDestinationprotected static classProxyProtocolClientConnectionFactory.ProxyProtocolConnectionprivate static classProxyProtocolClientConnectionFactory.ProxyProtocolConnectionV1private static classProxyProtocolClientConnectionFactory.ProxyProtocolConnectionV2private static classSocks4Proxy.Socks4ProxyConnection -
Uses of Invocable in org.eclipse.jetty.client.http
Classes in org.eclipse.jetty.client.http that implement Invocable Modifier and Type Class Description classHttpDestinationOverHTTPprivate classHttpSenderOverHTTP.ByteBufferRecyclerCallbackprivate classHttpSenderOverHTTP.HeadersCallback -
Uses of Invocable in org.eclipse.jetty.client.util
Classes 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.private classDeferredContentProvider.DeferredContentProviderIteratorclassInputStreamContentProviderAContentProviderfor anInputStream.private classMultiPartContentProvider.MultiPartIteratorclassOutputStreamContentProviderAContentProviderthat 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 Invocable Modifier and Type Class Description classHttpDestinationOverFCGIclassMultiplexHttpDestinationOverFCGI -
Uses of Invocable in org.eclipse.jetty.fcgi.generator
Classes in org.eclipse.jetty.fcgi.generator that implement Invocable Modifier and Type Class Description private classFlusher.FlushCallbackprivate classFlusher.ShutdownResultstatic classGenerator.Result -
Uses of Invocable in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement Invocable Modifier and Type Class Description private classAbstractConnection.ReadCallbackprivate classChannelEndPoint.RunnableCloseableprivate classChannelEndPoint.RunnableTask -
Uses of Invocable in org.eclipse.jetty.io.ssl
Classes in org.eclipse.jetty.io.ssl that implement Invocable Modifier and Type Class Description private classSslConnection.DecryptedEndPoint.IncompleteWriteCallbackprivate classSslConnection.RunnableTask -
Uses of Invocable in org.eclipse.jetty.proxy
Classes in org.eclipse.jetty.proxy that implement Invocable Modifier and Type Class Description private classAsyncMiddleManServlet.ProxyDeferredContentProviderprotected classAsyncMiddleManServlet.ProxyReaderprotected classAsyncMiddleManServlet.ProxyResponseListenerprotected classAsyncProxyServlet.StreamReaderprivate classProxyConnection.ProxyIteratingCallbackprivate classProxyServlet.DelegatingContentProviderprotected classProxyServlet.ProxyInputStreamContentProvider -
Uses of Invocable in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement Invocable Modifier and Type Class Description private classHttpChannel.Send100Callbackprivate classHttpChannel.SendCallbackprivate classHttpConnection.AsyncReadCallbackprivate classHttpConnection.BlockingReadCallbackprivate classHttpConnection.Contentprivate classHttpConnection.SendCallbackstatic classHttpInput.Contentstatic classHttpInput.EofContentstatic classHttpInput.SentinelContentA Sentinel Content, which has zero length content but indicates some other event in the input stream (eg EOF)private classHttpOutput.AsyncFlushprivate classHttpOutput.AsyncWriteprivate classHttpOutput.ChannelWriteCBprivate classHttpOutput.InputStreamWritingCBAn iterating callback that will take content from an InputStream and write it to the associatedHttpChannel.private classHttpOutput.NestedChannelWriteCBprivate classHttpOutput.ReadableByteChannelWritingCBAn iterating callback that will take content from a ReadableByteChannel and write it to theHttpChannel.private classHttpOutput.WriteCompleteCB -
Uses of Invocable in org.eclipse.jetty.server.handler.gzip
Classes in org.eclipse.jetty.server.handler.gzip that implement Invocable Modifier and Type Class Description private classGzipHttpOutputInterceptor.GzipBufferCB -
Uses of Invocable in org.eclipse.jetty.util
Subinterfaces 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.
-