|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.cargo.container.jboss.internal.JdkHttpURLConnection
Implementation of HttpURLConnection
using the JDK's
HttpURLConnection
class.
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 |
public JdkHttpURLConnection()
Method Detail |
public void connect(java.lang.String url, java.lang.String username, java.lang.String password)
connect
in interface HttpURLConnection
url
- authenticated URL to connect to (basic authentication)username
- the username to use for authenticationpassword
- the password to use for authenticationHttpURLConnection.connect(String, String, String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |