202203204205206207208209210211212
return nextPart; } private URLParserState startAddress() { _currentBroker = new BrokerDetailsImpl(); // check that there is a "@" before the nexte "," for (int j = _index; j < _url.length; j++) { if (_url[j] == AT_CHAR) {