- java.lang.Object
-
- com.networknt.httpstring.HttpStringConstants
-
public class HttpStringConstants extends java.lang.ObjectHttpString Constants shared by all light-4j components. This is moved from utility module as we don't want it to be depended on Undertow.- Author:
- Steve Hu
-
-
Field Summary
Fields Modifier and Type Field Description static io.undertow.util.HttpStringCLIENT_IDstatic io.undertow.util.HttpStringCONSUL_TOKENstatic io.undertow.util.HttpStringCORRELATION_IDstatic io.undertow.util.HttpStringCSRF_TOKENstatic io.undertow.util.HttpStringENDPOINTstatic io.undertow.util.HttpStringENV_TAGstatic io.undertow.util.HttpStringHASH_KEYstatic io.undertow.util.HttpStringSCOPEstatic io.undertow.util.HttpStringSCOPE_CLIENT_IDstatic io.undertow.util.HttpStringSCOPE_TOKENstatic io.undertow.util.HttpStringSERVICE_IDstatic io.undertow.util.HttpStringSWAGGER_OPERATIONstatic io.undertow.util.HttpStringTRACEABILITY_IDstatic io.undertow.util.HttpStringUSER_ID
-
Constructor Summary
Constructors Constructor Description HttpStringConstants()
-
-
-
Field Detail
-
CORRELATION_ID
public static final io.undertow.util.HttpString CORRELATION_ID
-
TRACEABILITY_ID
public static final io.undertow.util.HttpString TRACEABILITY_ID
-
USER_ID
public static final io.undertow.util.HttpString USER_ID
-
CLIENT_ID
public static final io.undertow.util.HttpString CLIENT_ID
-
SCOPE_CLIENT_ID
public static final io.undertow.util.HttpString SCOPE_CLIENT_ID
-
SCOPE
public static final io.undertow.util.HttpString SCOPE
-
ENDPOINT
public static final io.undertow.util.HttpString ENDPOINT
-
SWAGGER_OPERATION
public static final io.undertow.util.HttpString SWAGGER_OPERATION
-
SCOPE_TOKEN
public static final io.undertow.util.HttpString SCOPE_TOKEN
-
CONSUL_TOKEN
public static final io.undertow.util.HttpString CONSUL_TOKEN
-
CSRF_TOKEN
public static final io.undertow.util.HttpString CSRF_TOKEN
-
SERVICE_ID
public static final io.undertow.util.HttpString SERVICE_ID
-
ENV_TAG
public static final io.undertow.util.HttpString ENV_TAG
-
HASH_KEY
public static final io.undertow.util.HttpString HASH_KEY
-
-