Class net.www.http.AuthenticationInfo
All Packages This Package Previous Next
Class net.www.http.AuthenticationInfo
java.lang.Object
|
+----net.www.http.AuthenticationInfo
-
public class
AuthenticationInfo
-
extends Object
-
AuthenticationInfo(String, int, String)
-
-
AuthenticationInfo(String, int, String, String)
-
-
cacheInfo(AuthenticationInfo)
-
-
equals(Object)
-
-
getAuth(URL, String)
-
-
hashCode()
-
-
toString()
-
-
uncacheInfo(AuthenticationInfo)
-
AuthenticationInfo
public AuthenticationInfo(String host,
int port,
String realm)
AuthenticationInfo
public AuthenticationInfo(String host,
int port,
String realm,
String auth)
cacheInfo
public static void cacheInfo(AuthenticationInfo info)
uncacheInfo
public static void uncacheInfo(AuthenticationInfo info)
getAuth
public static AuthenticationInfo getAuth(URL url,
String realm)
hashCode
public int hashCode()
equals
public boolean equals(Object o)
toString
public String toString()
All Packages This Package Previous Next