public class HttpContextDelegate extends HttpContext
handler| Constructor and Description |
|---|
HttpContextDelegate(org.jboss.com.sun.net.httpserver.HttpContext delegate,
String path) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAttribute(String name) |
Set<String> |
getAttributeNames() |
String |
getPath() |
void |
setHandler(HttpHandler handler) |
public HttpContextDelegate(org.jboss.com.sun.net.httpserver.HttpContext delegate,
String path)
public String getPath()
getPath in class HttpContextpublic Object getAttribute(String name)
getAttribute in class HttpContextpublic Set<String> getAttributeNames()
getAttributeNames in class HttpContextpublic void setHandler(HttpHandler handler)
setHandler in class HttpContextCopyright © 2017. All rights reserved.