Interface | Description |
---|---|
IOStream |
An abstraction for a bidirectional stream that a network table can connect through
|
IOStreamFactory |
A factory that will create the same IOStream.
|
IOStreamProvider |
An object that will provide the IOStream of clients to a NetworkTable Server
|
Class | Description |
---|---|
SimpleIOStream |
An IOStream that wraps an
InputStream and an OutputStream |
SocketServerStreamProvider |
An object that will provide socket connections when a client connects to the server on the given port (for standard java VM)
|
SocketStream |
A socket connection on a standard Java VM
|
SocketStreamFactory | |
SocketStreams |