Class NettyHttpContextHandler
- java.lang.Object
-
- org.apache.cxf.transport.http.netty.server.NettyHttpContextHandler
-
public class NettyHttpContextHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description NettyHttpContextHandler(String contextPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddNettyHttpHandler(NettyHttpHandler handler)StringgetContextPath()NettyHttpHandlergetNettyHttpHandler(String urlName)voidhandle(String target, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)booleanisEmpty()voidremoveNettyHttpHandler(String urlName)
-
-
-
Constructor Detail
-
NettyHttpContextHandler
public NettyHttpContextHandler(String contextPath)
-
-
Method Detail
-
addNettyHttpHandler
public void addNettyHttpHandler(NettyHttpHandler handler)
-
getNettyHttpHandler
public NettyHttpHandler getNettyHttpHandler(String urlName)
-
isEmpty
public boolean isEmpty()
-
getContextPath
public String getContextPath()
-
removeNettyHttpHandler
public void removeNettyHttpHandler(String urlName)
-
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
-
-