public static class RestfulResponse.Header<X> extends Object
| Modifier and Type | Field and Description |
|---|---|
static RestfulResponse.Header<javax.ws.rs.core.CacheControl> |
CACHE_CONTROL |
static RestfulResponse.Header<Integer> |
CONTENT_LENGTH |
static RestfulResponse.Header<javax.ws.rs.core.MediaType> |
CONTENT_TYPE |
static RestfulResponse.Header<String> |
ETAG |
static RestfulResponse.Header<Date> |
LAST_MODIFIED |
static RestfulResponse.Header<String> |
WARNING |
public static final RestfulResponse.Header<String> WARNING
public static final RestfulResponse.Header<Date> LAST_MODIFIED
public static final RestfulResponse.Header<javax.ws.rs.core.CacheControl> CACHE_CONTROL
public static final RestfulResponse.Header<javax.ws.rs.core.MediaType> CONTENT_TYPE
public static final RestfulResponse.Header<Integer> CONTENT_LENGTH
public static final RestfulResponse.Header<String> ETAG
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.