public abstract class HttpContext extends Object
| Modifier and Type | Field and Description |
|---|---|
protected HttpHandler |
handler |
| Constructor and Description |
|---|
HttpContext() |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
getAttribute(String name) |
abstract Set<String> |
getAttributeNames() |
abstract String |
getPath() |
void |
setHandler(HttpHandler handler) |
protected HttpHandler handler
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.