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 $

Method Summary
 void connect(String url, String username, String password)
           
 

Method Detail

connect

void connect(String url,
             String username,
             String password)
Parameters:
url - authenticated URL to connect to (basic authentication)
username - the username to use for authentication
password - the password to use for authentication


Copyright © 2004-2012 Codehaus. All Rights Reserved.