public class UndertowHttpContext extends HttpContext
handler| Constructor and Description |
|---|
UndertowHttpContext(io.undertow.server.handlers.PathHandler pathHandler,
String contextPath,
String path) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String name) |
Set<String> |
getAttributeNames() |
String |
getPath() |
void |
setHandler(HttpHandler handler) |
public void setHandler(HttpHandler handler)
setHandler in class HttpContextpublic String getPath()
getPath in class HttpContextpublic Object getAttribute(String name)
getAttribute in class HttpContextpublic Set<String> getAttributeNames()
getAttributeNames in class HttpContextCopyright © 2021 JBoss, by Red Hat. All rights reserved.