org.codehaus.cargo.container.jboss.internal
Class JdkHttpURLConnection

java.lang.Object
  extended byorg.codehaus.cargo.container.jboss.internal.JdkHttpURLConnection
All Implemented Interfaces:
HttpURLConnection

public class JdkHttpURLConnection
extends java.lang.Object
implements HttpURLConnection

Implementation of HttpURLConnection using the JDK's HttpURLConnection class.

Version:
$Id: JdkHttpURLConnection.java 997 2006-04-09 14:47:14Z vmassol $

Constructor Summary
JdkHttpURLConnection()
           
 
Method Summary
 void connect(java.lang.String url, java.lang.String username, java.lang.String password)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JdkHttpURLConnection

public JdkHttpURLConnection()
Method Detail

connect

public void connect(java.lang.String url,
                    java.lang.String username,
                    java.lang.String password)

Specified by:
connect in interface HttpURLConnection
Parameters:
url - authenticated URL to connect to (basic authentication)
username - the username to use for authentication
password - the password to use for authentication
See Also:
HttpURLConnection.connect(String, String, String)


Copyright © 2004-2007 Codehaus. All Rights Reserved.