"

2013 FRC Java API

"

edu.wpi.first.wpilibj.networktables2.stream
Interface IOStreamProvider

All Known Implementing Classes:
SocketConnectionServerStreamProvider

public interface IOStreamProvider

An object that will provide the IOStream of clients to a NetworkTable Server

Author:
mwills

Method Summary
 IOStream accept()
           
 void close()
          Close the source of the IOStreams.
 

Method Detail

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

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"