"

2013 FRC Java API

"

edu.wpi.first.wpilibj.networktables2.server
Interface ServerAdapterManager

All Known Implementing Classes:
ServerConnectionList

public interface ServerAdapterManager

A class that manages connections to a server

Author:
Mitchell

Method Summary
 void close(ServerConnectionAdapter connectionAdapter, boolean closeStream)
          Called when a connection adapter has been closed
 

Method Detail

close

void close(ServerConnectionAdapter connectionAdapter,
           boolean closeStream)
Called when a connection adapter has been closed

Parameters:
connectionAdapter - the adapter that was closed

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"