Interface | Description |
---|---|
Identifiable |
Object with a unique identifier.
|
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 | |
ReflectionUtils | |
TextUtils | |
Timeout |
Represents a timeout value as a non-negative
long time and TimeUnit . |
TimeValue |
Represents a time value as a
long time and a TimeUnit . |
VersionInfo |
Provides access to version information for HTTP components.
|
Exception | Description |
---|---|
DeadlineTimeoutException |
A specialization of
TimeoutException that carries a deadline and an actual value, both as UNIX times. |
TimeoutValueException |
A specialization of
TimeoutException that carries a Timeout deadline and the actual value. |