|
" 2013 FRC Java API " |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerConnectionAdapter | |
---|---|
edu.wpi.first.wpilibj.networktables2.server |
Uses of ServerConnectionAdapter in edu.wpi.first.wpilibj.networktables2.server |
---|
Methods in edu.wpi.first.wpilibj.networktables2.server with parameters of type ServerConnectionAdapter | |
---|---|
void |
ServerConnectionList.add(ServerConnectionAdapter connection)
Add a connection to the list |
void |
ServerAdapterManager.close(ServerConnectionAdapter connectionAdapter,
boolean closeStream)
Called when a connection adapter has been closed |
void |
ServerConnectionList.close(ServerConnectionAdapter connectionAdapter,
boolean closeStream)
|
void |
NetworkTableServer.onNewConnection(ServerConnectionAdapter connectionAdapter)
|
void |
ServerIncomingConnectionListener.onNewConnection(ServerConnectionAdapter connectionAdapter)
Called on create of a new connection |
|
" 2013 FRC Java API " |
|||||||||
PREV NEXT | FRAMES NO FRAMES |