static HTTPRequest.Builder |
HTTPRequest.builder() |
|
HTTPRequest.Builder |
HTTPRequest.Builder.clientIP(String clientIP) |
The IP address that the request originated from.
|
HTTPRequest.Builder |
HTTPRequest.Builder.country(String country) |
The two-letter country code for the country that the request originated from.
|
HTTPRequest.Builder |
HTTPRequest.Builder.headers(Collection<HTTPHeader> headers) |
A complex type that contains the name and value for each header in the sampled web request.
|
HTTPRequest.Builder |
HTTPRequest.Builder.headers(Consumer<HTTPHeader.Builder>... headers) |
A complex type that contains the name and value for each header in the sampled web request.
|
HTTPRequest.Builder |
HTTPRequest.Builder.headers(HTTPHeader... headers) |
A complex type that contains the name and value for each header in the sampled web request.
|
HTTPRequest.Builder |
HTTPRequest.Builder.httpVersion(String httpVersion) |
The HTTP version specified in the sampled web request, for example, HTTP/1.1.
|
HTTPRequest.Builder |
HTTPRequest.Builder.method(String method) |
The HTTP method specified in the sampled web request.
|
HTTPRequest.Builder |
HTTPRequest.toBuilder() |
|
HTTPRequest.Builder |
HTTPRequest.Builder.uri(String uri) |
The URI path of the request, which identifies the resource, for example, /images/daily-ad.jpg.
|