public class NetworkProxy extends Object implements Serializable
| Constructor and Description | 
|---|
| NetworkProxy() | 
| NetworkProxy(String id,
            String protocol,
            String host,
            int port,
            String username,
            char[] password) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| String | getHost() | 
| String | getId() | 
| char[] | getPassword() | 
| int | getPort() | 
| String | getProtocol() | 
| String | getUsername() | 
| int | hashCode() | 
| boolean | isUseNtlm() | 
| void | setHost(String host) | 
| void | setId(String id) | 
| void | setPassword(char[] password) | 
| void | setPort(int port) | 
| void | setProtocol(String protocol) | 
| void | setUseNtlm(boolean useNtlm) | 
| void | setUsername(String username) | 
| String | toString() | 
public NetworkProxy()
public NetworkProxy(String id, String protocol, String host, int port, String username, char[] password)
public String getProtocol()
public void setProtocol(String protocol)
public int getPort()
public void setPort(int port)
public String getUsername()
public void setUsername(String username)
public char[] getPassword()
public void setPassword(char[] password)
public boolean isUseNtlm()
public void setUseNtlm(boolean useNtlm)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.