Apache CXF API

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

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

public class NettyHttpHandler
extends Object


Constructor Summary
NettyHttpHandler(NettyHttpDestination nhd, boolean cmExact)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

getContextPath

public String getContextPath()

Apache CXF API

Apache CXF