public class ClientRequestContextImpl extends AbstractRequestContextImpl implements javax.ws.rs.client.ClientRequestContext
hm| Constructor and Description |
|---|
ClientRequestContextImpl(Message m,
boolean responseContext) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.client.Client |
getClient() |
javax.ws.rs.client.Configuration |
getConfiguration() |
Object |
getEntity() |
Annotation[] |
getEntityAnnotations() |
Class<?> |
getEntityClass() |
OutputStream |
getEntityStream() |
Type |
getEntityType() |
javax.ws.rs.core.MultivaluedMap<String,Object> |
getHeaders() |
javax.ws.rs.core.MultivaluedMap<String,String> |
getStringHeaders() |
URI |
getUri() |
boolean |
hasEntity() |
void |
setEntity(Object entity,
Annotation[] anns,
javax.ws.rs.core.MediaType mt) |
void |
setEntityStream(OutputStream os) |
void |
setUri(URI requestURI) |
abortWith, checkContext, getAcceptableLanguages, getAcceptableMediaTypes, getCookies, getDate, getHeaderString, getHttpHeaders, getLanguage, getLength, getMediaType, getMethod, setMethodgetProperty, getPropertyNames, removeProperty, setPropertypublic ClientRequestContextImpl(Message m, boolean responseContext)
public javax.ws.rs.client.Client getClient()
getClient in interface javax.ws.rs.client.ClientRequestContextpublic javax.ws.rs.client.Configuration getConfiguration()
getConfiguration in interface javax.ws.rs.client.ClientRequestContextpublic Object getEntity()
getEntity in interface javax.ws.rs.client.ClientRequestContextpublic Annotation[] getEntityAnnotations()
getEntityAnnotations in interface javax.ws.rs.client.ClientRequestContextpublic Class<?> getEntityClass()
getEntityClass in interface javax.ws.rs.client.ClientRequestContextpublic Type getEntityType()
getEntityType in interface javax.ws.rs.client.ClientRequestContextpublic OutputStream getEntityStream()
getEntityStream in interface javax.ws.rs.client.ClientRequestContextpublic boolean hasEntity()
hasEntity in interface javax.ws.rs.client.ClientRequestContextpublic void setEntity(Object entity, Annotation[] anns, javax.ws.rs.core.MediaType mt)
setEntity in interface javax.ws.rs.client.ClientRequestContextpublic URI getUri()
getUri in interface javax.ws.rs.client.ClientRequestContextpublic void setEntityStream(OutputStream os)
setEntityStream in interface javax.ws.rs.client.ClientRequestContextpublic void setUri(URI requestURI)
setUri in interface javax.ws.rs.client.ClientRequestContextpublic javax.ws.rs.core.MultivaluedMap<String,Object> getHeaders()
getHeaders in interface javax.ws.rs.client.ClientRequestContextApache CXF