|
||||||||||
| 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 | |
|---|---|
java.lang.String |
getAccept()
Returns this request's Accept header, if set. |
java.lang.String |
getAttribute(java.lang.String name)
Gets an attribute from the request. |
java.util.Map<java.lang.String,java.lang.String> |
getAttributes()
Gets all attributes for this request. |
Request.Method |
getMethod()
|
java.net.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 |
|---|
java.net.URI getUri()
java.lang.String getAccept()
java.lang.String getAttribute(java.lang.String name)
name - The attribute name
java.util.Map<java.lang.String,java.lang.String> getAttributes()
boolean isCacheDisabled()
Request.Method getMethod()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||