8081828384858687
} private String[] parseRequest(String request) throws WrongProtocolRoleRequestEnactmentException { String[] parsed = request.split("."); if (parsed.length != 2) throw new WrongProtocolRoleRequestEnactmentException(request); return parsed; }