Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
H
- Handle - Class in com.tccc.kos.commons.core.service.handle
-
Building block for allocating a handle to an object.
- Handle(Object) - Constructor for class com.tccc.kos.commons.core.service.handle.Handle
-
Constructs a new handle with the name derived from the bean class.
- Handle(String, Object) - Constructor for class com.tccc.kos.commons.core.service.handle.Handle
-
Constructs a new handle node with the specified name and bean.
- Handle(String, Object, String, Handle) - Constructor for class com.tccc.kos.commons.core.service.handle.Handle
-
Constructs a new handle node with the specified name and bean, and attaches is to the specified parent with the supplied prefix.
- Handle(String, Object, String, HandleAware) - Constructor for class com.tccc.kos.commons.core.service.handle.Handle
-
Constructs a new handle node with the specified name and bean, and attaches is to the specified parent with the supplied prefix.
- HandleAware - Interface in com.tccc.kos.commons.core.service.handle
-
Interface for objects that can be identified by a handle.
- HandleGetter - Interface in com.tccc.kos.commons.core.service.handle
-
Interface for fetching beans by handles.
- handleMsg(int, BinaryMsg) - Method in interface com.tccc.kos.commons.core.client.binarymsg.BinaryMsgClientHandler
-
Called to handle an incoming message.
- handleMsg(WebsocketRouter, WebsocketConnection, InboundMessage) - Method in interface com.tccc.kos.commons.web.websocket.router.RouterMessageHandler
-
Called when a message destined for the local node is processed by the router.
- HandleService - Class in com.tccc.kos.commons.core.service.handle
-
System wrapper around
HandleMgr
, asHandleMgr
should only be used by internal kOS code. - HandleTroubleIface - Interface in com.tccc.kos.commons.core.service.trouble
-
Interface for
Trouble
s that implements the handle iface. - HandleVariable - Annotation Interface in com.tccc.kos.commons.core.dispatcher.annotations
-
Annotation that binds a method variable to a bean handle.
- HandleView - Interface in com.tccc.kos.commons.util
-
JsonView class to expose data from handles endpoints.
- HardwareLink - Class in com.tccc.kos.core.service.hardware
-
Base class that implements the backend protocol for a particular board.
- HardwareLink() - Constructor for class com.tccc.kos.core.service.hardware.HardwareLink
- HardwareLinkResolver - Interface in com.tccc.kos.core.service.hardware
-
Interface to add a new way of matching
HardwareLink
to aBoard
. - HardwareListener - Interface in com.tccc.kos.core.service.hardware
-
Base interface for hardware related listeners.
- HardwareService - Class in com.tccc.kos.core.service.hardware
-
Service that manages all external hardware.
- hasChanged() - Method in class com.tccc.kos.commons.core.service.config.ValPair
-
Returns true if the current and previous values are different.
- hasEncrypted() - Method in class com.tccc.kos.commons.kab.KabFile
-
Returns true if the kab contains encrypted entries.
- hasError() - Method in class com.tccc.commons.httpclient.JsonResp
-
Return true if the status is not
HttpStatus.OK
- hasError() - Method in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsg
-
Return true if the message indicates an error.
- hasExtension(String) - Method in class com.tccc.kos.core.service.ext.ExtensionService
-
Return true if the named extension has been installed.
- hashCode() - Method in class com.tccc.kos.commons.core.broker.MessageData
- hashCode() - Method in class com.tccc.kos.commons.core.service.config.ConfigValue
- hashCode() - Method in class com.tccc.kos.commons.core.service.state.StateBean
- hashCode() - Method in class com.tccc.kos.commons.core.service.trouble.Trouble
- hashCode() - Method in class com.tccc.kos.commons.manifest.BaseManifestArtifact
- hashCode() - Method in class com.tccc.kos.commons.util.json.fragments.FirmwareFragment.FirmwareEntry
- hashCode() - Method in class com.tccc.kos.commons.util.json.fragments.LocalizationFragment.Localization
- hashCode() - Method in class com.tccc.kos.commons.util.json.fragments.LocalizationFragment.Namespace
- hashCode() - Method in class com.tccc.kos.commons.util.net.UriParam
- hashCode() - Method in class com.tccc.kos.commons.util.net.WebsocketAddr
- hashCode() - Method in class com.tccc.kos.commons.util.NodeId
- hashCode() - Method in class com.tccc.kos.commons.util.units.Unit
- hashCode() - Method in class com.tccc.kos.commons.util.units.UnitSystem
- hashCode() - Method in class com.tccc.kos.commons.web.websocket.router.RouterConn
- hashCode() - Method in class com.tccc.kos.core.manifest.ResolvedManifestArtifact
- hashCode() - Method in class com.tccc.kos.core.service.browser.BrowserId
- hashCode() - Method in class com.tccc.kos.core.service.log.LogOverride
- hasHeader(String) - Method in class com.tccc.kos.commons.web.api.ApiRequest
-
Determines if the specified header exists.
- hasHeader(String) - Method in class com.tccc.kos.commons.web.websocket.router.msg.RoutedMessage
-
Returns true if the specified header exists.
- hasParent() - Method in class com.tccc.kos.commons.core.service.handle.Handle
-
Return true if the handle already has a parent.
- hasProfile(String) - Static method in class com.tccc.kos.core.app.KosCore
-
Returns true if the specified profile is active.
- hasProfile(String) - Method in class com.tccc.kos.core.service.app.Application
-
Profiles are constants that are defined by command-line arguments to the JVM.
- hasValue(CharSequence) - Static method in class com.tccc.kos.commons.util.misc.StringUtil
-
Determines if the given CharSequence has a value or not.
- HEAD - Enum constant in enum class com.tccc.kos.commons.core.dispatcher.RequestMethod
- HEADER_DST_ADDR - Static variable in class com.tccc.kos.commons.web.websocket.router.msg.RoutedMessage
- HEADER_HIDE - Static variable in class com.tccc.kos.commons.web.websocket.router.msg.RoutedMessage
- HEADER_LINE_TERMINATOR - Static variable in class com.tccc.kos.commons.web.websocket.router.msg.RoutedMessage
- HEADER_NAME_VAL_SEPARATOR - Static variable in class com.tccc.kos.commons.web.websocket.router.msg.RoutedMessage
- HEADER_SIZE - Static variable in class com.tccc.kos.commons.core.service.blink.binarymsg.BinaryMsgSession
- HEADER_SRC_ADDR - Static variable in class com.tccc.kos.commons.web.websocket.router.msg.RoutedMessage
- HEADER_TRACE - Static variable in class com.tccc.kos.commons.web.websocket.router.msg.RoutedMessage
- hidden() - Element in annotation interface com.tccc.kos.commons.core.dispatcher.annotations.ApiEndpoint
-
If true, exclude endpoint from openapi docs.
- HIGH - Enum constant in enum class com.tccc.kos.core.service.analytics.AnalyticsPriority
- HttpRequest - Interface in com.tccc.kos.commons.core.dispatcher
-
Interface that abstracts out the common request methods used by the system dispatcher.
- HttpResponse - Interface in com.tccc.kos.commons.core.dispatcher
-
Interface that abstracts out the common response methods used by the system dispatcher.
- HttpStatus - Class in com.tccc.kos.commons.util.dispatcher
-
Class that contains HTTP status code constants.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form