| Modifier and Type | Method and Description |
|---|---|
IParameter |
IExtensionHelpers.buildParameter(String name,
String value,
byte type)
This method constructs an
IParameter object based on the
details provided. |
IParameter |
IExtensionHelpers.getRequestParameter(byte[] request,
String parameterName)
This method can be used to retrieve details of a specified parameter
within an HTTP request.
|
| Modifier and Type | Method and Description |
|---|---|
List<IParameter> |
IRequestInfo.getParameters()
This method is used to obtain the parameters contained in the request.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
IExtensionHelpers.addParameter(byte[] request,
IParameter parameter)
This method adds a new parameter to an HTTP request, and if appropriate
updates the Content-Length header.
|
byte[] |
IExtensionHelpers.removeParameter(byte[] request,
IParameter parameter)
This method removes a parameter from an HTTP request, and if appropriate
updates the Content-Length header.
|
byte[] |
IExtensionHelpers.updateParameter(byte[] request,
IParameter parameter)
This method updates the value of a parameter within an HTTP request, and
if appropriate updates the Content-Length header.
|
Copyright © 2017. All rights reserved.