org.codehaus.cargo.container.jboss.internal
Class JdkHttpURLConnection
java.lang.Object
org.codehaus.cargo.container.jboss.internal.JdkHttpURLConnection
- All Implemented Interfaces:
- HttpURLConnection
public class JdkHttpURLConnection
- extends Object
- implements HttpURLConnection
Implementation of HttpURLConnection
using the JDK's
HttpURLConnection
class.
- Version:
- $Id: JdkHttpURLConnection.java 1705 2008-09-02 13:14:55Z adriana $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JdkHttpURLConnection
public JdkHttpURLConnection()
connect
public void connect(String url,
String username,
String password)
-
- Specified by:
connect
in interface HttpURLConnection
- Parameters:
url
- authenticated URL to connect to (basic authentication)username
- the username to use for authenticationpassword
- the password to use for authentication- See Also:
HttpURLConnection.connect(String, String, String)
Copyright © 2004-2012 Codehaus. All Rights Reserved.