- handleAccept(FilterChainContext) - Method in class org.mule.module.http.internal.listener.grizzly.GrizzlyAddressDelegateFilter
-
- handleClose(FilterChainContext) - Method in class org.mule.module.http.internal.listener.grizzly.GrizzlyAddressDelegateFilter
-
- handleConnect(FilterChainContext) - Method in class org.mule.module.http.internal.listener.grizzly.GrizzlyAddressDelegateFilter
-
- handleEvent(FilterChainContext, FilterChainEvent) - Method in class org.mule.module.http.internal.listener.grizzly.GrizzlyAddressDelegateFilter
-
- handleRead(FilterChainContext) - Method in class org.mule.module.http.internal.listener.grizzly.GrizzlyAddressDelegateFilter
-
- handleRead(FilterChainContext) - Method in class org.mule.module.http.internal.listener.grizzly.GrizzlyRequestDispatcherFilter
-
- handleRead(FilterChainContext) - Method in class org.mule.module.http.internal.listener.grizzly.MuleSslFilter
-
- handleRequest(HttpRequestContext, HttpResponseReadyCallback) - Method in interface org.mule.module.http.internal.listener.async.RequestHandler
-
Called to handle an incoming http request
- handleRequest(HttpRequestContext, HttpResponseReadyCallback) - Method in class org.mule.module.http.internal.listener.ErrorRequestHandler
-
- handleWrite(FilterChainContext) - Method in class org.mule.module.http.internal.listener.grizzly.GrizzlyAddressDelegateFilter
-
- hasContentLength() - Method in class org.mule.module.http.internal.domain.InputStreamHttpEntity
-
- hashCode() - Method in class org.mule.module.http.internal.listener.ServerAddress
-
- hashCode() - Method in class org.mule.module.http.internal.ParameterMap
-
- hashCode() - Method in class org.mule.module.http.internal.request.client.DefaultHttpRequestOptions
-
- hashCode() - Method in class org.mule.module.http.internal.request.client.HttpRequestCacheKey
-
- hasTlsConfig() - Method in interface org.mule.module.http.api.listener.HttpListenerConfig
-
- hasTlsConfig() - Method in class org.mule.module.http.internal.listener.DefaultHttpListenerConfig
-
- HOST - Static variable in class org.mule.module.http.api.HttpHeaders.Names
- HTTP_CLIENT_CERTIFICATE - Static variable in class org.mule.module.http.api.HttpConstants.RequestProperties
-
- HTTP_LISTENER_CONNECTION_MANAGER - Static variable in class org.mule.module.http.internal.listener.HttpListenerConnectionManager
-
- HTTP_LISTENER_PATH - Static variable in class org.mule.module.http.api.HttpConstants.RequestProperties
-
- HTTP_METHOD_PROPERTY - Static variable in class org.mule.module.http.api.HttpConstants.RequestProperties
-
- HTTP_PREFIX - Static variable in class org.mule.module.http.api.HttpConstants.RequestProperties
-
- HTTP_QUERY_PARAMS - Static variable in class org.mule.module.http.api.HttpConstants.RequestProperties
-
- HTTP_QUERY_STRING - Static variable in class org.mule.module.http.api.HttpConstants.RequestProperties
-
- HTTP_REASON_PROPERTY - Static variable in class org.mule.module.http.api.HttpConstants.ResponseProperties
-
- HTTP_RELATIVE_PATH - Static variable in class org.mule.module.http.api.HttpConstants.RequestProperties
-
- HTTP_REMOTE_ADDRESS - Static variable in class org.mule.module.http.api.HttpConstants.RequestProperties
-
- HTTP_REQUEST_PATH_PROPERTY - Static variable in class org.mule.module.http.api.HttpConstants.RequestProperties
-
- HTTP_REQUEST_URI - Static variable in class org.mule.module.http.api.HttpConstants.RequestProperties
-
- HTTP_SCHEME - Static variable in class org.mule.module.http.api.HttpConstants.RequestProperties
-
- HTTP_STATUS_PROPERTY - Static variable in class org.mule.module.http.api.HttpConstants.RequestProperties
-
- HTTP_STATUS_PROPERTY - Static variable in class org.mule.module.http.api.HttpConstants.ResponseProperties
-
- HTTP_URI_PARAMS - Static variable in class org.mule.module.http.api.HttpConstants.RequestProperties
-
- HTTP_VERSION_PROPERTY - Static variable in class org.mule.module.http.api.HttpConstants.RequestProperties
-
- HttpAuthentication - Interface in org.mule.module.http.api
-
An object that authenticates an HTTP request.
- HttpAuthenticationDefinitionParser - Class in org.mule.module.http.internal.config
-
- HttpAuthenticationDefinitionParser(HttpAuthenticationType) - Constructor for class org.mule.module.http.internal.config.HttpAuthenticationDefinitionParser
-
- HttpAuthenticationType - Enum in org.mule.module.http.internal.request
-
- HttpClient - Interface in org.mule.module.http.internal.request
-
Object that sends an HTTP request, and returns the response.
- HttpClientConfiguration - Class in org.mule.module.http.internal.request
-
- HttpClientConfiguration.Builder - Class in org.mule.module.http.internal.request
-
- HttpClientConfiguration.Builder() - Constructor for class org.mule.module.http.internal.request.HttpClientConfiguration.Builder
-
- HttpClientFactory - Interface in org.mule.module.http.internal.request
-
Factory object for
HttpClient mule-to-httpLibrary adapters.
- HttpConfiguration - Class in org.mule.module.http.internal.config
-
HTTP global configuration.
- HttpConfiguration() - Constructor for class org.mule.module.http.internal.config.HttpConfiguration
-
- HttpConnectorMessageProcessorProvider - Class in org.mule.module.http.internal.request.client
-
Provider for operations of the HTTP module.
- HttpConnectorMessageProcessorProvider() - Constructor for class org.mule.module.http.internal.request.client.HttpConnectorMessageProcessorProvider
-
- HttpConstants - Class in org.mule.module.http.api
-
General purpose HTTP constants
- HttpConstants() - Constructor for class org.mule.module.http.api.HttpConstants
-
- HttpConstants.HttpStatus - Enum in org.mule.module.http.api
-
- HttpConstants.Methods - Enum in org.mule.module.http.api
-
- HttpConstants.Protocols - Enum in org.mule.module.http.api
-
- HttpConstants.RequestProperties - Class in org.mule.module.http.api
-
- HttpConstants.RequestProperties() - Constructor for class org.mule.module.http.api.HttpConstants.RequestProperties
-
- HttpConstants.ResponseProperties - Class in org.mule.module.http.api
-
- HttpConstants.ResponseProperties() - Constructor for class org.mule.module.http.api.HttpConstants.ResponseProperties
-
- HttpEntity - Interface in org.mule.module.http.internal.domain
-
Marker interface for a http message entity.
- HttpHeaders - Class in org.mule.module.http.api
-
Provides the constants for the standard HTTP header names and values
- HttpHeaders() - Constructor for class org.mule.module.http.api.HttpHeaders
-
- HttpHeaders.Names - Class in org.mule.module.http.api
-
Standard HTTP header names.
- HttpHeaders.Values - Class in org.mule.module.http.api
-
Standard HTTP header values.
- HttpListener - Interface in org.mule.module.http.api.listener
-
Represents an listener for HTTP requests.
- HttpListenerBuilder - Class in org.mule.module.http.api.listener
-
Builder for creating http listeners pragmatically.
- HttpListenerBuilder(MuleContext) - Constructor for class org.mule.module.http.api.listener.HttpListenerBuilder
-
- HttpListenerConfig - Interface in org.mule.module.http.api.listener
-
- HttpListenerConfigBuilder - Class in org.mule.module.http.internal.listener
-
- HttpListenerConfigBuilder(String, MuleContext) - Constructor for class org.mule.module.http.internal.listener.HttpListenerConfigBuilder
-
- HttpListenerConfigBuilder(MuleContext) - Constructor for class org.mule.module.http.internal.listener.HttpListenerConfigBuilder
-
- HttpListenerConnectionManager - Class in org.mule.module.http.internal.listener
-
- HttpListenerConnectionManager() - Constructor for class org.mule.module.http.internal.listener.HttpListenerConnectionManager
-
- HttpListenerRegistry - Class in org.mule.module.http.internal.listener
-
- HttpListenerRegistry() - Constructor for class org.mule.module.http.internal.listener.HttpListenerRegistry
-
- HttpListenerRegistry.PathMap - Class in org.mule.module.http.internal.listener
-
- HttpListenerRegistry.PathMap() - Constructor for class org.mule.module.http.internal.listener.HttpListenerRegistry.PathMap
-
- HttpListenerRegistry.RequestHandlerMatcherPair - Class in org.mule.module.http.internal.listener
-
- HttpListenerRegistry.ServerAddressRequestHandlerRegistry - Class in org.mule.module.http.internal.listener
-
- HttpListenerRegistry.ServerAddressRequestHandlerRegistry() - Constructor for class org.mule.module.http.internal.listener.HttpListenerRegistry.ServerAddressRequestHandlerRegistry
-
- HttpMapParam - Class in org.mule.module.http.internal
-
- HttpMapParam(HttpParamType) - Constructor for class org.mule.module.http.internal.HttpMapParam
-
- HttpMessage - Interface in org.mule.module.http.internal.domain
-
Represents common parts of an http message
- HttpMessageBuilder - Class in org.mule.module.http.internal
-
- HttpMessageBuilder() - Constructor for class org.mule.module.http.internal.HttpMessageBuilder
-
- HttpMessageBuilderRef - Class in org.mule.module.http.internal
-
Object that holds a reference to an HttpMessageBuilder, it represents the <http:builder ref="..." />
element for composing request/response builders.
- HttpMessageBuilderRef() - Constructor for class org.mule.module.http.internal.HttpMessageBuilderRef
-
- HttpMessageLogger - Class in org.mule.module.http.internal
-
Logger for plain HTTP request and response.
- HttpMessageLogger(HttpMessageLogger.LoggerType) - Constructor for class org.mule.module.http.internal.HttpMessageLogger
-
- HttpMessageLogger.LoggerType - Enum in org.mule.module.http.internal
-
- HttpMessageProcessContext - Class in org.mule.module.http.internal.listener
-
- HttpMessageProcessorTemplate - Class in org.mule.module.http.internal.listener
-
- HttpMessageProcessorTemplate(MuleEvent, MessageProcessor, HttpResponseReadyCallback, HttpResponseBuilder, HttpResponseBuilder) - Constructor for class org.mule.module.http.internal.listener.HttpMessageProcessorTemplate
-
- HttpMessagePropertiesResolver - Class in org.mule.module.http.internal.listener
-
- HttpMessagePropertiesResolver() - Constructor for class org.mule.module.http.internal.listener.HttpMessagePropertiesResolver
-
- HttpMessageSingleParamDefinitionParser - Class in org.mule.module.http.internal.config
-
Bean definition parser for query parameters, URI parameters and headers, for both the request-builder and
the response-builder elements.
- HttpMessageSingleParamDefinitionParser(Class<? extends HttpParam>, HttpParamType) - Constructor for class org.mule.module.http.internal.config.HttpMessageSingleParamDefinitionParser
-
- HttpMimeMultipart - Class in org.mule.module.http.internal.multipart
-
- HttpMimeMultipart(String, String) - Constructor for class org.mule.module.http.internal.multipart.HttpMimeMultipart
-
- HttpMultipartEncoder - Class in org.mule.module.http.internal.multipart
-
Creates multipart
- HttpMultipartEncoder() - Constructor for class org.mule.module.http.internal.multipart.HttpMultipartEncoder
-
- HttpNamespaceHandler - Class in org.mule.module.http.internal.config
-
- HttpNamespaceHandler() - Constructor for class org.mule.module.http.internal.config.HttpNamespaceHandler
-
- HttpParam - Class in org.mule.module.http.internal
-
- HttpParam(HttpParamType) - Constructor for class org.mule.module.http.internal.HttpParam
-
- HttpParameters - Interface in org.mule.module.http.api
-
HTTP parameters map.
- HttpParamType - Enum in org.mule.module.http.internal
-
- HttpParser - Class in org.mule.module.http.internal
-
- HttpParser() - Constructor for class org.mule.module.http.internal.HttpParser
-
- HttpPart - Class in org.mule.module.http.internal.multipart
-
- HttpPart(String, byte[], String, int) - Constructor for class org.mule.module.http.internal.multipart.HttpPart
-
- HttpPart(String, String, byte[], String, int) - Constructor for class org.mule.module.http.internal.multipart.HttpPart
-
- HttpPartDataSource - Class in org.mule.module.http.internal.multipart
-
- HttpProtocol - Enum in org.mule.module.http.internal.domain
-
Represents the http message protocol.
- HttpRequest - Interface in org.mule.module.http.internal.domain.request
-
- HttpRequestAuthentication - Class in org.mule.module.http.internal.domain.request
-
- HttpRequestAuthentication(HttpAuthenticationType) - Constructor for class org.mule.module.http.internal.domain.request.HttpRequestAuthentication
-
- HttpRequestBuilder - Class in org.mule.module.http.internal.domain.request
-
- HttpRequestBuilder() - Constructor for class org.mule.module.http.internal.domain.request.HttpRequestBuilder
-
- HttpRequestBuilderDefinitionParser - Class in org.mule.module.http.internal.config
-
- HttpRequestBuilderDefinitionParser() - Constructor for class org.mule.module.http.internal.config.HttpRequestBuilderDefinitionParser
-
- HttpRequestCacheKey<OptionsType extends OperationOptions> - Class in org.mule.module.http.internal.request.client
-
- HttpRequestCacheKey(String, OptionsType, MessageExchangePattern) - Constructor for class org.mule.module.http.internal.request.client.HttpRequestCacheKey
-
- HttpRequestConfigDefinitionParser - Class in org.mule.module.http.internal.config
-
- HttpRequestConfigDefinitionParser() - Constructor for class org.mule.module.http.internal.config.HttpRequestConfigDefinitionParser
-
- HttpRequestContext - Class in org.mule.module.http.internal.domain.request
-
Holds the input from an http request.
- HttpRequestContext(HttpRequest, ClientConnection, String) - Constructor for class org.mule.module.http.internal.domain.request.HttpRequestContext
-
- HttpRequesterBuilder - Class in org.mule.module.http.internal.request.client
-
- HttpRequesterBuilder(MuleContext) - Constructor for class org.mule.module.http.internal.request.client.HttpRequesterBuilder
-
- HttpRequesterConfig - Interface in org.mule.module.http.api.requester
-
Configuration object for an HttpRequester.
- HttpRequesterConfigBuilder - Class in org.mule.module.http.api.requester
-
Builder for creating http request configs pragmatically.
- HttpRequesterConfigBuilder(MuleContext) - Constructor for class org.mule.module.http.api.requester.HttpRequesterConfigBuilder
-
- HttpRequesterRequestBuilder - Class in org.mule.module.http.internal.request
-
- HttpRequesterRequestBuilder() - Constructor for class org.mule.module.http.internal.request.HttpRequesterRequestBuilder
-
- HttpRequestOperationConfig<BuilderType> - Interface in org.mule.module.http.api.requester
-
Common configuration for an HTTP request operation
- HttpRequestOptions - Interface in org.mule.module.http.api.client
-
- HttpRequestOptionsBuilder - Class in org.mule.module.http.api.client
-
- HttpRequestParsingException - Exception in org.mule.module.http.internal.listener
-
Exception thrown when there is a problem processing an incoming HttpRequest to generate a MuleEvent.
- HttpRequestParsingException(String, Throwable) - Constructor for exception org.mule.module.http.internal.listener.HttpRequestParsingException
-
- HttpRequestToMuleEvent - Class in org.mule.module.http.internal.listener
-
- HttpRequestToMuleEvent() - Constructor for class org.mule.module.http.internal.listener.HttpRequestToMuleEvent
-
- HttpResponse - Interface in org.mule.module.http.internal.domain.response
-
- HttpResponseBuilder - Class in org.mule.module.http.internal.domain.response
-
- HttpResponseBuilder() - Constructor for class org.mule.module.http.internal.domain.response.HttpResponseBuilder
-
- HttpResponseBuilder - Class in org.mule.module.http.internal.listener
-
- HttpResponseBuilder() - Constructor for class org.mule.module.http.internal.listener.HttpResponseBuilder
-
- HttpResponseBuilderDefinitionParser - Class in org.mule.module.http.internal.config
-
- HttpResponseBuilderDefinitionParser(String) - Constructor for class org.mule.module.http.internal.config.HttpResponseBuilderDefinitionParser
-
- HttpResponseHeaderBuilder - Class in org.mule.module.http.internal.listener
-
- HttpResponseHeaderBuilder() - Constructor for class org.mule.module.http.internal.listener.HttpResponseHeaderBuilder
-
- HttpResponseReadyCallback - Interface in org.mule.module.http.internal.listener.async
-
Handler for sending an http response asynchronously
- HttpResponseToMuleEvent - Class in org.mule.module.http.internal.request
-
Maps an HTTP response into a Mule event.
- HttpResponseToMuleEvent(DefaultHttpRequester, MuleContext, AttributeEvaluator) - Constructor for class org.mule.module.http.internal.request.HttpResponseToMuleEvent
-
- HttpSendBodyMode - Enum in org.mule.module.http.api.requester
-
- HttpServerManager - Interface in org.mule.module.http.internal.listener
-
A Server managers is in charge to handle all ServerSocket connections and to handle
incoming requests to an Execution Service for processing.
- HttpSingleParam - Class in org.mule.module.http.internal
-
- HttpSingleParam(HttpParamType) - Constructor for class org.mule.module.http.internal.HttpSingleParam
-
- HttpStreamingType - Enum in org.mule.module.http.api.requester
-
Streaming mode for HTTP.
- HttpThreadingProfileDefinitionParser - Class in org.mule.module.http.internal.config
-
Threading profile definition parser for HTTP, that sets a custom default value for the maxThreadsActive property.
- HttpThreadingProfileDefinitionParser(String, String) - Constructor for class org.mule.module.http.internal.config.HttpThreadingProfileDefinitionParser
-
- HttpThreadingProfileDefinitionParser(String, String, Class<? extends ThreadingProfile>) - Constructor for class org.mule.module.http.internal.config.HttpThreadingProfileDefinitionParser
-
- HttpThrottlingHeadersMapBuilder - Class in org.mule.module.http.internal.listener
-
Creates the corresponding http headers based on the throttling statistics.
- HttpThrottlingHeadersMapBuilder() - Constructor for class org.mule.module.http.internal.listener.HttpThrottlingHeadersMapBuilder
-
- HttpTransactionContext - Class in com.ning.http.client.providers.grizzly
-
- validate(MuleEvent) - Method in class org.mule.module.http.internal.request.FailureStatusCodeValidator
-
- validate(MuleEvent) - Method in interface org.mule.module.http.internal.request.ResponseValidator
-
- validate(MuleEvent) - Method in class org.mule.module.http.internal.request.SuccessStatusCodeValidator
-
- valueOf(String) - Static method in enum org.mule.module.http.api.HttpConstants.HttpStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mule.module.http.api.HttpConstants.Methods
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mule.module.http.api.HttpConstants.Protocols
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mule.module.http.api.requester.HttpSendBodyMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mule.module.http.api.requester.HttpStreamingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mule.module.http.internal.domain.HttpProtocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mule.module.http.internal.HttpMessageLogger.LoggerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mule.module.http.internal.HttpParamType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mule.module.http.internal.request.HttpAuthenticationType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.mule.module.http.api.HttpConstants.HttpStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mule.module.http.api.HttpConstants.Methods
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mule.module.http.api.HttpConstants.Protocols
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mule.module.http.api.requester.HttpSendBodyMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mule.module.http.api.requester.HttpStreamingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mule.module.http.internal.domain.HttpProtocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mule.module.http.internal.HttpMessageLogger.LoggerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mule.module.http.internal.HttpParamType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.mule.module.http.internal.ParameterMap
-
- values() - Static method in enum org.mule.module.http.internal.request.HttpAuthenticationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VARY - Static variable in class org.mule.module.http.api.HttpHeaders.Names
- VIA - Static variable in class org.mule.module.http.api.HttpHeaders.Names