Commit 6b8902be authored by Melledy's avatar Melledy
Browse files

Deprecate getServer() in DispatchServer, use getHttpServer() instead

parent 9afa3292
...@@ -59,6 +59,10 @@ public final class DispatchServer { ...@@ -59,6 +59,10 @@ public final class DispatchServer {
return server; return server;
} }
public HttpServer getHttpServer() {
return server;
}
public InetSocketAddress getAddress() { public InetSocketAddress getAddress() {
return address; return address;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment