| Interface | Description |
|---|---|
| ITable |
A table whose values can be read and written to
|
| ITableListener |
A listener that listens to changes in values in a
ITable |
| NTMessageType |
The definitions of all of the protocol message types
|
| NTThread.NTRunnable |
A runnable where the run method will be called periodically
|
| Class | Description |
|---|---|
| NetworkTable |
NetworkTables 2.0
|
| NetworkTable.NetworkTableKeyCache | |
| NTConnection |
An abstraction for the NetworkTable protocol
|
| NTConnectionAdapter |
Object that adapts messages from a client to the server
|
| NTConnectionList |
A list of connections that the server currently has
|
| NTConnectionState |
Represents the state of a connection to the server
|
| NTConnectionState.Error |
Represents that the client is in an error state
|
| NTKeyListenerAdapter |
An adapter that is used to filter value change notifications for a specific key
|
| NTListenerAdapter |
An adapter that is used to filter value change notifications and make the path relative to the NetworkTable
|
| NTServer |
A server node in NetworkTables 2.0
|
| NTServerTableProvider |
Provides a
NetworkTable for a given NTNode |
| NTSocketStream |
An SimpleIOStream that wraps an
InputStream and an OutputStream |
| NTSubListenerAdapter |
An adapter that is used to filter sub table change notifications and make the path relative to the NetworkTable
|
| NTThread |
A simple thread manager that will run periodic threads in their own thread
|
| NTWriteManager |
A write manager is a
IncomingEntryReceiver that buffers transactions and then and then
dispatches them to a flushable transaction receiver that is periodically offered all queued
transaction and then flushed |
| Exception | Description |
|---|---|
| BadMessageException |
An exception throw when a NetworkTableNode receives a bad message
|
| NetworkTableKeyNotDefined | Deprecated
to provide backwards compatability for new api
|
| WrongEntryTypeException |
Throw to indicate that an attempt to put data to a table is illegal because
the specified key exists with a different data type than the put data type.
|