|
" 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.ServerIncomingStreamMonitor
public class ServerIncomingStreamMonitor
Thread that monitors for incoming connections
| Constructor Summary | |
|---|---|
ServerIncomingStreamMonitor(IOStreamProvider streamProvider,
ServerNetworkTableEntryStore entryStore,
ServerIncomingConnectionListener incomingListener,
ServerAdapterManager adapterListener,
NetworkTableEntryTypeManager typeManager,
NTThreadManager threadManager)
Create a new incoming stream monitor |
|
| Method Summary | |
|---|---|
void |
run()
the method that will be called periodically on a thread |
void |
start()
Start the monitor thread |
void |
stop()
Stop the monitor thread |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServerIncomingStreamMonitor(IOStreamProvider streamProvider,
ServerNetworkTableEntryStore entryStore,
ServerIncomingConnectionListener incomingListener,
ServerAdapterManager adapterListener,
NetworkTableEntryTypeManager typeManager,
NTThreadManager threadManager)
streamProvider - the stream provider to retrieve streams fromentryStore - the entry store for the servertransactionPool - transaction pool for the serverincomingListener - the listener that is notified of new connectionsadapterListener - the listener that will listen to adapter eventsthreadManager - the thread manager used to create the incoming thread and provided to the Connection Adapters| Method Detail |
|---|
public void start()
public void stop()
public void run()
PeriodicRunnable
run in interface PeriodicRunnable
|
" 2013 FRC Java API " |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||