please what is that do and mean??
message = ("HTTP/1.1 302 Found\r\n" + "Location: http://" + redirectionAddress + "/\r\n" + "Content-Length: 0\r\n" + "Connection: close\r\n" + "Cache-Control: max-age=0, no-store, private\r\n" +
"\r\n");
where
redirectionAddress = nodeAddr + ":" + message;
and
message = "AuthKey" + ":" + "clientIP" + ":" + "serverIP";
buffer = message.getBytes();
message = new String(buffer);
i am very thank in advance to any help
redards
sarah