| Package | Description |
|---|---|
| net.openhft.chronicle.core.io | |
| net.openhft.chronicle.core.threads | |
| net.openhft.chronicle.core.util | |
| net.openhft.chronicle.core.values |
| Class and Description |
|---|
| AbstractCloseable
Base class for Chronicle components that need deterministic shutdown.
|
| AbstractReferenceCounted
Abstract base class for managing reference counted resources.
|
| Closeable
Extension of
Closeable that participates in the Chronicle
resource lifecycle. |
ClosedIllegalStateException
ClosedIllegalStateException is thrown to indicate that a method has been invoked on a
resource that is in an inappropriate state because it has been closed. |
InvalidMarshallableException
InvalidMarshallableException is thrown to indicate that an object being
serialized (marshalled) or deserialized (unmarshalled) is in an invalid state. |
IORuntimeException
IORuntimeException is a runtime exception that is thrown when an operation
involving an underlying IO resource fails or is unable to complete. |
| ManagedCloseable
Adds expert lifecycle hooks to
Closeable. |
| Monitorable
Implement for resources that may be tracked by tooling such as
CloseableUtils. |
| MonitorReferenceCounted
Extends
ReferenceCountedTracer with the ability to suppress discard
warnings. |
| QueryCloseable
An interface for querying the closeable state of an object.
|
| ReferenceChangeListener
Receives callbacks whenever the reference count of a
ReferenceCounted
changes. |
| ReferenceCounted
Represents a resource that is reference counted.
|
| ReferenceCountedTracer
Extends
ReferenceCounted with tracing utilities. |
| ReferenceOwner
Represents an entity that owns a reference, typically for resource management.
|
| SingleThreadedChecked
Implement for components that are intended for single-threaded use.
|
| ThreadingIllegalStateException
A custom exception indicating an illegal access or operation due to threading constraints.
|
| Wget
Minimal HTTP-GET helper with a hard response cap
|
| Wget.Builder |
| Wget.CharsetDetector
Decides which charset to use when decoding the response body.
|
| Wget.ConnectionProvider
Opens a (potentially mocked) connection for the given URL.
|
| Class and Description |
|---|
| Closeable
Extension of
Closeable that participates in the Chronicle
resource lifecycle. |
InvalidMarshallableException
InvalidMarshallableException is thrown to indicate that an object being
serialized (marshalled) or deserialized (unmarshalled) is in an invalid state. |
| QueryCloseable
An interface for querying the closeable state of an object.
|
| Class and Description |
|---|
| Closeable
Extension of
Closeable that participates in the Chronicle
resource lifecycle. |
InvalidMarshallableException
InvalidMarshallableException is thrown to indicate that an object being
serialized (marshalled) or deserialized (unmarshalled) is in an invalid state. |
IORuntimeException
IORuntimeException is a runtime exception that is thrown when an operation
involving an underlying IO resource fails or is unable to complete. |
| Class and Description |
|---|
| Closeable
Extension of
Closeable that participates in the Chronicle
resource lifecycle. |
| QueryCloseable
An interface for querying the closeable state of an object.
|
Copyright © 2026 Chronicle Software Ltd. All rights reserved.