Package org.apache.hc.core5.util
Core utility classes.
-
Interface Summary Interface Description Identifiable Object with a unique identifier. -
Class Summary Class Description Args Asserts ByteArrayBuffer A resizable byte array.CharArrayBuffer A resizable char array.Deadline A deadline based on a UNIX time, the elapsed since 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970.LangUtils A set of utility methods to help produce consistentequals
andhashCode
methods.ReflectionUtils TextUtils Timeout Represents a timeout value as a non-negativelong
time andTimeUnit
.TimeValue Represents a time value as along
time and aTimeUnit
.Tokenizer Tokenizer that can be used as a foundation for more complex parsing routines.Tokenizer.Cursor VersionInfo Provides access to version information for HTTP components. -
Exception Summary Exception Description DeadlineTimeoutException A specialization ofTimeoutException
that carries a deadline and an actual value, both as UNIX times.TimeoutValueException A specialization ofTimeoutException
that carries aTimeout
deadline and the actual value.