public interface ContainerRequestContext
| Modifier and Type | Method and Description |
|---|---|
void |
abortWith(Response response) |
List<Locale> |
getAcceptableLanguages() |
List<MediaType> |
getAcceptableMediaTypes() |
Map<String,Cookie> |
getCookies() |
Date |
getDate() |
InputStream |
getEntityStream() |
MultivaluedMap<String,String> |
getHeaders() |
String |
getHeaderString(String name) |
Locale |
getLanguage() |
int |
getLength() |
MediaType |
getMediaType() |
String |
getMethod() |
Object |
getProperty(String name) |
Collection<String> |
getPropertyNames() |
Request |
getRequest() |
SecurityContext |
getSecurityContext() |
UriInfo |
getUriInfo() |
boolean |
hasEntity() |
void |
removeProperty(String name) |
void |
setEntityStream(InputStream input) |
void |
setMethod(String method) |
void |
setProperty(String name,
Object object) |
void |
setRequestUri(URI requestUri) |
void |
setRequestUri(URI baseUri,
URI requestUri) |
void |
setSecurityContext(SecurityContext context) |
Collection<String> getPropertyNames()
void removeProperty(String name)
UriInfo getUriInfo()
void setRequestUri(URI requestUri)
Request getRequest()
String getMethod()
void setMethod(String method)
MultivaluedMap<String,String> getHeaders()
Date getDate()
Locale getLanguage()
int getLength()
MediaType getMediaType()
boolean hasEntity()
InputStream getEntityStream()
void setEntityStream(InputStream input)
SecurityContext getSecurityContext()
void setSecurityContext(SecurityContext context)
void abortWith(Response response)
Copyright © 2018 The Apache Software Foundation. All rights reserved.