Renamed HttpWebserverClient to HttpClient
This commit is contained in:
parent
be88a53b3b
commit
2b0ee3862f
@ -41,12 +41,12 @@ import org.jboss.netty.handler.codec.http.HttpVersion;
|
||||
* @author Andy Taylor (andy.taylor@jboss.org)
|
||||
* @author Trustin Lee (tlee@redhat.com)
|
||||
*/
|
||||
public class HttpWebserverClient {
|
||||
public class HttpClient {
|
||||
|
||||
public static void main(String[] args) throws Exception {
|
||||
if (args.length != 1) {
|
||||
System.err.println(
|
||||
"Usage: " + HttpWebserverClient.class.getSimpleName() +
|
||||
"Usage: " + HttpClient.class.getSimpleName() +
|
||||
" <URL>");
|
||||
return;
|
||||
}
|
Loading…
Reference in New Issue
Block a user