Now you can download a copy of these docs so you can use them offline! Download now
ServerConnectionList Class Reference

#include <ServerConnectionList.h>

Inheritance diagram for ServerConnectionList:
Collaboration diagram for ServerConnectionList:

Public Member Functions

 ServerConnectionList (ServerIncomingStreamMonitor *Factory)
 
void add (ServerConnectionAdapter &connection)
 
void close (ServerConnectionAdapter &connectionAdapter, bool closeStream)
 
void closeAll ()
 
void offerOutgoingAssignment (NetworkTableEntry *entry)
 
void offerOutgoingUpdate (NetworkTableEntry *entry)
 
void flush ()
 
void ensureAlive ()
 

Detailed Description

A list of connections that the server currently has

Author
Mitchell

Definition at line 30 of file ServerConnectionList.h.

Member Function Documentation

void ServerConnectionList::add ( ServerConnectionAdapter connection)

Add a connection to the list

Parameters
connection

Definition at line 24 of file ServerConnectionList.cpp.

void ServerConnectionList::close ( ServerConnectionAdapter connectionAdapter,
bool  closeStream 
)
virtual

Called when a connection adapter has been closed

Parameters
connectionAdapterthe adapter that was closed

Implements ServerAdapterManager.

Definition at line 30 of file ServerConnectionList.cpp.

void ServerConnectionList::closeAll ( )

close all connections and remove them

Definition at line 45 of file ServerConnectionList.cpp.


The documentation for this class was generated from the following files:

Generated on Sat Apr 26 2014 12:26:47 for WPILibC++ by doxygen 1.8.6