Apache CXF API

org.apache.cxf.transport.http.netty.server
Class NettyHttpContextHandler

java.lang.Object
  extended by org.apache.cxf.transport.http.netty.server.NettyHttpContextHandler

public class NettyHttpContextHandler
extends Object


Constructor Summary
NettyHttpContextHandler(String contextPath)
           
 
Method Summary
 void addNettyHttpHandler(NettyHttpHandler handler)
           
 String getContextPath()
           
 NettyHttpHandler getNettyHttpHandler(String urlName)
           
 void handle(String target, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 boolean isEmpty()
           
 void removeNettyHttpHandler(String urlName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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:
IOException
javax.servlet.ServletException

Apache CXF API

Apache CXF