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 HttpContext
public String getPath()
getPath
in class HttpContext
public Object getAttribute(String name)
getAttribute
in class HttpContext
public Set<String> getAttributeNames()
getAttributeNames
in class HttpContext
Copyright © 2019 JBoss, by Red Hat. All rights reserved.