| Package | Description |
|---|---|
| com.sun.jersey.core.header |
Provides support for HTTP headers.
|
| com.sun.jersey.core.spi.factory |
Provides support for factories of particular component types.
|
| 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(javax.ws.rs.core.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.