|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OutBoundHeaders | |
|---|---|
| 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. |
| Uses of OutBoundHeaders in com.sun.jersey.api |
|---|
| Fields in com.sun.jersey.api declared as OutBoundHeaders | |
|---|---|
protected OutBoundHeaders |
JResponse.AJResponseBuilder.headers
The response metadata. |
| Methods in com.sun.jersey.api that return OutBoundHeaders | |
|---|---|
OutBoundHeaders |
JResponse.getMetadata()
Get metadata associated with the response as a map. |
protected OutBoundHeaders |
JResponse.AJResponseBuilder.getMetadata()
Get the metadata associated with the response. |
| Constructors in com.sun.jersey.api with parameters of type OutBoundHeaders | |
|---|---|
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. |
|
| Uses of OutBoundHeaders in com.sun.jersey.core.header |
|---|
| Constructors in com.sun.jersey.core.header with parameters of type OutBoundHeaders | |
|---|---|
OutBoundHeaders(OutBoundHeaders that)
|
|
| Uses of OutBoundHeaders in com.sun.jersey.core.spi.factory |
|---|
| Constructors in com.sun.jersey.core.spi.factory with parameters of type OutBoundHeaders | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||