-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChat_App_Server_Console.txt
More file actions
43 lines (43 loc) · 2.05 KB
/
Chat_App_Server_Console.txt
File metadata and controls
43 lines (43 loc) · 2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Message : Binding to port : 9999
Message : Socket created : ServerSocket[addr=0.0.0.0/0.0.0.0,localport=9999]
Message : Server waiting for a client
Message : Binding to port : 9999
Message : Socket created: Socket[addr=localhost/127.0.0.1,port=9999,localport=53300]
Message : Socket created: Socket[addr=/127.0.0.1,port=53300,localport=9999]
Message : Client number: 1
Message : Connected with Server and Streams established.
System Message : Opening assets
System Message : Conversing from server
Message : Server waiting for a client
System Message : Opening assets
System Message : Conversing from server
Message : Binding to port : 9999
Message : Socket created: Socket[addr=localhost/127.0.0.1,port=9999,localport=53303]
Message : Socket created: Socket[addr=/127.0.0.1,port=53303,localport=9999]
Message : Client number: 2
Message : Connected with Server and Streams established.
Message : Server waiting for a client
System Message : Opening assets
System Message : Opening assets
System Message : Conversing from server
System Message : Conversing from server
Message : Binding to port : 9999
Message : Socket created: Socket[addr=localhost/127.0.0.1,port=9999,localport=53306]
Message : Socket created: Socket[addr=/127.0.0.1,port=53306,localport=9999]
Message : Client number: 3
Message : Connected with Server and Streams established.
Message : Server waiting for a client
System Message : Opening assets
System Message : Opening assets
System Message : Conversing from server
System Message : Conversing from server
Incoming: Mr. Client : Jay : Hello! Good Morning!
Incoming: Mr. Client : Sid : Good Morning! Great day today!
Incoming: Mr. Client : Roy : Yes, but it appear a little cloudy.
Incoming: Mr. Client : Jay : Yes
Incoming: Mr. Client : Sid : It is forecasted to rain today.
Incoming: Mr. Client : Jay : Ok, I'll bring an umbrella.
Incoming: Mr. Client : Roy : Okay, see you soon, Bye!
Incoming: Mr. Client : Sid : Bye!
Incoming: Mr. Client : Jay : Bye!
Incoming: Mr. Client : Jay : The chat window is indeed scrollable. Why not?