|
typedef std::function
< std::unique_ptr
< wpi::NetworkStream >)> | Connector |
|
|
unsigned int | GetNetworkMode () const |
|
void | StartServer (llvm::StringRef persist_filename, std::unique_ptr< wpi::NetworkAcceptor > acceptor) |
|
void | StartClient () |
|
void | Stop () |
|
void | SetUpdateRate (double interval) |
|
void | SetIdentity (llvm::StringRef name) |
|
void | Flush () |
|
std::vector< ConnectionInfo > | GetConnections () const |
|
void | NotifyConnections (ConnectionListenerCallback callback) const |
|
void | SetConnector (Connector connector) |
|
void | SetConnector (std::vector< Connector > &&connectors) |
|
void | SetConnectorOverride (Connector connector) |
|
void | ClearConnectorOverride () |
|
bool | active () const |
|
| DispatcherBase (const DispatcherBase &)=delete |
|
DispatcherBase & | operator= (const DispatcherBase &)=delete |
|
The documentation for this class was generated from the following files:
- build/ntSources/src/Dispatcher.h
- build/ntSources/src/Dispatcher.cpp