|
static void | main (String[] args) throws IOException |
|
Definition at line 5 of file T8Server.java.
◆ main()
static void T8Server.main |
( |
String[] | args | ) |
throws IOException |
|
inlinestatic |
Definition at line 7 of file T8Server.java.
7 {
8 System.out.println("Server is Running...");
10 public void run() {
11 System.out.println("Server Stopped.");
12 }
13 }));
14
15 try (var listener = new ServerSocket(58901)) {
18 } catch (Exception e) {
19 System.out.println(e.getMessage());
20 }
21 }
References Server.start().
The documentation for this class was generated from the following file: