All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.opentracing.contrib.dropwizard.ServerAttribute Maven / Gradle / Ivy

package io.opentracing.contrib.dropwizard;

/*
 * Attributes that can be traced for Server Requests
 */
public enum ServerAttribute {
    ABSOLUTE_PATH,
    ACCEPTABLE_LANGUAGES,
    ACCEPTABLE_MEDIA_TYPES,
    AUTHENTICATION_SCHEME,
    BASE_URI,
    COOKIES,
    HEADERS,
    IS_SECURE,
    LANGUAGE,
    METHOD,
    MEDIA_TYPE,
    PATH,
    QUERY_PARAMETERS,
    SECURITY_CONTEXT,
    URI,
    USER_PRINCIPAL
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy