|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Request
An interface for building and executing HTTP requests.
| Nested Class Summary | |
|---|---|
static interface |
Request.Builder
|
static class |
Request.Method
|
| Method Summary | |
|---|---|
String |
getAccept()
Returns this request's Accept header, if set. |
String |
getAttribute(String name)
Gets an attribute from the request. |
Map<String,String> |
getAttributes()
Gets all attributes for this request. |
Request.Method |
getMethod()
|
URI |
getUri()
Returns this request's URI, if set. |
boolean |
isCacheDisabled()
|
| Methods inherited from interface com.atlassian.httpclient.api.Message |
|---|
getContentCharset, getContentLength, getContentType, getEntity, getEntityStream, getHeader, getHeaders, hasEntity, hasReadEntity |
| Method Detail |
|---|
URI getUri()
String getAccept()
String getAttribute(String name)
name - The attribute name
Map<String,String> getAttributes()
boolean isCacheDisabled()
Request.Method getMethod()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||