public class HttpProxyCamelHttpTransportServlet extends org.apache.camel.http.common.CamelServlet implements Externalizable
| Constructor and Description |
|---|
HttpProxyCamelHttpTransportServlet() |
HttpProxyCamelHttpTransportServlet(org.apache.camel.CamelContext camelContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
connect(org.apache.camel.http.common.HttpConsumer consumer) |
void |
destroy() |
void |
disconnect(org.apache.camel.http.common.HttpConsumer consumer) |
protected void |
doService(javax.servlet.http.HttpServletRequest oldRequest,
javax.servlet.http.HttpServletResponse response) |
void |
init(javax.servlet.ServletConfig config) |
boolean |
isIgnoreDuplicateServletName() |
void |
readExternal(ObjectInput in) |
protected org.apache.camel.http.common.HttpConsumer |
resolve(javax.servlet.http.HttpServletRequest request) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
doServiceAsync, getConsumers, getServletName, getServletResolveConsumerStrategy, isAsync, overrideTccl, restoreTccl, service, setAsync, setServletName, setServletResolveConsumerStrategydoDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, servicepublic HttpProxyCamelHttpTransportServlet(org.apache.camel.CamelContext camelContext)
public HttpProxyCamelHttpTransportServlet()
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class org.apache.camel.http.common.CamelServletjavax.servlet.ServletExceptionpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletprotected void doService(javax.servlet.http.HttpServletRequest oldRequest,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
doService in class org.apache.camel.http.common.CamelServletjavax.servlet.ServletExceptionIOExceptionprotected org.apache.camel.http.common.HttpConsumer resolve(javax.servlet.http.HttpServletRequest request)
resolve in class org.apache.camel.http.common.CamelServletpublic void connect(org.apache.camel.http.common.HttpConsumer consumer)
connect in class org.apache.camel.http.common.CamelServletpublic void disconnect(org.apache.camel.http.common.HttpConsumer consumer)
disconnect in class org.apache.camel.http.common.CamelServletpublic boolean isIgnoreDuplicateServletName()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionThis work is licensed under a Creative Commons Attribution 4.0 International License.