Serialized Form


Package org.apache.camel.component.http

Class org.apache.camel.component.http.CamelServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -7061982839117697829L

Serialized Fields

log

org.slf4j.Logger log

servletName

String servletName
We have to define this explicitly so the name can be set as we can not always be sure that it is already set via the init method


consumers

ConcurrentMap<K,V> consumers

Class org.apache.camel.component.http.HttpConfiguration extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

authMethod

AuthMethod authMethod

authUsername

String authUsername

authPassword

String authPassword

authDomain

String authDomain

authHost

String authHost

proxyAuthMethod

AuthMethod proxyAuthMethod

proxyAuthUsername

String proxyAuthUsername

proxyAuthPassword

String proxyAuthPassword

proxyAuthDomain

String proxyAuthDomain

proxyAuthHost

String proxyAuthHost

proxyHost

String proxyHost

proxyPort

int proxyPort

authMethodPriority

String authMethodPriority

Class org.apache.camel.component.http.HttpOperationFailedException extends org.apache.camel.CamelException implements Serializable

serialVersionUID: -8721487434390572634L

Serialized Fields

uri

String uri

redirectLocation

String redirectLocation

statusCode

int statusCode

statusText

String statusText

responseHeaders

Map<K,V> responseHeaders

responseBody

String responseBody



Apache Camel