public class AuthSetup extends Object
AuthScope
String
host
password
int
port
realm
user
AuthSetup(String host, Integer port, String user, String password, String realm)
org.apache.http.auth.AuthScope
authScope()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final String host
public final int port
public final String user
public final String password
public final String realm
public AuthSetup(String host, Integer port, String user, String password, String realm)
public org.apache.http.auth.AuthScope authScope()
Licenced under the Apache License, Version 2.0