master sewy-1.0
bvn13 2022-01-29 00:08:40 +03:00
parent be4c26fe73
commit 857ce637a7
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ new Server("192.168.0.153", port, EchoClientListener.class);
```
3. Create client to communicate with server
3. Create Client to communicate with server
```java
Client<SimpleClientListener> client = new Client<>("192.168.0.153", port, SimpleClientListener.class);