150151152153154155156157158159
append(portParam).append('=').append(port); } result = urlc.toString(); } catch (Exception e) { throw new URLConversionException(e); } return result; }