added tls specific client information class

This commit is contained in:
WickedJack99
2023-11-26 14:36:36 +01:00
parent da467104c8
commit 11cea05294

View File

@@ -0,0 +1,5 @@
package connect.src;
public record TLSClientInformation(String name) implements ClientInformation {
}