Uses of Interface
org.eclipse.jetty.io.CyclicTimeouts.Expirable
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty IO : Core classes for Jetty IO subsystem
-
Uses of CyclicTimeouts.Expirable in org.eclipse.jetty.client
-
Uses of CyclicTimeouts.Expirable in org.eclipse.jetty.client.http
-
Uses of CyclicTimeouts.Expirable in org.eclipse.jetty.fcgi.client.http
-
Uses of CyclicTimeouts.Expirable in org.eclipse.jetty.http2
-
Uses of CyclicTimeouts.Expirable in org.eclipse.jetty.http2.client.http
-
Uses of CyclicTimeouts.Expirable in org.eclipse.jetty.io
Modifier and TypeClassDescriptionclass
CyclicTimeouts<T extends CyclicTimeouts.Expirable>
An implementation of a timeout that manages manyexpirable
entities whose timeouts are mostly cancelled or re-scheduled. -
Uses of CyclicTimeouts.Expirable in org.eclipse.jetty.quic.server