String method = new String(bs, 0, (foundMethod - 0), SipFactoryImpl.SIP_CHARSET);
String nice = new String(bs, x + 1, (foundMethod - x + 1), SipFactoryImpl.SIP_CHARSET);
if (theirLog.isLoggable(Level.FINE)) {
theirLog.log(Level.FINE, "method = " + method + " nice = " + nice);
}
URI uri = sf.createURI(reqUri);
if (uri == null) {
if (theirLog.isLoggable(Level.FINE)) {
theirLog.log(Level.FINE, "Error could not create Request Uri.");
}
return null;