Home | History | Annotate | Download | only in protocol

Lines Matching defs:local

37  * present in the local one. The state of the local context can be mutated,
46 private final HttpContext local;
49 public DefaultedHttpContext(final HttpContext local, final HttpContext defaults) {
51 if (local == null) {
54 this.local = local;
59 Object obj = this.local.getAttribute(id);
68 return this.local.removeAttribute(id);
72 this.local.setAttribute(id, obj);