String state = resp.content().readStringASCII();
resp.content().readUnsignedByte();
String direction = resp.content().readStringASCII();
resp.content().readUnsignedByte();
double laneLength = resp.content().readDouble();
links.add(new SumoLink(notInternalLane,internalLane,hasPriority,isOpened,hasFoes,laneLength, state, direction));
}