|
|
int | getConnectionId () override |
| | Unique identifier for this connection that is assigned by the transport layer. (always 0 for server)
|
| |
|
void | disconnect () override |
| | Disconnects from the server.
|
| |
| void | sendToTransport (const std::shared_ptr< ArraySegment< byte >> &data) override |
| | Send raw data to the transport. More...
|
| |
|
template<typename T , typename = std::enable_if<std::is_base_of<NetworkMessage, T>::value>> |
| void | send (T &message) |
| | Send a NetworkMessage to this connection.
|
| |
◆ sendToTransport()
| void KapMirror::NetworkConnectionToServer::sendToTransport |
( |
const std::shared_ptr< ArraySegment< byte >> & |
data | ) |
|
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: