edu.wpi.first.wpilibj.networktables2.stream
Interface IOStreamProvider
- All Known Implementing Classes:
- SocketServerStreamProvider
public interface IOStreamProvider
An object that will provide the IOStream of clients to a NetworkTable Server
- Author:
- mwills
accept
IOStream accept()
throws IOException
- Returns:
- a new IOStream normally from a server
- Throws:
IOException
close
void close()
throws IOException
- Close the source of the IOStreams.
accept()
should not be called after this is called
- Throws:
IOException
Copyright © 2013. All rights reserved.