public interface Request extends Message
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Request.Builder |
static class |
Request.Method |
| Modifier and Type | Method and Description |
|---|---|
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() |
getContentCharset, getContentLength, getContentType, getEntity, getEntityStream, getHeader, getHeaders, hasEntity, hasReadEntityURI getUri()
String getAccept()
String getAttribute(String name)
name - The attribute nameMap<String,String> getAttributes()
boolean isCacheDisabled()
Request.Method getMethod()
Copyright © 2012–2018 Atlassian. All rights reserved.