public class ProxyDetails extends Object
Constructor and Description |
---|
ProxyDetails(javax.servlet.http.HttpServletRequest httpServletRequest) |
Modifier and Type | Method and Description |
---|---|
String |
getHost() |
String |
getHostAndPort() |
String |
getPassword() |
String |
getPath() |
int |
getPort() |
String |
getProxyPath() |
String |
getScheme() |
String |
getStringProxyURL() |
String |
getUserName() |
boolean |
isValid() |
String |
toString() |
public ProxyDetails(javax.servlet.http.HttpServletRequest httpServletRequest)
public String getStringProxyURL()
public String getProxyPath()
public String getScheme()
public String getHost()
public String getHostAndPort()
public int getPort()
public String getUserName()
public String getPassword()
public String getPath()
public boolean isValid()
Copyright © 2016 JBoss by Red Hat. All rights reserved.