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 class
HttpConnection
-
Uses of Attachable in org.eclipse.jetty.client.http
Classes in org.eclipse.jetty.client.http that implement Attachable Modifier and Type Class Description class
HttpConnectionOverHTTP
-
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 class
HttpConnectionOverFCGI
-
Uses of Attachable in org.eclipse.jetty.http2
Subinterfaces of Attachable in org.eclipse.jetty.http2 Modifier and Type Interface Description interface
IStream
The SPI interface for implementing an HTTP/2 stream.Classes in org.eclipse.jetty.http2 that implement Attachable Modifier and Type Class Description class
HTTP2Stream
-
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 class
HttpConnectionOverHTTP2
-