public class ProxyDetails extends Object
| Constructor and Description |
|---|
ProxyDetails(javax.servlet.http.HttpServletRequest httpServletRequest) |
ProxyDetails(String pathInfo) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.httpclient.HttpClient |
createHttpClient(org.apache.commons.httpclient.HttpMethod httpMethodProxyRequest) |
String |
getHost() |
String |
getHostAndPort() |
String |
getPassword() |
String |
getPath() |
int |
getPort() |
String |
getProxyHostAndPort() |
String |
getProxyPath() |
String |
getStringProxyURL() |
String |
getUserName() |
protected int |
indexOf(String text,
String... values)
Returns the lowest index of the given list of values
|
public ProxyDetails(javax.servlet.http.HttpServletRequest httpServletRequest)
public ProxyDetails(String pathInfo)
protected int indexOf(String text, String... values)
public org.apache.commons.httpclient.HttpClient createHttpClient(org.apache.commons.httpclient.HttpMethod httpMethodProxyRequest)
public String getStringProxyURL()
public String getProxyHostAndPort()
public String getProxyPath()
public String getHost()
public int getPort()
public String getUserName()
public String getPassword()
public String getHostAndPort()
public String getPath()
Copyright © 2013. All Rights Reserved.