public interface ICICSHttpRunnable
extends java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHttpHeader(java.lang.String headerName)
Returns the value of the first named HTTP Header from the current HTTP request
|
java.util.List<java.lang.String> |
getHttpHeaderList()
Returns a list of all HTTP Header names for the current HTTP request
|
java.util.List<java.lang.String> |
getHttpHeaders(java.lang.String headerName)
Returns the value of all named HTTP Header from the current HTTP request
|
java.lang.String |
getHttpMethod()
Access the HTTP Method for the current HTTP request
|
java.lang.String |
getLocalIPAddress() |
int |
getLocalIPFamily() |
int |
getLocalPort() |
java.lang.String |
getPath()
Access the URL Path for the current HTTP request
E.g.
|
java.lang.String |
getQueryString()
Access the URL Query String for the current HTTP request
|
java.lang.String |
getRemoteIPAddress() |
int |
getRemoteIPFamily() |
int |
getRemotePort() |
java.lang.String |
getScheme()
Access the URL Scheme for the current HTTP request
|
java.lang.String |
getURL()
Access the URL for the current HTTP request, minus any query string
E.g.
|
static final java.lang.String COPYRIGHT
java.lang.String getURL()
java.lang.String getPath()
java.lang.String getScheme()
java.lang.String getRemoteIPAddress()
int getRemoteIPFamily()
int getRemotePort()
java.lang.String getLocalIPAddress()
int getLocalIPFamily()
int getLocalPort()
java.lang.String getQueryString()
java.lang.String getHttpMethod()
java.lang.String getHttpHeader(java.lang.String headerName)
headerName
- - the name of the Headerjava.util.List<java.lang.String> getHttpHeaders(java.lang.String headerName)
headerName
- - the name of the Headerjava.util.List<java.lang.String> getHttpHeaderList()