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 HttpContext
public Object getAttribute(String name)
getAttribute
in class HttpContext
public Set<String> getAttributeNames()
getAttributeNames
in class HttpContext
public void setHandler(HttpHandler handler)
setHandler
in class HttpContext
Copyright © 2019. All rights reserved.