public class IPListConfig extends Object
| Constructor and Description |
|---|
IPListConfig()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHttpHeader() |
Set<String> |
getIpList() |
int |
getResponseCode() |
void |
setHttpHeader(String httpHeader) |
void |
setIpList(Set<String> ipList) |
void |
setResponseCode(int responseCode) |
public String getHttpHeader()
public void setHttpHeader(String httpHeader)
httpHeader - the httpHeader to setpublic int getResponseCode()
public void setResponseCode(int responseCode)
responseCode - the responseCode to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.