| Package | Description |
|---|---|
| com.atlassian.httpclient.api |
| Modifier and Type | Method and Description |
|---|---|
Request.Builder |
HttpClient.newRequest()
Constructs a new request.
|
Request.Builder |
ForwardingHttpClient.newRequest() |
Request.Builder |
HttpClient.newRequest(String uri)
Constructs a new Request with the specified URI.
|
Request.Builder |
ForwardingHttpClient.newRequest(String uri) |
Request.Builder |
HttpClient.newRequest(String uri,
String contentType,
String entity)
Constructs a new Request with the specified URI, contentType, and entity.
|
Request.Builder |
ForwardingHttpClient.newRequest(String uri,
String contentType,
String entity) |
Request.Builder |
HttpClient.newRequest(URI uri)
Constructs a new Request with the specified URI.
|
Request.Builder |
ForwardingHttpClient.newRequest(URI uri) |
Request.Builder |
HttpClient.newRequest(URI uri,
String contentType,
String entity)
Constructs a new Request with the specified URI, contentType, and entity.
|
Request.Builder |
ForwardingHttpClient.newRequest(URI uri,
String contentType,
String entity) |
Request.Builder |
Request.Builder.setAccept(String accept)
Sets the Accept header for the request.
|
Request.Builder |
Request.Builder.setAttribute(String name,
String value)
Sets an attribute on the request.
|
Request.Builder |
Request.Builder.setAttributes(Map<String,String> properties)
Sets attributes on the request.
|
Request.Builder |
Request.Builder.setCacheDisabled()
Bypasses the cache for this request
|
Request.Builder |
Request.Builder.setContentLength(long contentLength)
Set the content length for the message.
|
Request.Builder |
Request.Builder.setEntity(EntityBuilder entityBuilder)
Sets the entity and any associated headers from an entity builder.
|
Request.Builder |
Request.Builder.setHeader(String name,
String value) |
Request.Builder |
Request.Builder.setUri(URI uri)
Sets this request's URI.
|
Copyright © 2012–2020 Atlassian. All rights reserved.