Uses of Interface
com.kosdev.kos.commons.util.AttributeAware
Packages that use AttributeAware
Package
Description
Provides access to the network request and response processing.
Contains classes that comprise the websocket clients.
Contains classes that handle websocket connections.
-
Uses of AttributeAware in com.kosdev.kos.commons.core.dispatcher
Subinterfaces of AttributeAware in com.kosdev.kos.commons.core.dispatcherModifier and TypeInterfaceDescriptioninterfaceInterface that abstracts out the common request methods used by the system dispatcher. -
Uses of AttributeAware in com.kosdev.kos.commons.util.concurrent.future
Classes in com.kosdev.kos.commons.util.concurrent.future that implement AttributeAwareModifier and TypeClassDescriptionclassA future that simply delays for the specified duration but is interruptable.classA future that immediately fails when started.classThis is the KOS equivalent of Java'sFutureTask.classAllows a collection of individual futures to be run in parallel, where the overall state ofParallelFuturereflects the result of the child futures.classAllows a list of individual futures to be run in sequence, where the overall state ofSequencedFuturereflects the result of the sequence. -
Uses of AttributeAware in com.kosdev.kos.commons.web.client
Classes in com.kosdev.kos.commons.web.client that implement AttributeAwareModifier and TypeClassDescriptionclassWebsocket client with support for automatic reconnects using exponential backoff. -
Uses of AttributeAware in com.kosdev.kos.commons.web.websocket
Subinterfaces of AttributeAware in com.kosdev.kos.commons.web.websocketModifier and TypeInterfaceDescriptioninterfaceInterface for a websocket connection. -
Uses of AttributeAware in com.kosdev.kos.core.service.udev
Classes in com.kosdev.kos.core.service.udev that implement AttributeAware