int anzahl = resp.content().readInt();
for(int i1=0; i1<anzahl; i1++){
resp.content().readUnsignedByte();
resp.content().readInt(); //length
String from = resp.content().readStringASCII();
String to = resp.content().readStringASCII();
String over = resp.content().readStringASCII();
sll.add(new SumoLink(from, to, over));