| Package | Description |
|---|---|
| javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
| javax.ws.rs.ext |
APIs that provide extensions to the types supported by the JAX-RS API.
|
| Modifier and Type | Field and Description |
|---|---|
private static RuntimeDelegate.HeaderDelegate<NewCookie> |
NewCookie.delegate |
private static RuntimeDelegate.HeaderDelegate<CacheControl> |
CacheControl.HEADER_DELEGATE |
private static RuntimeDelegate.HeaderDelegate<Cookie> |
Cookie.HEADER_DELEGATE |
private static RuntimeDelegate.HeaderDelegate<EntityTag> |
EntityTag.HEADER_DELEGATE |
| Modifier and Type | Method and Description |
|---|---|
abstract <T> RuntimeDelegate.HeaderDelegate<T> |
RuntimeDelegate.createHeaderDelegate(java.lang.Class<T> type)
Obtain an instance of a
RuntimeDelegate.HeaderDelegate for the supplied class. |