Network/src/dorkbox/network/handshake
Robinson 58535a923b
Added support for connection tags (so the client can set a name for its connection, and the server will get that name). This is usefull for identifying different connections (and doing different things) based on their tag name.
2023-10-28 20:55:49 +02:00
..
ClientConnectionDriver.kt Added support for connection tags (so the client can set a name for its connection, and the server will get that name). This is usefull for identifying different connections (and doing different things) based on their tag name. 2023-10-28 20:55:49 +02:00
ClientConnectionInfo.kt Added support for connection tags (so the client can set a name for its connection, and the server will get that name). This is usefull for identifying different connections (and doing different things) based on their tag name. 2023-10-28 20:55:49 +02:00
ClientHandshake.kt Added support for connection tags (so the client can set a name for its connection, and the server will get that name). This is usefull for identifying different connections (and doing different things) based on their tag name. 2023-10-28 20:55:49 +02:00
ClientHandshakeDriver.kt Added support for connection tags (so the client can set a name for its connection, and the server will get that name). This is usefull for identifying different connections (and doing different things) based on their tag name. 2023-10-28 20:55:49 +02:00
ConnectionCounts.kt Fixed log info during memory leak check 2022-08-18 20:44:15 +02:00
HandshakeMessage.kt Added support for connection tags (so the client can set a name for its connection, and the server will get that name). This is usefull for identifying different connections (and doing different things) based on their tag name. 2023-10-28 20:55:49 +02:00
Handshaker.kt Removed KotlinLogging (it has a niche usage that did not apply) 2023-09-13 17:04:25 +02:00
PubSub.kt Added support for connection tags (so the client can set a name for its connection, and the server will get that name). This is usefull for identifying different connections (and doing different things) based on their tag name. 2023-10-28 20:55:49 +02:00
RandomId65kAllocator.kt Added support for sessions 2023-09-21 12:53:47 +02:00
ServerConnectionDriver.kt Added support for connection tags (so the client can set a name for its connection, and the server will get that name). This is usefull for identifying different connections (and doing different things) based on their tag name. 2023-10-28 20:55:49 +02:00
ServerHandshake.kt Added support for connection tags (so the client can set a name for its connection, and the server will get that name). This is usefull for identifying different connections (and doing different things) based on their tag name. 2023-10-28 20:55:49 +02:00
ServerHandshakeDriver.kt Now safely try to close a connection when it's not possible (just log, don't throw exception) 2023-09-26 19:53:27 +02:00
ServerHandshakePollers.kt More careful event dispatch (no longer global, but per endpoint) 2023-10-26 08:09:47 +02:00
UpgradeType.kt Updated to kotlin 2021-04-24 00:07:49 +02:00
package-info.java Added package-info.java 2023-09-03 21:09:54 +02:00