public static class RestfulRequest.Header<X> extends Object
| Modifier and Type | Field and Description |
|---|---|
static RestfulRequest.Header<List<javax.ws.rs.core.MediaType>> |
ACCEPT |
static RestfulRequest.Header<String> |
IF_MATCH |
| Constructor and Description |
|---|
RestfulRequest.Header(String name,
Parser<X> parser)
public visibility for testing purposes only.
|
public static RestfulRequest.Header<String> IF_MATCH
public static RestfulRequest.Header<List<javax.ws.rs.core.MediaType>> ACCEPT
public RestfulRequest.Header(String name, Parser<X> parser)
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.