public class CamelWebSocketServlet
extends org.apache.camel.component.servlet.CamelHttpTransportServlet
Constructor and Description |
---|
CamelWebSocketServlet() |
Modifier and Type | Method and Description |
---|---|
void |
init(javax.servlet.ServletConfig config) |
protected void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
connect, destroy, isIgnoreDuplicateServletName, toString
disconnect, getConsumers, getServletName, getServletResolveConsumerStrategy, overrideTccl, resolve, restoreTccl, setServletName, setServletResolveConsumerStrategy
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class org.apache.camel.component.servlet.CamelHttpTransportServlet
javax.servlet.ServletException
protected void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
service
in class org.apache.camel.http.common.CamelServlet
javax.servlet.ServletException
IOException
Apache Camel