Uses of Interface
com.tccc.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.tccc.kos.commons.core.dispatcher
Subinterfaces of AttributeAware in com.tccc.kos.commons.core.dispatcherModifier and TypeInterfaceDescriptioninterface
Interface that abstracts out the common request methods used by the system dispatcher. -
Uses of AttributeAware in com.tccc.kos.commons.web.client
Classes in com.tccc.kos.commons.web.client that implement AttributeAwareModifier and TypeClassDescriptionclass
Websocket client with support for automatic reconnects using exponential backoff. -
Uses of AttributeAware in com.tccc.kos.commons.web.websocket
Subinterfaces of AttributeAware in com.tccc.kos.commons.web.websocketModifier and TypeInterfaceDescriptioninterface
Interface for a websocket connection.