|
|
@ -113,7 +113,7 @@ public class ClientManagementUDP implements Runnable {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
String r[] = response.split("\n");
|
|
|
|
String r[] = response.split("\n");
|
|
|
|
checkProtocolID(r[0]);
|
|
|
|
checkProtocolID(r[0]);
|
|
|
|
return response.split(protocolID + "\nLOAD \n")[1];
|
|
|
|
return response.split(protocolID + "\nLIST\n")[1];
|
|
|
|
} catch (java.lang.ArrayIndexOutOfBoundsException e) {
|
|
|
|
} catch (java.lang.ArrayIndexOutOfBoundsException e) {
|
|
|
|
throw new ProtocolError();
|
|
|
|
throw new ProtocolError();
|
|
|
|
}
|
|
|
|
}
|
|
|
|