org.codehaus.cargo.container.jboss.internal
Interface HttpURLConnection
- All Known Implementing Classes:
- JdkHttpURLConnection
public interface HttpURLConnection
Perform a HTTP GET to a URL.
- Version:
- $Id: HttpURLConnection.java 1705 2008-09-02 13:14:55Z adriana $
connect
void connect(String url,
String username,
String password)
- Parameters:
url
- authenticated URL to connect to (basic authentication)username
- the username to use for authenticationpassword
- the password to use for authentication
Copyright © 2004-2012 Codehaus. All Rights Reserved.