Uses of Interface
org.eclipse.jetty.util.Attachable
-
Packages that use Attachable 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.fcgi.client.http org.eclipse.jetty.http2 org.eclipse.jetty.http2.client.http -
-
Uses of Attachable in org.eclipse.jetty.client
Classes in org.eclipse.jetty.client that implement Attachable Modifier and Type Class Description classHttpConnection -
Uses of Attachable in org.eclipse.jetty.client.http
Classes in org.eclipse.jetty.client.http that implement Attachable Modifier and Type Class Description classHttpConnectionOverHTTP -
Uses of Attachable in org.eclipse.jetty.fcgi.client.http
Classes in org.eclipse.jetty.fcgi.client.http that implement Attachable Modifier and Type Class Description classHttpConnectionOverFCGI -
Uses of Attachable in org.eclipse.jetty.http2
Subinterfaces of Attachable in org.eclipse.jetty.http2 Modifier and Type Interface Description interfaceIStreamThe SPI interface for implementing an HTTP/2 stream.Classes in org.eclipse.jetty.http2 that implement Attachable Modifier and Type Class Description classHTTP2Stream -
Uses of Attachable in org.eclipse.jetty.http2.client.http
Classes in org.eclipse.jetty.http2.client.http that implement Attachable Modifier and Type Class Description classHttpConnectionOverHTTP2
-