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

com.undefinedlabs.scope.rules.URLConnectionScopeUtils Maven / Gradle / Ivy

package com.undefinedlabs.scope.rules;

import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;

public class URLConnectionScopeUtils {

    public static final String SCOPE_OPEN_CONNECTION_CUUID_KEY = "scope_op_urlconn_uuid";

    private static final Map SPAN_BY_UUID = new ConcurrentHashMap<>();

    public static Map getSpanByUuid() {
        return SPAN_BY_UUID;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy