various performance tweaks and bugfixes

This commit is contained in:
Joel Dice
2007-08-19 13:45:51 -06:00
parent 747e7b0371
commit 59638543c7
13 changed files with 123 additions and 82 deletions

View File

@ -23,6 +23,10 @@ public final class URL {
}
}
public String toString() {
return handler.toExternalForm(this);
}
public String getProtocol() {
return protocol;
}