public class RequestId extends Object
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
RequestId.HeaderSetter<T>  | 
| Modifier and Type | Field and Description | 
|---|---|
static String | 
REQUEST_ID_HEADER_NAME  | 
static String | 
REQUEST_ID_IS_NEW_HEADER_NAME  | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> void | 
checkSetHeaders(T request,
               RequestId.HeaderSetter<T> setter)  | 
static String | 
get()  | 
static String | 
get(javax.ws.rs.core.HttpHeaders headers)  | 
public static final String REQUEST_ID_HEADER_NAME
public static final String REQUEST_ID_IS_NEW_HEADER_NAME
public static String get(javax.ws.rs.core.HttpHeaders headers)
public static String get()
public static <T> void checkSetHeaders(T request,
                                       RequestId.HeaderSetter<T> setter)
Copyright © 2014–2016 Soabase. All rights reserved.