public class NettyHttpHandler extends Object
| Constructor and Description |
|---|
NettyHttpHandler(NettyHttpDestination nhd,
boolean cmExact) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContextPath() |
String |
getName() |
void |
handle(String target,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
setName(String name) |
void |
setServletContext(javax.servlet.ServletContext sc) |
public NettyHttpHandler(NettyHttpDestination nhd, boolean cmExact)
public void setServletContext(javax.servlet.ServletContext sc)
public void setName(String name)
public String getName()
public void handle(String target, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic String getContextPath()
Apache CXF