|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wpi.first.wpilibj.networktables2.server.ServerConnectionList
public class ServerConnectionList
A list of connections that the server currently has
Field Summary |
---|
Fields inherited from interface edu.wpi.first.wpilibj.networktables2.OutgoingEntryReceiver |
---|
NULL |
Constructor Summary | |
---|---|
ServerConnectionList()
|
Method Summary | |
---|---|
void |
add(ServerConnectionAdapter connection)
Add a connection to the list |
void |
close(ServerConnectionAdapter connectionAdapter,
boolean closeStream)
Called when a connection adapter has been closed |
void |
closeAll()
close all connections and remove them |
void |
ensureAlive()
|
void |
flush()
|
void |
offerOutgoingAssignment(NetworkTableEntry entry)
|
void |
offerOutgoingUpdate(NetworkTableEntry entry)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServerConnectionList()
Method Detail |
---|
public void add(ServerConnectionAdapter connection)
connection
- public void close(ServerConnectionAdapter connectionAdapter, boolean closeStream)
ServerAdapterManager
close
in interface ServerAdapterManager
connectionAdapter
- the adapter that was closedpublic void closeAll()
public void offerOutgoingAssignment(NetworkTableEntry entry)
offerOutgoingAssignment
in interface OutgoingEntryReceiver
public void offerOutgoingUpdate(NetworkTableEntry entry)
offerOutgoingUpdate
in interface OutgoingEntryReceiver
public void flush()
flush
in interface FlushableOutgoingEntryReceiver
public void ensureAlive()
ensureAlive
in interface FlushableOutgoingEntryReceiver
|
" 2013 FRC Java API " |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |