public class ClientCommunication
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
port |
Constructor and Description |
---|
ClientCommunication() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
communicationWithServer(java.lang.String message)
Send a message to a specific server and waits for an answer.
|