Package com.linecorp.armeria.common.util
@NonNullByDefault
package com.linecorp.armeria.common.util
Generic utility classes.
-
InterfaceDescriptionAbstractOption.Factory<T extends AbstractOption<T,U,V>,U extends AbstractOptionValue<U,T,V>,V>Creates a new option instance.An object that may hold resources until it is closed.Provides an executor interface which is used for potentially long-running tasks which may block I/O threads.Listenable<T>An interface that accepts item change listeners.A variant of
AsyncCloseable
which allows a user to check whether the object is closed or to get notified when closed.A holder of releasable resourceReleasableHolder
.AnAutoCloseable
whoseSafeCloseable.close()
method does not throw an exception.Sampler<T>Sampler is responsible for deciding if a particular trace should be "sampled", i.e. whether the overhead of tracing will occur and/or if a trace will be reported to the collection tier.A time source; returns a time value representing the number of nanoseconds elapsed since some fixed but arbitrary point in time.Provides a way to unwrap an object in decorator pattern, similar to down-casting in an inheritance pattern. -
ClassDescriptionA skeletal
Listenable
implementation.A configuration option.AbstractOptions<T extends AbstractOption<T,U,Object>,U extends AbstractOptionValue<U,T,Object>>A set of configuration options and their respective values.A holder of a value of anAbstractOption
.AbstractUnwrappable<T extends Unwrappable>SkeletalUnwrappable
implementation.Provides support for implementingAsyncCloseable
orListenableAsyncCloseable
.A builder that is useful for creating aScheduledExecutorService
.Provides the common actions that are useful when handling aCompletionStage
.ACompletableFuture
that warns the user if they call a method that blocks the event loop.Provides methods that are useful for creating anEventLoopGroup
.Provides methods that are useful for handling exceptions.Utility methods related with function composition.A utility class which provides factory methods in order to easily create aPredicate
of anInetAddress
.LruMap<T,U>LRU (Least Recently Used) cacheMap
.StartStopSupport<T,U,V,L>Provides asynchronous start-stop life cycle support.Provides utilities for accessing the information about the current system and process.A utility class to format things as aString
with ease.Provides a builder forThreadFactory
.Builds a newThreadFactory
.ACompletableFuture
which prevents the caller from completing it.Retrieves the version information of available Armeria artifacts. -
Enum ClassDescriptionOperating system.The timeout mode.Native transport types.
-
ExceptionDescriptionRepresents an exception that is a composite of one or more other exceptions.