Uses of Class
org.apache.hc.core5.util.Deadline
-
Packages that use Deadline Package Description org.apache.hc.core5.pool Client side connection pool component APIs.org.apache.hc.core5.util Core utility classes. -
-
Uses of Deadline in org.apache.hc.core5.pool
Fields in org.apache.hc.core5.pool declared as Deadline Modifier and Type Field Description private DeadlineLaxConnPool.LeaseRequest. deadlineprivate DeadlineStrictConnPool.LeaseRequest. deadlineprivate DeadlinePoolEntry. expiryDeadlineprivate DeadlinePoolEntry. validityDeadlineMethods in org.apache.hc.core5.pool that return Deadline Modifier and Type Method Description DeadlineLaxConnPool.LeaseRequest. getDeadline()DeadlineStrictConnPool.LeaseRequest. getDeadline()DeadlinePoolEntry. getExpiryDeadline()DeadlinePoolEntry. getValidityDeadline() -
Uses of Deadline in org.apache.hc.core5.util
Fields in org.apache.hc.core5.util declared as Deadline Modifier and Type Field Description private DeadlineDeadlineTimeoutException. deadlinestatic DeadlineDeadline. MAX_VALUEThe maximum (longest-lived) deadline.static DeadlineDeadline. MIN_VALUEThe minimum (shortest-lived) deadline.Methods in org.apache.hc.core5.util that return Deadline Modifier and Type Method Description static DeadlineDeadline. calculate(long timeMillis, TimeValue timeValue)Calculates a deadline with a given time in milliseconds plus a given time value.static DeadlineDeadline. calculate(TimeValue timeValue)Calculates a deadline from now plus a given time value.DeadlineDeadline. freeze()static DeadlineDeadline. fromUnixMilliseconds(long value)Creates a deadline from a UNIX time in milliseconds.DeadlineDeadlineTimeoutException. getDeadline()The expected deadline for this timeout since the start of UNIX time.DeadlineDeadline. min(Deadline other)Returns the smaller of this and anotherDeadline.static DeadlineDeadline. parse(java.lang.String source)Creates a deadline from a string in the format "yyyy-MM-dd\'T\'HH:mm:ss.SSSZ".Methods in org.apache.hc.core5.util with parameters of type Deadline Modifier and Type Method Description static DeadlineTimeoutExceptionDeadlineTimeoutException. from(Deadline deadline)Creates a new exception for the given timeout deadline and actual timeout.DeadlineDeadline. min(Deadline other)Returns the smaller of this and anotherDeadline.Constructors in org.apache.hc.core5.util with parameters of type Deadline Constructor Description DeadlineTimeoutException(Deadline deadline)Creates a new exception for the given timeout deadline and actual timeout.
-