Interface | Description |
---|---|
ServerAdapterManager |
A class that manages connections to a server
|
ServerIncomingConnectionListener |
Listener for new incoming server connections
|
Class | Description |
---|---|
NetworkTableServer |
A server node in NetworkTables 2.0
|
ServerConnectionAdapter |
Object that adapts messages from a client to the server
|
ServerConnectionList |
A list of connections that the server currently has
|
ServerConnectionState |
Represents the state of a connection to the server
|
ServerConnectionState.Error |
Represents that the client is in an error state
|
ServerIncomingStreamMonitor |
Thread that monitors for incoming connections
|
ServerNetworkTableEntryStore |
The entry store for a
NetworkTableServer |