Class NettyHttpHandler
- java.lang.Object
-
- org.apache.cxf.transport.http.netty.server.NettyHttpHandler
-
public class NettyHttpHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description NettyHttpHandler(NettyHttpDestination nhd, boolean cmExact)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContextPath()StringgetName()voidhandle(String target, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidsetName(String name)voidsetServletContext(javax.servlet.ServletContext sc)
-
-
-
Constructor Detail
-
NettyHttpHandler
public NettyHttpHandler(NettyHttpDestination nhd, boolean cmExact)
-
-
Method Detail
-
setServletContext
public void setServletContext(javax.servlet.ServletContext sc)
-
setName
public void setName(String name)
-
getName
public String getName()
-
handle
public void handle(String target, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, javax.servlet.ServletException
- Throws:
IOExceptionjavax.servlet.ServletException
-
getContextPath
public String getContextPath()
-
-