Home
last modified time | relevance | path

Searched refs:attributes_ (Results 1 – 1 of 1) sorted by relevance

/unit/src/java/nginx/unit/
H A DContext.java140 private final Map<String, Object> attributes_ = new HashMap<>(); field in Context
3064 return attributes_.get(name);
3072 Set<String> names = attributes_.keySet();
3081 Object prev = attributes_.put(name, object);
3104 Object value = attributes_.remove(name);