Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
F
- FACTORY_ID - Static variable in class com.tccc.kos.core.service.region.BaseRegion
- FahrenheitUnit - Class in com.tccc.kos.commons.util.units.impl
-
A
Unit
class that represents temperature in degrees Fahrenheit. - FahrenheitUnit() - Constructor for class com.tccc.kos.commons.util.units.impl.FahrenheitUnit
-
Creates a
FahrenheitUnit
with no alias and default set to true. - FahrenheitUnit(String, boolean) - Constructor for class com.tccc.kos.commons.util.units.impl.FahrenheitUnit
-
Creates a
FahrenheitUnit
with the specified alias and default flag. - fail(String) - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
-
Fails the work with the specified reason.
- fail(String) - Method in class com.tccc.kos.commons.util.concurrent.future.ParallelFuture
- fail(String) - Method in class com.tccc.kos.commons.util.concurrent.future.SequencedFuture
- fail(String, ReasonData) - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
-
Fails the work with the specified reason and optional reason data.
- fail(String, Object, Class<?>) - Method in class com.tccc.kos.commons.util.concurrent.future.FutureWork
-
Fails the work with the specified reason and optional data and view.
- FAIL - Enum constant in enum class com.tccc.kos.commons.util.concurrent.future.FutureEvent
- FAIL - Enum constant in enum class com.tccc.kos.commons.util.concurrent.future.FutureState
- FailedFuture - Class in com.tccc.kos.commons.util.concurrent.future
-
A future that immediately fails when started.
- FailedFuture(String, String) - Constructor for class com.tccc.kos.commons.util.concurrent.future.FailedFuture
-
Creates a future that will fail with the specified reason.
- FailedFuture(String, String, ReasonData) - Constructor for class com.tccc.kos.commons.util.concurrent.future.FailedFuture
-
Creates a future that will fail with the specified reason and data.
- fileNotFound() - Method in class com.tccc.kos.core.primary.service.ota.OTADownloadRequest
-
Record that the requested kab was not found.
- FileResourceLoader - Class in com.tccc.kos.commons.util.resource
-
Loader that searches resources on the filesystem.
- FileResourceLoader() - Constructor for class com.tccc.kos.commons.util.resource.FileResourceLoader
- FileSrvOutputStream - Class in com.tccc.kos.commons.core.filesrv
-
Output stream that writes to a remote file server a FileSrv server.
- FileSrvOutputStream() - Constructor for class com.tccc.kos.commons.core.filesrv.FileSrvOutputStream
- FilesystemVFSSource - Class in com.tccc.kos.commons.core.vfs
-
Class that corresponds to a directory on a filesystem.
- FilesystemVFSSource(File) - Constructor for class com.tccc.kos.commons.core.vfs.FilesystemVFSSource
-
Creates a source that maps to the specified root directory.
- FilesystemVFSSource(String) - Constructor for class com.tccc.kos.commons.core.vfs.FilesystemVFSSource
-
Creates a source that maps to the specified root directory.
- FINISHED - Enum constant in enum class com.tccc.kos.commons.util.concurrent.future.FutureEvent
- fireEvent(ListenerCaller<T>) - Method in class com.tccc.kos.commons.util.ListenerList
-
Fires an event to listeners of the specified class.
- fireEvent(Class<S>, ListenerCaller<S>) - Method in class com.tccc.kos.commons.util.ListenerList
-
Fires an event to listeners of the specified class.
- FirmwareEntry() - Constructor for class com.tccc.kos.commons.util.json.fragments.FirmwareFragment.FirmwareEntry
- FirmwareFragment - Class in com.tccc.kos.commons.util.json.fragments
-
Standard descriptor fragment for describing firmware within a KAB file.
- FirmwareFragment() - Constructor for class com.tccc.kos.commons.util.json.fragments.FirmwareFragment
- FirmwareFragment.FirmwareEntry - Class in com.tccc.kos.commons.util.json.fragments
- FirmwareInfo - Class in com.tccc.kos.core.service.firmware
-
Information about a single firmware entry in a kab file.
- FirmwareInfo() - Constructor for class com.tccc.kos.core.service.firmware.FirmwareInfo
- FirmwareService - Class in com.tccc.kos.core.service.firmware
-
Service that handles updating firmware on update-capable devices.
- FirmwareUpdatableDevice - Interface in com.tccc.kos.core.service.firmware
-
Interface for any device that can have firmware updated.
- FirmwareUpdatableLink - Class in com.tccc.kos.core.service.firmware
-
Base class for
HardwareLink
that supports firmware update. - FirmwareUpdatableLink() - Constructor for class com.tccc.kos.core.service.firmware.FirmwareUpdatableLink
- FirmwareUpdateCallback - Interface in com.tccc.kos.core.service.firmware
-
Callback interface for firmware update events.
- FirmwareUpdater - Interface in com.tccc.kos.core.service.firmware
-
Interface for the actual update routine for a given device.
- fixFileSeparators(String) - Static method in class com.tccc.kos.commons.util.misc.StringUtil
-
Replaces all "\" characters with "/" in the given string.
- FluidOunceUnit - Class in com.tccc.kos.commons.util.units.impl
-
A
Unit
class that represents volume in fluid ounces. - FluidOunceUnit() - Constructor for class com.tccc.kos.commons.util.units.impl.FluidOunceUnit
-
Creates a
FluidOunceUnit
with no alias and default set to true. - FluidOunceUnit(String, boolean) - Constructor for class com.tccc.kos.commons.util.units.impl.FluidOunceUnit
-
Creates a
FluidOunceUnit
with the specified alias and default flag. - flush() - Method in class com.tccc.kos.commons.core.filesrv.FileSrvOutputStream
- flush() - Method in class com.tccc.kos.commons.util.ByteOrderOutputStream
- flush() - Method in class com.tccc.kos.commons.util.concurrent.BaseCallback
-
If the timer is running then the callback method is called in a background thread, otherwise no action is taken.
- flushInline() - Method in class com.tccc.kos.commons.util.concurrent.BaseCallback
-
If the timer is running, then the callback method is called while blocking in the current thread, otherwise no action is taken.
- FORBIDDEN - Static variable in class com.tccc.kos.commons.util.dispatcher.HttpStatus
- force() - Method in class com.tccc.kos.commons.util.concurrent.BaseCallback
-
Forces the callback method to be called in a background thread, whether there's a pending timer or not.
- forceInline() - Method in class com.tccc.kos.commons.util.concurrent.BaseCallback
-
Forces the callback method to be called while blocking in the current thread, whether there's a pending timer or not.
- format() - Element in annotation interface com.tccc.kos.commons.core.service.config.annotations.ConfigDesc
-
Format of the value.
- formatISO8601(long) - Static method in class com.tccc.kos.core.app.KosCore
-
Format the epoch time in ms as an ISO-8601 string with fractional second resolution and timezone offset.
- forwardMsg(InboundMessage, String, String) - Method in class com.tccc.kos.commons.web.websocket.router.RouterEngine
-
Forward the message using the forwarding rules.
- fromFile(File) - Method in class com.tccc.kos.commons.util.PrivateKeyReader
-
Return a private key contained in the specified file.
- fromFile(File) - Method in class com.tccc.kos.commons.util.PublicKeyReader
-
Return a public key contained in the specified file.
- fromHexString(String) - Static method in class com.tccc.kos.commons.util.convert.Convert
-
Converts a hex string to a byte array.
- fromInputStream(InputStream) - Method in class com.tccc.kos.commons.util.PrivateKeyReader
-
Return a private key accessible via the input stream.
- fromInputStream(InputStream) - Method in class com.tccc.kos.commons.util.PublicKeyReader
-
Return a public key accessible via the input stream.
- fromJson(ContentResponse, Class<T>, boolean) - Method in class com.tccc.commons.httpclient.JsonTemplate
-
Parses the body of the specified response into the specified class.
- fromOrdinal(int) - Static method in enum class com.tccc.kos.core.service.analytics.AnalyticsPriority
- fromQ4(int) - Static method in class com.tccc.kos.commons.util.convert.Convert
-
Convert a Q4 to a double.
- fromQ8(int) - Static method in class com.tccc.kos.commons.util.convert.Convert
-
Converts a Q8 to a double.
- fromResource(String) - Method in class com.tccc.kos.commons.util.PrivateKeyReader
-
Return a private key contained in the specified resource.
- fromResource(String) - Method in class com.tccc.kos.commons.util.PublicKeyReader
-
Return a public key contained in the specified resource.
- fromStandard(double) - Method in class com.tccc.kos.commons.util.units.Unit
-
Converts from standard kOS units to this unit.
- FuseMount - Class in com.tccc.kos.core.service.fuse
-
A mount object returned from FuseService when a mount is successful.
- FuseMount() - Constructor for class com.tccc.kos.core.service.fuse.FuseMount
- FuseService - Class in com.tccc.kos.core.service.fuse
-
Service that mounts KAB files into the local filesystem via fuseMounter native program.
- FutureEvent - Enum Class in com.tccc.kos.commons.util.concurrent.future
-
Types of
FutureWork
callback events. - FutureRunnable - Interface in com.tccc.kos.commons.util.concurrent.future
-
A functional interface for associating runnable code with a future, whether the primary code of the future or callbacks based on future events.
- FutureState - Enum Class in com.tccc.kos.commons.util.concurrent.future
-
Possible
FutureWork
states, which are: SUCCESS: the operation successfully ran to completion FAIL: the operation ran to completion but failed CANCEL: the operation was cancelled by the user ABORT: the operation was aborted by the software - FutureWork - Class in com.tccc.kos.commons.util.concurrent.future
-
This is the kOS equivalent of Java's
FutureTask
. - FutureWork(String, long) - Constructor for class com.tccc.kos.commons.util.concurrent.future.FutureWork
-
Returns work that has no associated runnable, but does include a time estimate.
- FutureWork(String, FutureRunnable) - Constructor for class com.tccc.kos.commons.util.concurrent.future.FutureWork
-
Returns work that will perform the specified
runnable
. - FutureWork(String, FutureRunnable, long) - Constructor for class com.tccc.kos.commons.util.concurrent.future.FutureWork
-
Returns work that will perform the specified
FutureRunnable
, which is expected to take the specified amount of time to complete.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form