提交 5167b8ef authored 作者: Thomas Mueller's avatar Thomas Mueller

Documentation.

上级 e61bd30e
...@@ -398,7 +398,7 @@ public class Server extends Tool implements Runnable, ShutdownHandler { ...@@ -398,7 +398,7 @@ public class Server extends Tool implements Runnable, ShutdownHandler {
* *
* <pre> * <pre>
* Server server = Server.createWebServer( * Server server = Server.createWebServer(
* new String[] { &quot;-trace&quot; }).start(); * new String[] { "-trace" }).start();
* </pre> * </pre>
* *
* @param args the argument list * @param args the argument list
...@@ -416,7 +416,7 @@ public class Server extends Tool implements Runnable, ShutdownHandler { ...@@ -416,7 +416,7 @@ public class Server extends Tool implements Runnable, ShutdownHandler {
* *
* <pre> * <pre>
* Server server = Server.createTcpServer( * Server server = Server.createTcpServer(
* new String[] { &quot;-tcpAllowOthers&quot; }).start(); * new String[] { "-tcpPort", "9123", "-tcpAllowOthers" }).start();
* </pre> * </pre>
* *
* @param args the argument list * @param args the argument list
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论