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 875 2006-02-25 10:36:25Z vmassol $
Method Summary |
void |
connect(java.lang.String url,
java.lang.String username,
java.lang.String password)
|
connect
void connect(java.lang.String url,
java.lang.String username,
java.lang.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-2010 Codehaus. All Rights Reserved.