Communicate communicate = new Communicate(sslComunicationSocket);
communicate.receiveAndSend("200, Thank you bastard Photogroup");
if (communicate.receive().equals("201")) {
communicate.send("209, Troca de imagens");
if (communicate.receive().equals("700")) {
communicate.send("701, me manda a imagem");
communicate.send(personId);
if (communicate.receive().equals("704")) {// imagem encontrada
communicate.send("705, nao precisa me mandar imagem");
sslComunicationSocket.close();