| Modifier and Type | Interface and Description |
|---|---|
static interface |
Request.Builder |
static class |
Request.Method |
| Modifier and Type | Method and Description |
|---|---|
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() |
getContentCharset, getContentType, getEntity, getEntityStream, getHeader, getHeaders, hasEntity, hasReadEntityjava.net.URI getUri()
java.lang.String getAccept()
java.lang.String getAttribute(java.lang.String name)
name - The attribute namejava.util.Map<java.lang.String,java.lang.String> getAttributes()
boolean isCacheDisabled()
Request.Method getMethod()
Copyright © 2012-2013 Atlassian. All Rights Reserved.