Printing Server variables
This commit is contained in:
parent
9a824c7d21
commit
eb22febdfc
@ -26,6 +26,6 @@ public class Server {
|
||||
}
|
||||
|
||||
public final void serve(Request request) {
|
||||
System.out.println("Server ID " + id + " processed request with value " + request.value);
|
||||
System.out.println("Server ID " + id + " associated to host : " + getHost() + " and Port " + getPort() +" Processed request with value " + request.value);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user