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

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

The newest version!
package io.opentracing.contrib.dropwizard;

/*
 * Attributes that can be traced for Server Requests
 */
public enum ServerAttribute {
    ACCEPTABLE_LANGUAGES,
    ACCEPTABLE_MEDIA_TYPES,
    COOKIES,
    DATE,
    ENTITY_STREAM,
    HEADERS,
    LANGUAGE,
    CONTENT_LENGTH,
    METHOD,
    MEDIA_TYPE,
    PROPERTY_NAMES,
    SECURITY_CONTEXT,
    URI
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy