From 5cca043c2f466b347813e89e552e1ea5e1a4f8af Mon Sep 17 00:00:00 2001
From: ulrich
Date: Mon, 24 Nov 2025 17:26:46 +0000
Subject: [PATCH] Reste von neuer Lib neon-ws entfernt

---
 src/de/uhilger/neon/entity/WsServerDescriptor.java |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/src/de/uhilger/neon/entity/WsServerDescriptor.java b/src/de/uhilger/neon/entity/WsServerDescriptor.java
new file mode 100644
index 0000000..1e856df
--- /dev/null
+++ b/src/de/uhilger/neon/entity/WsServerDescriptor.java
@@ -0,0 +1,29 @@
+/*
+  neon - Embeddable HTTP Server based on jdk.httpserver
+  Copyright (C) 2025  Ulrich Hilger
+
+  This program is free software: you can redistribute it and/or modify
+  it under the terms of the GNU Affero General Public License as
+  published by the Free Software Foundation, either version 3 of the
+  License, or (at your option) any later version.
+
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU Affero General Public License for more details.
+
+  You should have received a copy of the GNU Affero General Public License
+  along with this program.  If not, see <https://www.gnu.org/licenses/>.
+ */
+
+package de.uhilger.neon.entity;
+
+/**
+ *
+ * @author Ulrich Hilger
+ * @version 0.1, 22.11.2025
+ */
+public class WsServerDescriptor {
+  public String name;
+  public int port;
+}

--
Gitblit v1.9.3