Package | Description |
---|---|
org.forgerock.openig.http |
Models and manages elements of the Hypertext Transfer Protocol.
|
Modifier and Type | Field and Description |
---|---|
Request |
Exchange.request
The request portion of the HTTP exchange.
|
Modifier and Type | Method and Description |
---|---|
Request |
Request.setMethod(String method)
Sets the method to be performed on the resource.
|
Request |
Request.setUri(String uri)
Sets the fully-qualified string URI of the resource being accessed.
|
Request |
Request.setUri(URI uri)
Sets the fully-qualified URI of the resource being accessed.
|
Modifier and Type | Method and Description |
---|---|
void |
Form.appendRequestQuery(Request request)
Appends the form as additional query parameters on an existing request
URI.
|
Response |
HttpClient.execute(Request request)
Submits the request to the remote server.
|
Form |
Form.fromRequestEntity(Request request)
Parses the URL-encoded form entity of a request and stores them in this
object.
|
Form |
Form.fromRequestQuery(Request request)
Parses the query parameters of a request and stores them in this object.
|
void |
Form.toRequestEntity(Request request)
Populates a request with the necessary headers and entity for the form to
be submitted as a POST with application/x-www-form-urlencoded content
type.
|
void |
Form.toRequestQuery(Request request)
Sets a request URI with query parameters.
|
Constructor and Description |
---|
RequestCookies(Request request)
Constructs a new request cookies object that reads cookies from the
specified request.
|
Copyright © 2014 ForgeRock AS. All rights reserved.