Package | Description |
---|---|
com.sun.jersey.api |
Provides support for responses and exceptions.
|
com.sun.jersey.core.header |
Provides support for HTTP headers.
|
com.sun.jersey.core.spi.factory |
Provides support for factories of particular component types.
|
Modifier and Type | Field and Description |
---|---|
protected OutBoundHeaders |
JResponse.AJResponseBuilder.headers
The response metadata.
|
Modifier and Type | Method and Description |
---|---|
OutBoundHeaders |
JResponse.getMetadata()
Get metadata associated with the response as a map.
|
protected OutBoundHeaders |
JResponse.AJResponseBuilder.getMetadata()
Get the metadata associated with the response.
|
Constructor and Description |
---|
JResponse(int status,
OutBoundHeaders headers,
E entity)
Construct given a status, entity and metadata.
|
JResponse(Response.StatusType statusType,
OutBoundHeaders headers,
E entity)
Construct given a status type, entity and metadata.
|
Constructor and Description |
---|
OutBoundHeaders(OutBoundHeaders that) |
Constructor and Description |
---|
ResponseImpl(int status,
OutBoundHeaders headers,
java.lang.Object entity,
java.lang.reflect.Type entityType)
Construct given a status, entity and metadata.
|
ResponseImpl(Response.StatusType statusType,
OutBoundHeaders headers,
java.lang.Object entity,
java.lang.reflect.Type entityType)
Construct given a status type, entity and metadata.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.