- handleAccept(FilterChainContext) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyAddressDelegateFilter
-
- handleClose(FilterChainContext) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyAddressDelegateFilter
-
- handleConnect(FilterChainContext) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyAddressDelegateFilter
-
- handleEvent(FilterChainContext, FilterChainEvent) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyAddressDelegateFilter
-
- handleRead(FilterChainContext) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyAddressDelegateFilter
-
- handleRead(FilterChainContext) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyRequestDispatcherFilter
-
- handleRead(FilterChainContext) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.MuleSslFilter
-
- handleRequest(HttpRequestContext, HttpResponseReadyCallback) - Method in class org.mule.runtime.module.http.internal.listener.ErrorRequestHandler
-
- handleWrite(FilterChainContext) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyAddressDelegateFilter
-
- hashCode() - Method in class org.mule.runtime.module.http.internal.listener.DefaultServerAddress
-
- hashCode() - Method in class org.mule.runtime.module.http.internal.listener.matcher.AcceptsAllMethodsRequestMatcher
-
- hashCode() - Method in class org.mule.runtime.module.http.internal.listener.matcher.DefaultMethodRequestMatcher
-
- hashCode() - Method in class org.mule.runtime.module.http.internal.listener.matcher.ListenerRequestMatcher
-
- hashCode() - Method in class org.mule.runtime.module.http.internal.request.client.DefaultHttpRequestOptions
-
- hasTlsConfig() - Method in interface org.mule.runtime.module.http.api.listener.HttpListenerConfig
-
- hasTlsConfig() - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListenerConfig
-
- headers - Variable in class org.mule.extension.http.api.HttpAttributes
-
Map of HTTP headers in the message.
- headers - Variable in class org.mule.extension.http.api.HttpMessageBuilder
-
HTTP headers the message should include.
- HOST - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
- HTTP_CLIENT_CERTIFICATE - Static variable in class org.mule.runtime.module.http.api.HttpConstants.RequestProperties
-
- HTTP_CONTEXT_PATH_PROPERTY - Static variable in class org.mule.runtime.module.http.api.HttpConstants.RequestProperties
-
- HTTP_DISABLE_STATUS_CODE_EXCEPTION_CHECK - Static variable in class org.mule.runtime.module.http.api.HttpConstants.RequestProperties
-
- HTTP_LISTENER_CONNECTION_MANAGER - Static variable in class org.mule.runtime.module.http.api.HttpListenerConnectionManager
-
- HTTP_LISTENER_PATH - Static variable in class org.mule.runtime.module.http.api.HttpConstants.RequestProperties
-
- HTTP_METHOD_PROPERTY - Static variable in class org.mule.runtime.module.http.api.HttpConstants.RequestProperties
-
- HTTP_NAMESPACE - Static variable in class org.mule.extension.http.internal.listener.HttpListener
-
- HTTP_PREFIX - Static variable in class org.mule.runtime.module.http.api.HttpConstants.RequestProperties
-
- HTTP_QUERY_PARAMS - Static variable in class org.mule.runtime.module.http.api.HttpConstants.RequestProperties
-
- HTTP_QUERY_STRING - Static variable in class org.mule.runtime.module.http.api.HttpConstants.RequestProperties
-
- HTTP_REASON_PROPERTY - Static variable in class org.mule.runtime.module.http.api.HttpConstants.ResponseProperties
-
- HTTP_RELATIVE_PATH - Static variable in class org.mule.runtime.module.http.api.HttpConstants.RequestProperties
-
- HTTP_REMOTE_ADDRESS - Static variable in class org.mule.runtime.module.http.api.HttpConstants.RequestProperties
-
- HTTP_REQUEST_PATH_PROPERTY - Static variable in class org.mule.runtime.module.http.api.HttpConstants.RequestProperties
-
- HTTP_REQUEST_PROPERTY - Static variable in class org.mule.runtime.module.http.api.HttpConstants.RequestProperties
-
- HTTP_REQUEST_URI - Static variable in class org.mule.runtime.module.http.api.HttpConstants.RequestProperties
-
- HTTP_SCHEME - Static variable in class org.mule.runtime.module.http.api.HttpConstants.RequestProperties
-
- HTTP_STATUS_PROPERTY - Static variable in class org.mule.runtime.module.http.api.HttpConstants.RequestProperties
-
- HTTP_STATUS_PROPERTY - Static variable in class org.mule.runtime.module.http.api.HttpConstants.ResponseProperties
-
- HTTP_URI_PARAMS - Static variable in class org.mule.runtime.module.http.api.HttpConstants.RequestProperties
-
- HTTP_VERSION_PROPERTY - Static variable in class org.mule.runtime.module.http.api.HttpConstants.RequestProperties
-
- HttpAttributes - Class in org.mule.extension.http.api
-
Base representation of HTTP message attributes.
- HttpAttributes(ParameterMap) - Constructor for class org.mule.extension.http.api.HttpAttributes
-
- HttpAuthentication - Interface in org.mule.extension.http.api.request.authentication
-
An object that authenticates an HTTP request.
- HttpAuthentication - Interface in org.mule.runtime.module.http.api
-
An object that authenticates an HTTP request.
- HttpAuthenticationDefinitionParser - Class in org.mule.runtime.module.http.internal.config
-
- HttpAuthenticationDefinitionParser(HttpAuthenticationType) - Constructor for class org.mule.runtime.module.http.internal.config.HttpAuthenticationDefinitionParser
-
- HttpBasicAuthenticationFilter - Class in org.mule.extension.http.api.listener
-
Filter for basic authentication over an HTTP request.
- HttpBasicAuthenticationFilter() - Constructor for class org.mule.extension.http.api.listener.HttpBasicAuthenticationFilter
-
- HttpClient - Interface in org.mule.runtime.module.http.internal.request
-
Object that sends an HTTP request, and returns the response.
- HttpClientConfiguration - Class in org.mule.runtime.module.http.internal.request
-
- HttpClientConfiguration.Builder - Class in org.mule.runtime.module.http.internal.request
-
- HttpClientFactory - Interface in org.mule.runtime.module.http.internal.request
-
Factory object for
HttpClient mule-to-httpLibrary adapters.
- HttpConnectorConstants - Interface in org.mule.extension.http.internal
-
Constants of the HTTP Connector.
- HttpConnectorMessageProcessorProvider - Class in org.mule.runtime.module.http.internal.request.client
-
Provider for operations of the HTTP module.
- HttpConnectorMessageProcessorProvider() - Constructor for class org.mule.runtime.module.http.internal.request.client.HttpConnectorMessageProcessorProvider
-
- HttpConstants - Interface in org.mule.runtime.module.http.api
-
Compatibilty-specific HTTP constants
- HttpConstants.RequestProperties - Class in org.mule.runtime.module.http.api
-
- HttpConstants.ResponseProperties - Class in org.mule.runtime.module.http.api
-
- HttpError - Enum in org.mule.extension.http.api.error
-
Represents an error that can happen in an HTTP operation.
- HttpExtensionClient - Class in org.mule.extension.http.internal.request.client
-
Composition of an
HttpClient with URI and authentication parameters that allow falling back to connection
default values for them.
- HttpExtensionClient(HttpClient, UriParameters, HttpAuthentication) - Constructor for class org.mule.extension.http.internal.request.client.HttpExtensionClient
-
- HttpHeaderDefinitionParser - Class in org.mule.runtime.module.http.internal.config
-
The header element may appear either inside a request-builder element of the HTTP module, a response-builder element of the
HTTP module, or a response-builder element of the HTTP transport.
- HttpHeaderDefinitionParser() - Constructor for class org.mule.runtime.module.http.internal.config.HttpHeaderDefinitionParser
-
- HttpHeaders - Class in org.mule.extension.http.api
-
Provides the constants for the standard HTTP header names and values
- HttpHeaders() - Constructor for class org.mule.extension.http.api.HttpHeaders
-
- HttpHeaders.Names - Class in org.mule.extension.http.api
-
Standard HTTP header names.
- HttpHeaders.Values - Class in org.mule.extension.http.api
-
Standard HTTP header values.
- HttpListener - Class in org.mule.extension.http.internal.listener
-
Represents a listener for HTTP requests.
- HttpListener() - Constructor for class org.mule.extension.http.internal.listener.HttpListener
-
- HttpListener - Interface in org.mule.runtime.module.http.api.listener
-
Represents an listener for HTTP requests.
- HttpListenerBuilder - Class in org.mule.runtime.module.http.api.listener
-
Builder for creating http listeners pragmatically.
- HttpListenerBuilder(MuleContext) - Constructor for class org.mule.runtime.module.http.api.listener.HttpListenerBuilder
-
- HttpListenerConfig - Class in org.mule.extension.http.internal.listener.server
-
- HttpListenerConfig() - Constructor for class org.mule.extension.http.internal.listener.server.HttpListenerConfig
-
- HttpListenerConfig - Interface in org.mule.runtime.module.http.api.listener
-
- HttpListenerConfigBuilder - Class in org.mule.runtime.module.http.internal.listener
-
- HttpListenerConfigBuilder(String, MuleContext) - Constructor for class org.mule.runtime.module.http.internal.listener.HttpListenerConfigBuilder
-
- HttpListenerConfigBuilder(MuleContext) - Constructor for class org.mule.runtime.module.http.internal.listener.HttpListenerConfigBuilder
-
- HttpListenerConnectionManager - Class in org.mule.runtime.module.http.api
-
- HttpListenerConnectionManager() - Constructor for class org.mule.runtime.module.http.api.HttpListenerConnectionManager
-
- HttpListenerMetadataResolver - Class in org.mule.extension.http.internal
-
Dummy
OutputTypeResolver implementation for the
HttpListener which always returns an
AnyType
- HttpListenerMetadataResolver() - Constructor for class org.mule.extension.http.internal.HttpListenerMetadataResolver
-
- HttpListenerPolicyParametersTransformer - Class in org.mule.extension.http.api.policy
-
Implementation that does transformation from http:listener response and failure response parameters to Message and vice
versa.
- HttpListenerPolicyParametersTransformer() - Constructor for class org.mule.extension.http.api.policy.HttpListenerPolicyParametersTransformer
-
- HttpListenerPolicyPointcutParameters - Class in org.mule.extension.http.api.policy
-
- HttpListenerPolicyPointcutParameters(String, ComponentIdentifier, String, String) - Constructor for class org.mule.extension.http.api.policy.HttpListenerPolicyPointcutParameters
-
- HttpListenerPolicyPointcutParametersFactory - Class in org.mule.extension.http.api.policy
-
HTTP request operation policy pointcut parameters factory.
- HttpListenerPolicyPointcutParametersFactory() - Constructor for class org.mule.extension.http.api.policy.HttpListenerPolicyPointcutParametersFactory
-
- HttpListenerProvider - Class in org.mule.extension.http.internal.listener
-
- HttpListenerProvider() - Constructor for class org.mule.extension.http.internal.listener.HttpListenerProvider
-
- HttpListenerProvider.ConnectionParams - Class in org.mule.extension.http.internal.listener
-
- HttpListenerRegistry - Class in org.mule.runtime.module.http.internal.listener
-
- HttpListenerRegistry() - Constructor for class org.mule.runtime.module.http.internal.listener.HttpListenerRegistry
-
- HttpListenerRegistry.PathMap - Class in org.mule.runtime.module.http.internal.listener
-
- HttpListenerRegistry.RequestHandlerMatcherPair - Class in org.mule.runtime.module.http.internal.listener
-
- HttpListenerRegistry.ServerAddressRequestHandlerRegistry - Class in org.mule.runtime.module.http.internal.listener
-
- HttpListenerResponseAttributes - Class in org.mule.extension.http.api
-
- HttpListenerResponseAttributes(int, String, ParameterMap) - Constructor for class org.mule.extension.http.api.HttpListenerResponseAttributes
-
- HttpListenerResponseBuilder - Class in org.mule.extension.http.api.listener.builder
-
- HttpListenerResponseBuilder() - Constructor for class org.mule.extension.http.api.listener.builder.HttpListenerResponseBuilder
-
- HttpListenerResponseSender - Class in org.mule.extension.http.internal.listener
-
- HttpListenerResponseSender(HttpResponseFactory) - Constructor for class org.mule.extension.http.internal.listener.HttpListenerResponseSender
-
- HttpListenerResponseSender(TransformationService) - Constructor for class org.mule.extension.http.internal.listener.HttpListenerResponseSender
-
- HttpMapParam - Class in org.mule.runtime.module.http.internal
-
- HttpMapParam(HttpParamType) - Constructor for class org.mule.runtime.module.http.internal.HttpMapParam
-
- HttpMessageBuilder - Class in org.mule.extension.http.api
-
Base component to create HTTP messages.
- HttpMessageBuilder() - Constructor for class org.mule.extension.http.api.HttpMessageBuilder
-
- HttpMessageBuilder - Class in org.mule.runtime.module.http.internal
-
- HttpMessageBuilder() - Constructor for class org.mule.runtime.module.http.internal.HttpMessageBuilder
-
- HttpMessageBuilderRef - Class in org.mule.runtime.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.runtime.module.http.internal.HttpMessageBuilderRef
-
- HttpMessageLogger - Class in org.mule.runtime.module.http.internal
-
Logger for plain HTTP request and response.
- HttpMessageLogger(HttpMessageLogger.LoggerType) - Constructor for class org.mule.runtime.module.http.internal.HttpMessageLogger
-
- HttpMessageLogger.LoggerType - Enum in org.mule.runtime.module.http.internal
-
- HttpMessageParsingException - Exception in org.mule.extension.http.api.error
-
Exception thrown when there is a problem parsing an HTTP message.
- HttpMessageParsingException(I18nMessage, Throwable) - Constructor for exception org.mule.extension.http.api.error.HttpMessageParsingException
-
- HttpMessageParsingException - Exception in org.mule.runtime.module.http.internal
-
Exception thrown when there is a problem processing an HTTP message.
- HttpMessageParsingException(I18nMessage, Throwable) - Constructor for exception org.mule.runtime.module.http.internal.HttpMessageParsingException
-
- HttpMessageProcessContext - Class in org.mule.runtime.module.http.internal.listener
-
- HttpMessageProcessorTemplate - Class in org.mule.runtime.module.http.internal.listener
-
- HttpMessageProcessorTemplate(Event, Processor, HttpResponseReadyCallback, HttpResponseBuilder, HttpResponseBuilder) - Constructor for class org.mule.runtime.module.http.internal.listener.HttpMessageProcessorTemplate
-
- HttpMessagePropertiesResolver - Class in org.mule.runtime.module.http.internal.listener
-
- HttpMessagePropertiesResolver() - Constructor for class org.mule.runtime.module.http.internal.listener.HttpMessagePropertiesResolver
-
- HttpMessageSingleParamDefinitionParser - Class in org.mule.runtime.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.runtime.module.http.internal.config.HttpMessageSingleParamDefinitionParser
-
- HttpMetadataKey - Enum in org.mule.extension.http.api
-
- HttpMimeMultipart - Class in org.mule.runtime.module.http.internal.multipart
-
- HttpMimeMultipart(String, String) - Constructor for class org.mule.runtime.module.http.internal.multipart.HttpMimeMultipart
-
- HttpMultipartEncoder - Class in org.mule.runtime.module.http.internal.multipart
-
Creates multipart
- HttpMultipartEncoder() - Constructor for class org.mule.runtime.module.http.internal.multipart.HttpMultipartEncoder
-
- HttpNamespaceHandler - Class in org.mule.runtime.module.http.internal.config
-
- HttpNamespaceHandler() - Constructor for class org.mule.runtime.module.http.internal.config.HttpNamespaceHandler
-
- HttpOperations - Class in org.mule.extension.http.internal
-
General HTTP operations that do not required any specific configuration or connection.
- HttpOperations() - Constructor for class org.mule.extension.http.internal.HttpOperations
-
- HttpParam - Class in org.mule.runtime.module.http.internal
-
- HttpParam(HttpParamType) - Constructor for class org.mule.runtime.module.http.internal.HttpParam
-
- HttpParamType - Enum in org.mule.runtime.module.http.internal
-
- HttpParser - Class in org.mule.runtime.module.http.internal
-
- HttpParser() - Constructor for class org.mule.runtime.module.http.internal.HttpParser
-
- HttpPartDataSource - Class in org.mule.runtime.module.http.internal.multipart
-
- HttpPolicyRequestAttributes - Class in org.mule.extension.http.api.policy
-
BaseHttpRequestAttributes subclass that allows modification of request attributes and
creation through the expression language.
- HttpPolicyRequestAttributes(ParameterMap, ParameterMap, ParameterMap, String) - Constructor for class org.mule.extension.http.api.policy.HttpPolicyRequestAttributes
-
- HttpPolicyRequestAttributes() - Constructor for class org.mule.extension.http.api.policy.HttpPolicyRequestAttributes
-
- HttpPolicyRequestParametersTransformer - Class in org.mule.extension.http.api.policy
-
Implementation that does transformation from http:request operation parameters to Message and vice versa.
- HttpPolicyRequestParametersTransformer() - Constructor for class org.mule.extension.http.api.policy.HttpPolicyRequestParametersTransformer
-
- HttpPolicyResponseAttributes - Class in org.mule.extension.http.api.policy
-
Representation of an HTTP response message attributes that can be created through
the expression language to modify the response parameters of the http:listener
using policies.
- HttpPolicyResponseAttributes() - Constructor for class org.mule.extension.http.api.policy.HttpPolicyResponseAttributes
-
- HttpRequestAttributes - Class in org.mule.extension.http.api
-
Representation of an HTTP request message attributes.
- HttpRequestAttributes(ParameterMap, String, String, String, String, String, String, String, String, ParameterMap, ParameterMap, String, Certificate) - Constructor for class org.mule.extension.http.api.HttpRequestAttributes
-
- HttpRequestAttributesBuilder - Class in org.mule.extension.http.internal.listener
-
- HttpRequestAttributesBuilder() - Constructor for class org.mule.extension.http.internal.listener.HttpRequestAttributesBuilder
-
- HttpRequestBuilderDefinitionParser - Class in org.mule.runtime.module.http.internal.config
-
- HttpRequestBuilderDefinitionParser() - Constructor for class org.mule.runtime.module.http.internal.config.HttpRequestBuilderDefinitionParser
-
- HttpRequestConfigDefinitionParser - Class in org.mule.runtime.module.http.internal.config
-
- HttpRequestConfigDefinitionParser() - Constructor for class org.mule.runtime.module.http.internal.config.HttpRequestConfigDefinitionParser
-
- HttpRequester - Class in org.mule.extension.http.internal.request
-
Component capable of performing an HTTP request given a request.
- HttpRequester(HttpRequestFactory, boolean, HttpAuthentication, boolean, int, ResponseValidator, HttpRequesterConfig, Scheduler) - Constructor for class org.mule.extension.http.internal.request.HttpRequester
-
- HttpRequester.Builder - Class in org.mule.extension.http.internal.request
-
- HttpRequesterBuilder - Class in org.mule.runtime.module.http.internal.request.client
-
- HttpRequesterBuilder(MuleContext) - Constructor for class org.mule.runtime.module.http.internal.request.client.HttpRequesterBuilder
-
- HttpRequesterConfig - Class in org.mule.extension.http.internal.request
-
Configuration element for a HTTP requests.
- HttpRequesterConfig() - Constructor for class org.mule.extension.http.internal.request.HttpRequesterConfig
-
- HttpRequesterConfig - Interface in org.mule.runtime.module.http.api.requester
-
Configuration object for an HttpRequester.
- HttpRequesterConfigBuilder - Class in org.mule.runtime.module.http.api.requester
-
Builder for creating http request configs pragmatically.
- HttpRequesterConfigBuilder(MuleContext) - Constructor for class org.mule.runtime.module.http.api.requester.HttpRequesterConfigBuilder
-
- HttpRequesterConnectionManager - Class in org.mule.extension.http.internal.request
-
Manages
HttpClients across multiple configurations based on their name, meaning two configurations spawning
from the same prototype will receive the same
HttpClient.
- HttpRequesterConnectionManager() - Constructor for class org.mule.extension.http.internal.request.HttpRequesterConnectionManager
-
- HttpRequesterConnectionManager(HttpService) - Constructor for class org.mule.extension.http.internal.request.HttpRequesterConnectionManager
-
- HttpRequesterCookieConfig - Interface in org.mule.extension.http.internal.request
-
Provides access to the HTTP requester configuration relative to cookies.
- HttpRequesterProvider - Class in org.mule.extension.http.internal.request
-
- HttpRequesterProvider() - Constructor for class org.mule.extension.http.internal.request.HttpRequesterProvider
-
- HttpRequesterRequestBuilder - Class in org.mule.extension.http.api.request.builder
-
Component that specifies how to create a proper HTTP request.
- HttpRequesterRequestBuilder() - Constructor for class org.mule.extension.http.api.request.builder.HttpRequesterRequestBuilder
-
- HttpRequesterRequestBuilder - Class in org.mule.runtime.module.http.internal.request
-
- HttpRequesterRequestBuilder() - Constructor for class org.mule.runtime.module.http.internal.request.HttpRequesterRequestBuilder
-
- HttpRequestException - Exception in org.mule.extension.http.internal.request
-
- HttpRequestException(I18nMessage, Throwable) - Constructor for exception org.mule.extension.http.internal.request.HttpRequestException
-
- HttpRequestFactory - Class in org.mule.extension.http.internal.request
-
- HttpRequestFactory(HttpRequesterCookieConfig, String, String, HttpStreamingType, HttpSendBodyMode, TransformationService) - Constructor for class org.mule.extension.http.internal.request.HttpRequestFactory
-
- HttpRequestMetadataResolver - Class in org.mule.extension.http.internal
-
Handles all metadata related operations for HTTP requests.
- HttpRequestMetadataResolver() - Constructor for class org.mule.extension.http.internal.HttpRequestMetadataResolver
-
- HttpRequestOperationConfig<BuilderType> - Interface in org.mule.runtime.module.http.api.requester
-
Common configuration for an HTTP request operation
- HttpRequestOperations - Class in org.mule.extension.http.internal.request
-
- HttpRequestOperations() - Constructor for class org.mule.extension.http.internal.request.HttpRequestOperations
-
- HttpRequestOptions - Interface in org.mule.runtime.module.http.api.client
-
- HttpRequestOptionsBuilder - Class in org.mule.runtime.module.http.api.client
-
- HttpRequestPolicyPointcutParameters - Class in org.mule.extension.http.api.policy
-
- HttpRequestPolicyPointcutParameters(String, ComponentIdentifier, String, String) - Constructor for class org.mule.extension.http.api.policy.HttpRequestPolicyPointcutParameters
-
- HttpRequestPolicyPointcutParametersFactory - Class in org.mule.extension.http.api.policy
-
HTTP request operation policy pointcut parameters factory.
- HttpRequestPolicyPointcutParametersFactory() - Constructor for class org.mule.extension.http.api.policy.HttpRequestPolicyPointcutParametersFactory
-
- HttpRequestToMuleEvent - Class in org.mule.runtime.module.http.internal.listener
-
- HttpRequestToMuleEvent() - Constructor for class org.mule.runtime.module.http.internal.listener.HttpRequestToMuleEvent
-
- HttpRequestToResult - Class in org.mule.extension.http.internal.listener
-
Component that transforms an HTTP request to a proper Result.
- HttpRequestToResult() - Constructor for class org.mule.extension.http.internal.listener.HttpRequestToResult
-
- HttpResponseAttributes - Class in org.mule.extension.http.api
-
Representation of an HTTP response message attributes.
- HttpResponseAttributes(int, String, ParameterMap) - Constructor for class org.mule.extension.http.api.HttpResponseAttributes
-
- HttpResponseAttributesBuilder - Class in org.mule.extension.http.internal.request.builder
-
- HttpResponseAttributesBuilder() - Constructor for class org.mule.extension.http.internal.request.builder.HttpResponseAttributesBuilder
-
- HttpResponseBuilder - Class in org.mule.runtime.module.http.internal.listener
-
- HttpResponseBuilder() - Constructor for class org.mule.runtime.module.http.internal.listener.HttpResponseBuilder
-
- HttpResponseBuilderDefinitionParser - Class in org.mule.runtime.module.http.internal.config
-
- HttpResponseBuilderDefinitionParser(String) - Constructor for class org.mule.runtime.module.http.internal.config.HttpResponseBuilderDefinitionParser
-
- HttpResponseContext - Class in org.mule.extension.http.internal.listener
-
Holds temporary state necessary to emit an http response
- HttpResponseContext() - Constructor for class org.mule.extension.http.internal.listener.HttpResponseContext
-
- HttpResponseFactory - Class in org.mule.extension.http.internal.listener
-
- HttpResponseFactory(HttpStreamingType, TransformationService) - Constructor for class org.mule.extension.http.internal.listener.HttpResponseFactory
-
- HttpResponseHeaderBuilder - Class in org.mule.runtime.module.http.internal.listener
-
- HttpResponseHeaderBuilder() - Constructor for class org.mule.runtime.module.http.internal.listener.HttpResponseHeaderBuilder
-
- HttpResponseToMuleEvent - Class in org.mule.runtime.module.http.internal.request
-
Maps an HTTP response into a Mule event.
- HttpResponseToMuleEvent(DefaultHttpRequester, MuleContext, AttributeEvaluator) - Constructor for class org.mule.runtime.module.http.internal.request.HttpResponseToMuleEvent
-
- HttpResponseToResult - Class in org.mule.extension.http.internal.request
-
Component that transforms an HTTP response to a proper Result.
- HttpResponseToResult(HttpRequesterCookieConfig, Boolean, MuleContext) - Constructor for class org.mule.extension.http.internal.request.HttpResponseToResult
-
- HttpSendBodyMode - Enum in org.mule.extension.http.api
-
Defines if the request should contain a body or not.
- HttpSendBodyMode - Enum in org.mule.runtime.module.http.api.requester
-
- HttpServerManager - Interface in org.mule.runtime.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.runtime.module.http.internal
-
- HttpSingleParam(HttpParamType) - Constructor for class org.mule.runtime.module.http.internal.HttpSingleParam
-
- HttpStreamingType - Enum in org.mule.extension.http.api
-
Streaming mode for HTTP.
- HttpStreamingType - Enum in org.mule.runtime.module.http.api.requester
-
Streaming mode for HTTP.
- HttpThrottlingHeadersMapBuilder - Class in org.mule.runtime.module.http.internal.listener
-
Creates the corresponding http headers based on the throttling statistics.
- HttpThrottlingHeadersMapBuilder() - Constructor for class org.mule.runtime.module.http.internal.listener.HttpThrottlingHeadersMapBuilder
-
- HttpToMuleMessage - Class in org.mule.runtime.module.http.internal.util
-
- HttpToMuleMessage() - Constructor for class org.mule.runtime.module.http.internal.util.HttpToMuleMessage
-
- S_MAXAGE - Static variable in class org.mule.extension.http.api.HttpHeaders.Values
- sanitizePathWithStartSlash(String) - Static method in class org.mule.runtime.module.http.internal.HttpParser
-
- SEC_WEBSOCKET_ACCEPT - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
- SEC_WEBSOCKET_KEY - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
- SEC_WEBSOCKET_KEY1 - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
- SEC_WEBSOCKET_KEY2 - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
- SEC_WEBSOCKET_LOCATION - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
- SEC_WEBSOCKET_ORIGIN - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
- SEC_WEBSOCKET_PROTOCOL - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
- SEC_WEBSOCKET_VERSION - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
- SECURITY_FILTER - Static variable in class org.mule.runtime.module.http.internal.config.SecurityFilterDefinitionParser
-
- SecurityFilterDefinitionParser - Class in org.mule.runtime.module.http.internal.config
-
This allows a security filter to be defined globally, or embedded within an endpoint.
- SecurityFilterDefinitionParser(Class) - Constructor for class org.mule.runtime.module.http.internal.config.SecurityFilterDefinitionParser
-
- SecurityFilterDefinitionParser() - Constructor for class org.mule.runtime.module.http.internal.config.SecurityFilterDefinitionParser
-
- send(HttpRequest, int, boolean, HttpRequestAuthentication, ResponseHandler) - Method in class org.mule.extension.http.internal.request.client.HttpExtensionClient
-
- send(HttpRequest, int, boolean, HttpRequestAuthentication) - Method in class org.mule.runtime.module.http.internal.request.grizzly.GrizzlyHttpClient
-
- send(HttpRequest, int, boolean, HttpRequestAuthentication, CompletionHandler<HttpResponse, Exception>) - Method in class org.mule.runtime.module.http.internal.request.grizzly.GrizzlyHttpClient
-
- send(HttpRequest, int, boolean, HttpRequestAuthentication) - Method in interface org.mule.runtime.module.http.internal.request.HttpClient
-
Sends a HttpRequest blocking the current thread until a response is available for the request times out.
- send(HttpRequest, int, boolean, HttpRequestAuthentication, CompletionHandler<HttpResponse, Exception>) - Method in interface org.mule.runtime.module.http.internal.request.HttpClient
-
Sends a HttpRequest without blocking the current thread.
- sendFailureResponseToClient(MessagingException, ResponseCompletionCallback) - Method in class org.mule.runtime.module.http.internal.listener.HttpMessageProcessorTemplate
-
- sendInputStreamChunk() - Method in class org.mule.runtime.module.http.internal.listener.grizzly.ResponseStreamingCompletionHandler
-
- sendResponse(HttpResponseContext, HttpListenerResponseBuilder) - Method in class org.mule.extension.http.internal.listener.HttpListenerResponseSender
-
- sendResponse() - Method in class org.mule.runtime.module.http.internal.listener.grizzly.ResponseCompletionHandler
-
Send the next part of the response
- sendResponseToClient(Event, ResponseCompletionCallback) - Method in class org.mule.runtime.module.http.internal.listener.HttpMessageProcessorTemplate
-
- SERVER - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
- SERVER_ALREADY_EXISTS_FORMAT - Static variable in class org.mule.runtime.module.http.api.HttpListenerConnectionManager
-
- SERVER_PROBLEM - Static variable in class org.mule.runtime.module.http.internal.listener.DefaultHttpListener
-
- ServerAddressMap<T> - Class in org.mule.runtime.module.http.internal.listener
-
- ServerAddressMap() - Constructor for class org.mule.runtime.module.http.internal.listener.ServerAddressMap
-
- ServerAddressMap(Map<ServerAddress, T>) - Constructor for class org.mule.runtime.module.http.internal.listener.ServerAddressMap
-
- ServerAddressRequestHandlerRegistry() - Constructor for class org.mule.runtime.module.http.internal.listener.HttpListenerRegistry.ServerAddressRequestHandlerRegistry
-
- ServiceTemporarilyUnavailableListenerRequestHandler - Class in org.mule.runtime.module.http.internal.listener
-
Request handle for request calls to paths with no listener configured.
- SET_COOKIE - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
- SET_COOKIE2 - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
- setAllowedMethods(String) - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListener
-
- setApiConfiguration(RamlApiConfiguration) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
-
- setAuthentication(HttpAuthentication) - Method in class org.mule.extension.http.internal.request.HttpRequester.Builder
-
- setAuthentication(HttpAuthentication) - Method in class org.mule.runtime.module.http.api.requester.HttpRequesterConfigBuilder
-
- setAuthentication(HttpAuthentication) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
-
- setBasePath(String) - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListenerConfig
-
- setBasePath(String) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
-
- setBody(TypedValue<Object>) - Method in class org.mule.extension.http.api.HttpMessageBuilder
-
- setBuilders(List<HttpMessageBuilderRef>) - Method in class org.mule.runtime.module.http.internal.HttpMessageBuilder
-
- setClientCertificate(Certificate) - Method in class org.mule.runtime.module.http.internal.listener.HttpMessagePropertiesResolver
-
- setClientSocketProperties(TcpClientSocketProperties) - Method in class org.mule.extension.http.internal.request.RequestConnectionParams
-
- setClientSocketProperties(TcpClientSocketProperties) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
-
- setClientSocketProperties(TcpClientSocketProperties) - Method in class org.mule.runtime.module.http.internal.request.HttpClientConfiguration.Builder
-
- setConfig(HttpRequesterConfig) - Method in class org.mule.extension.http.internal.request.HttpRequester.Builder
-
- setConfig(DefaultHttpListenerConfig) - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListener
-
- setConfig(DefaultHttpRequesterConfig) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
-
- setConnectionIdleTimeout(Integer) - Method in class org.mule.extension.http.internal.request.RequestConnectionParams
-
- setConnectionIdleTimeout(int) - Method in class org.mule.runtime.module.http.api.requester.HttpRequesterConfigBuilder
-
- setConnectionIdleTimeout(int) - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListenerConfig
-
- setConnectionIdleTimeout(int) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
-
- setConnectionIdleTimeout(int) - Method in class org.mule.runtime.module.http.internal.request.HttpClientConfiguration.Builder
-
- setContentLenght(String) - Method in class org.mule.runtime.module.http.internal.listener.HttpResponseHeaderBuilder
-
- setDefaultFile(String) - Method in class org.mule.runtime.module.http.internal.component.StaticResourceMessageProcessor
-
- setDisablePropertiesAsHeaders(boolean) - Method in class org.mule.runtime.module.http.internal.listener.HttpResponseBuilder
-
- setDomain(String) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpAuthentication
-
- setEnableCookies(boolean) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
-
- setErrorReasonPhrase(String) - Method in class org.mule.runtime.module.http.api.listener.HttpListenerBuilder
-
- setErrorResponseBuilder(HttpResponseBuilder) - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListener
-
- setErrorStatusCode(String) - Method in class org.mule.runtime.module.http.api.listener.HttpListenerBuilder
-
- setExpression(String) - Method in class org.mule.runtime.module.http.internal.HttpMapParam
-
- setFlow(Flow) - Method in class org.mule.runtime.module.http.api.listener.HttpListenerBuilder
-
- setFlowConstruct(FlowConstruct) - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListener
-
- setFlowConstruct(FlowConstruct) - Method in class org.mule.runtime.module.http.internal.request.client.OneWayHttpRequesterAdapter
-
- setFlowConstruct(FlowConstruct) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
-
- setFollowRedirects(boolean) - Method in class org.mule.extension.http.internal.request.HttpRequester.Builder
-
- setFollowRedirects(String) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
-
- setFollowRedirects(String) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
-
- setHeaders(Map<String, String>) - Method in class org.mule.extension.http.api.HttpMessageBuilder
-
- setHeaders(Map<String, String>) - Method in class org.mule.extension.http.api.policy.HttpPolicyRequestAttributes
-
- setHeaders(Map<String, String>) - Method in class org.mule.extension.http.api.policy.HttpPolicyResponseAttributes
-
- setHost(String) - Method in class org.mule.extension.http.internal.request.RequestConnectionParams
-
- setHost(String) - Method in class org.mule.runtime.module.http.api.listener.HttpListenerBuilder
-
- setHost(String) - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListenerConfig
-
- setHost(String) - Method in class org.mule.runtime.module.http.internal.listener.HttpListenerConfigBuilder
-
- setHost(String) - Method in class org.mule.runtime.module.http.internal.request.client.HttpRequesterBuilder
-
- setHost(String) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
-
- setHost(String) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
-
- setHost(String) - Method in class org.mule.runtime.module.http.internal.request.DefaultProxyConfig
-
- setHostExpression(String) - Method in class org.mule.runtime.module.http.api.requester.HttpRequesterConfigBuilder
-
- setHttpVersion(String) - Method in class org.mule.extension.http.internal.listener.HttpResponseContext
-
- setIsRunning(Boolean) - Method in class org.mule.runtime.module.http.internal.listener.HttpListenerRegistry.RequestHandlerMatcherPair
-
- setListener(Processor) - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListener
-
- setListenerConfig(HttpListenerConfig) - Method in class org.mule.runtime.module.http.api.listener.HttpListenerBuilder
-
- setListenerPath(ListenerPath) - Method in class org.mule.extension.http.internal.listener.HttpRequestAttributesBuilder
-
- setListenerPath(ListenerPath) - Method in class org.mule.runtime.module.http.internal.listener.HttpMessagePropertiesResolver
-
- setLocation(String) - Method in class org.mule.runtime.module.http.internal.request.RamlApiConfiguration
-
- setMaxConnections(Integer) - Method in class org.mule.extension.http.internal.request.RequestConnectionParams
-
- setMaxConnections(int) - Method in class org.mule.runtime.module.http.api.requester.HttpRequesterConfigBuilder
-
- setMaxConnections(int) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
-
- setMaxConnections(int) - Method in class org.mule.runtime.module.http.internal.request.HttpClientConfiguration.Builder
-
- setMethod(String) - Method in class org.mule.extension.http.internal.request.HttpRequester.Builder
-
- setMethod(String) - Method in class org.mule.runtime.module.http.internal.listener.HttpMessagePropertiesResolver
-
- setMethod(String) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
-
- setMuleContext(MuleContext) - Method in class org.mule.runtime.module.http.api.HttpListenerConnectionManager
-
- setMuleContext(MuleContext) - Method in class org.mule.runtime.module.http.internal.HttpSingleParam
-
- setMuleContext(MuleContext) - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListener
-
- setMuleContext(MuleContext) - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListenerConfig
-
- setMuleContext(MuleContext) - Method in class org.mule.runtime.module.http.internal.listener.HttpResponseBuilder
-
- setMuleContext(MuleContext) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpAuthentication
-
- setMuleContext(MuleContext) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
-
- setMuleContext(MuleContext) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
-
- setName(String) - Method in class org.mule.runtime.module.http.internal.HttpMessageBuilder
-
- setName(String) - Method in class org.mule.runtime.module.http.internal.HttpSingleParam
-
- setName(String) - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListenerConfig
-
- setName(String) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
-
- setName(String) - Method in class org.mule.runtime.module.http.internal.request.DefaultProxyConfig
-
- setNtlmDomain(String) - Method in class org.mule.extension.http.api.request.proxy.DefaultNtlmProxyConfig
-
- setNtlmDomain(String) - Method in class org.mule.runtime.module.http.internal.request.NtlmProxyConfig
-
- setOperationConfig(HttpRequestOptions) - Method in class org.mule.runtime.module.http.internal.request.client.HttpRequesterBuilder
-
- setOwnerName(String) - Method in class org.mule.runtime.module.http.internal.request.HttpClientConfiguration.Builder
-
- setParams(List<HttpParam>) - Method in class org.mule.runtime.module.http.internal.HttpMessageBuilder
-
- setParseRequest(boolean) - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListener
-
- setParseRequest(Boolean) - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListenerConfig
-
- setParseResponse(boolean) - Method in class org.mule.extension.http.internal.request.HttpRequester.Builder
-
- setParseResponse(boolean) - Method in class org.mule.runtime.module.http.api.requester.HttpRequesterConfigBuilder
-
- setParseResponse(String) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
-
- setParseResponse(String) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
-
- setParseResponseExpression(String) - Method in class org.mule.runtime.module.http.api.requester.HttpRequesterConfigBuilder
-
- setPassword(String) - Method in class org.mule.runtime.module.http.api.requester.authentication.BasicAuthenticationBuilder
-
- setPassword(String) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpAuthentication
-
- setPassword(String) - Method in class org.mule.runtime.module.http.internal.request.DefaultProxyConfig
-
- setPath(String) - Method in class org.mule.runtime.module.http.api.listener.HttpListenerBuilder
-
- setPath(String) - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListener
-
- setPath(String) - Method in class org.mule.runtime.module.http.internal.request.client.HttpRequesterBuilder
-
- setPath(String) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
-
- setPort(Integer) - Method in class org.mule.extension.http.internal.request.RequestConnectionParams
-
- setPort(int) - Method in class org.mule.runtime.module.http.api.listener.HttpListenerBuilder
-
- setPort(int) - Method in class org.mule.runtime.module.http.api.requester.HttpRequesterConfigBuilder
-
- setPort(int) - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListenerConfig
-
- setPort(int) - Method in class org.mule.runtime.module.http.internal.listener.HttpListenerConfigBuilder
-
- setPort(String) - Method in class org.mule.runtime.module.http.internal.request.client.HttpRequesterBuilder
-
- setPort(String) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
-
- setPort(String) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
-
- setPort(int) - Method in class org.mule.runtime.module.http.internal.request.DefaultProxyConfig
-
- setPortExpression(String) - Method in class org.mule.runtime.module.http.api.requester.HttpRequesterConfigBuilder
-
- setPreemptive(boolean) - Method in class org.mule.runtime.module.http.api.requester.authentication.BasicAuthenticationBuilder
-
- setPreemptive(String) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpAuthentication
-
- setPreemptiveExpression(String) - Method in class org.mule.runtime.module.http.api.requester.authentication.BasicAuthenticationBuilder
-
- setProtocol(HttpConstants.Protocols) - Method in class org.mule.extension.http.internal.request.RequestConnectionParams
-
- setProtocol(HttpConstants.Protocols) - Method in class org.mule.runtime.module.http.api.requester.HttpRequesterConfigBuilder
-
- setProtocol(HttpConstants.Protocols) - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListenerConfig
-
- setProtocol(String) - Method in class org.mule.runtime.module.http.internal.listener.HttpMessagePropertiesResolver
-
- setProtocol(HttpConstants.Protocols) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
-
- setProxyConfig(ProxyConfig) - Method in class org.mule.runtime.module.http.api.requester.HttpRequesterConfigBuilder
-
- setProxyConfig(ProxyConfig) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
-
- setProxyConfig(ProxyConfig) - Method in class org.mule.runtime.module.http.internal.request.HttpClientConfiguration.Builder
-
- setQueryParams(Map<String, String>) - Method in class org.mule.extension.http.api.policy.HttpPolicyRequestAttributes
-
- setQueryParams(Map<String, String>) - Method in class org.mule.extension.http.api.request.builder.HttpRequesterRequestBuilder
-
- setReasonPhrase(String) - Method in class org.mule.extension.http.api.listener.builder.HttpListenerResponseBuilder
-
- setReasonPhrase(String) - Method in class org.mule.extension.http.api.policy.HttpPolicyResponseAttributes
-
- setReasonPhrase(String) - Method in class org.mule.runtime.module.http.internal.listener.HttpResponseBuilder
-
- setRef(HttpMessageBuilder) - Method in class org.mule.runtime.module.http.internal.HttpMessageBuilderRef
-
- setRemoteHostAddress(String) - Method in class org.mule.runtime.module.http.internal.listener.HttpMessagePropertiesResolver
-
- setRequestBuilder(HttpRequesterRequestBuilder) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
-
- setRequestContext(HttpRequestContext) - Method in class org.mule.extension.http.internal.listener.HttpRequestAttributesBuilder
-
- setRequestStreamingMode(HttpStreamingType) - Method in class org.mule.extension.http.internal.request.HttpRequester.Builder
-
- setRequestStreamingMode(HttpStreamingType) - Method in class org.mule.runtime.module.http.api.requester.HttpRequesterConfigBuilder
-
- setRequestStreamingMode(String) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
-
- setRequestStreamingMode(String) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
-
- setRequestStreamingModeExpression(String) - Method in class org.mule.runtime.module.http.api.requester.HttpRequesterConfigBuilder
-
- setResourceBase(String) - Method in class org.mule.runtime.module.http.internal.component.StaticResourceMessageProcessor
-
- setResponse(HttpResponse) - Method in class org.mule.extension.http.internal.request.builder.HttpResponseAttributesBuilder
-
- setResponseBuilder(HttpResponseBuilder) - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListener
-
- setResponseCallback(HttpResponseReadyCallback) - Method in class org.mule.extension.http.internal.listener.HttpResponseContext
-
- setResponseStreaming(HttpStreamingType) - Method in class org.mule.runtime.module.http.internal.listener.HttpResponseBuilder
-
- setResponseStreamingMode(HttpStreamingType) - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListener
-
- setResponseTimeout(int) - Method in class org.mule.extension.http.internal.request.HttpRequester.Builder
-
- setResponseTimeout(int) - Method in class org.mule.runtime.module.http.api.requester.HttpRequesterConfigBuilder
-
- setResponseTimeout(String) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
-
- setResponseTimeout(String) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
-
- setResponseTimeoutExpression(String) - Method in class org.mule.runtime.module.http.api.requester.HttpRequesterConfigBuilder
-
- setResponseValidator(ResponseValidator) - Method in class org.mule.extension.http.internal.request.HttpRequester.Builder
-
- setResponseValidator(ResponseValidator) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
-
- setScheduler(Scheduler) - Method in class org.mule.extension.http.internal.request.HttpRequester.Builder
-
- setScheme(String) - Method in class org.mule.runtime.module.http.internal.listener.HttpMessagePropertiesResolver
-
- setSendBodyMode(HttpSendBodyMode) - Method in class org.mule.extension.http.internal.request.HttpRequester.Builder
-
- setSendBodyMode(HttpSendBodyMode) - Method in class org.mule.runtime.module.http.api.requester.HttpRequesterConfigBuilder
-
- setSendBodyMode(String) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
-
- setSendBodyMode(String) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
-
- setSendBodyModeExpression(String) - Method in class org.mule.runtime.module.http.api.requester.HttpRequesterConfigBuilder
-
- setServerSocketProperties(TcpServerSocketProperties) - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListenerConfig
-
- setSource(String) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
-
- setStatusCode(Integer) - Method in class org.mule.extension.http.api.listener.builder.HttpListenerResponseBuilder
-
- setStatusCode(int) - Method in class org.mule.extension.http.api.policy.HttpPolicyResponseAttributes
-
- setStatusCode(String) - Method in class org.mule.runtime.module.http.internal.listener.HttpResponseBuilder
-
- setSuccessReasonPhrase(String) - Method in class org.mule.runtime.module.http.api.listener.HttpListenerBuilder
-
- setSuccessStatusCode(String) - Method in class org.mule.runtime.module.http.api.listener.HttpListenerBuilder
-
- setSupportStreaming(boolean) - Method in class org.mule.extension.http.internal.listener.HttpResponseContext
-
- setTarget(String) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
-
- setThreadNamePrefix(String) - Method in class org.mule.runtime.module.http.internal.request.HttpClientConfiguration.Builder
-
- setThrottlingPolicyStatistics(long, long, long) - Method in class org.mule.runtime.module.http.internal.listener.HttpMessageProcessorTemplate
-
- setThrottlingPolicyStatistics(long, long, long) - Method in class org.mule.runtime.module.http.internal.listener.HttpThrottlingHeadersMapBuilder
-
- setTlsContext(TlsContextFactory) - Method in class org.mule.runtime.module.http.api.requester.HttpRequesterConfigBuilder
-
To create instance of TlsContextFactory use TlsContextFactoryBuilder
- setTlsContext(TlsContextFactory) - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListenerConfig
-
- setTlsContext(TlsContextFactory) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
-
- setTlsContextFactory(TlsContextFactory) - Method in class org.mule.runtime.module.http.api.listener.HttpListenerBuilder
-
- setTlsContextFactory(TlsContextFactory) - Method in class org.mule.runtime.module.http.internal.listener.HttpListenerConfigBuilder
-
- setTlsContextFactory(TlsContextFactory) - Method in class org.mule.runtime.module.http.internal.request.HttpClientConfiguration.Builder
-
- setTransformationService(TransformationService) - Method in class org.mule.extension.http.internal.request.HttpRequester.Builder
-
- setUri(String) - Method in class org.mule.extension.http.internal.request.HttpRequester.Builder
-
- setUri(String) - Method in class org.mule.runtime.module.http.internal.listener.HttpMessagePropertiesResolver
-
- setUriParams(Map<String, String>) - Method in class org.mule.extension.http.api.policy.HttpPolicyRequestAttributes
-
- setUriParams(Map<String, String>) - Method in class org.mule.extension.http.api.request.builder.HttpRequesterRequestBuilder
-
- setUrl(URL) - Method in class org.mule.runtime.module.http.api.listener.HttpListenerBuilder
-
Configures the protocol, host, port and path using the provided url.
- setUrl(String) - Method in class org.mule.runtime.module.http.internal.request.client.HttpRequesterBuilder
-
- setUrl(String) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
-
- setUsePersistentConnections(Boolean) - Method in class org.mule.extension.http.internal.request.RequestConnectionParams
-
- setUsePersistentConnections(boolean) - Method in class org.mule.runtime.module.http.api.requester.HttpRequesterConfigBuilder
-
- setUsePersistentConnections(boolean) - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListenerConfig
-
- setUsePersistentConnections(boolean) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
-
- setUsePersistentConnections(boolean) - Method in class org.mule.runtime.module.http.internal.request.HttpClientConfiguration.Builder
-
- setUsername(String) - Method in class org.mule.runtime.module.http.api.requester.authentication.BasicAuthenticationBuilder
-
- setUsername(String) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpAuthentication
-
- setUsername(String) - Method in class org.mule.runtime.module.http.internal.request.DefaultProxyConfig
-
- setValue(String) - Method in class org.mule.runtime.module.http.internal.HttpSingleParam
-
- setValues(String) - Method in class org.mule.extension.http.api.request.validator.RangeStatusCodeValidator
-
- setValues(String) - Method in class org.mule.runtime.module.http.internal.request.RangeStatusCodeValidator
-
- setWorkstation(String) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpAuthentication
-
- shouldRetry(Result<Object, HttpResponseAttributes>) - Method in interface org.mule.extension.http.api.request.authentication.HttpAuthentication
-
Detects if there was an authentication failure in the response.
- shouldRetry(Result<Object, HttpResponseAttributes>) - Method in class org.mule.extension.http.api.request.authentication.UsernamePasswordAuthentication
-
- shouldRetry(Event) - Method in interface org.mule.runtime.module.http.api.HttpAuthentication
-
Detects if there was an authentication failure in the response.
- shouldRetry(Event) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpAuthentication
-
- shouldWrap(Element) - Method in class org.mule.runtime.module.http.internal.config.SecurityFilterDefinitionParser
-
- SocketConfigTransportCustomizer - Class in org.mule.runtime.module.http.internal.request.grizzly
-
Transport customizer that configures socket properties.
- SocketConfigTransportCustomizer(TcpClientSocketProperties) - Constructor for class org.mule.runtime.module.http.internal.request.grizzly.SocketConfigTransportCustomizer
-
- SSL_SESSION_ATTRIBUTE_KEY - Static variable in class org.mule.runtime.module.http.internal.listener.grizzly.MuleSslFilter
-
- start() - Method in class org.mule.extension.http.internal.listener.HttpListenerProvider
-
- start() - Method in class org.mule.extension.http.internal.request.client.HttpExtensionClient
-
- start() - Method in interface org.mule.runtime.module.http.api.listener.HttpListener
-
Starts an stopped listener.
- start() - Method in interface org.mule.runtime.module.http.api.listener.HttpListenerConfig
-
Starts the listening for incoming request.
- start() - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListener
-
- start() - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListenerConfig
-
- start() - Method in class org.mule.runtime.module.http.internal.listener.DefaultRequestHandlerManager
-
- start() - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyHttpServer
-
- start() - Method in class org.mule.runtime.module.http.internal.listener.grizzly.ResponseCompletionHandler
-
Start the sending the response asynchronously
- start() - Method in class org.mule.runtime.module.http.internal.listener.grizzly.ResponseStreamingCompletionHandler
-
- start() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
-
- start() - Method in class org.mule.runtime.module.http.internal.request.grizzly.GrizzlyHttpClient
-
- StaticResourceLoader - Class in org.mule.extension.http.internal
-
- StaticResourceLoader() - Constructor for class org.mule.extension.http.internal.StaticResourceLoader
-
- StaticResourceMessageProcessor - Class in org.mule.runtime.module.http.internal.component
-
A MessageProcessor that can be used by HTTP endpoints to serve static files from a directory on the filesystem.
- StaticResourceMessageProcessor() - Constructor for class org.mule.runtime.module.http.internal.component.StaticResourceMessageProcessor
-
- stop() - Method in class org.mule.extension.http.internal.listener.HttpListenerProvider
-
- stop() - Method in class org.mule.extension.http.internal.request.client.HttpExtensionClient
-
- stop() - Method in interface org.mule.runtime.module.http.api.listener.HttpListener
-
Stops this listener.
- stop() - Method in interface org.mule.runtime.module.http.api.listener.HttpListenerConfig
-
Stops listening for incoming request.
- stop() - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListener
-
- stop() - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListenerConfig
-
- stop() - Method in class org.mule.runtime.module.http.internal.listener.DefaultRequestHandlerManager
-
- stop() - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyHttpServer
-
- stop() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
-
- stop() - Method in class org.mule.runtime.module.http.internal.request.grizzly.GrizzlyHttpClient
-
- SuccessStatusCodeValidator - Class in org.mule.extension.http.api.request.validator
-
Response validator that allows specifying which status codes will be considered as successful.
- SuccessStatusCodeValidator() - Constructor for class org.mule.extension.http.api.request.validator.SuccessStatusCodeValidator
-
- SuccessStatusCodeValidator(String) - Constructor for class org.mule.extension.http.api.request.validator.SuccessStatusCodeValidator
-
- SuccessStatusCodeValidator - Class in org.mule.runtime.module.http.internal.request
-
- SuccessStatusCodeValidator() - Constructor for class org.mule.runtime.module.http.internal.request.SuccessStatusCodeValidator
-
- SuccessStatusCodeValidator(String) - Constructor for class org.mule.runtime.module.http.internal.request.SuccessStatusCodeValidator
-
- supports(ComponentIdentifier) - Method in class org.mule.extension.http.api.policy.HttpListenerPolicyParametersTransformer
-
- supports(ComponentIdentifier) - Method in class org.mule.extension.http.api.policy.HttpPolicyRequestParametersTransformer
-
- supportsAsynchronousProcessing() - Method in class org.mule.runtime.module.http.internal.listener.HttpMessageProcessContext
-
- supportsOperationIdentifier(ComponentIdentifier) - Method in class org.mule.extension.http.api.policy.HttpRequestPolicyPointcutParametersFactory
-
- supportsSourceIdentifier(ComponentIdentifier) - Method in class org.mule.extension.http.api.policy.HttpListenerPolicyPointcutParametersFactory
-
- supportsUrl(String) - Method in class org.mule.runtime.module.http.internal.request.client.HttpConnectorMessageProcessorProvider
-
- validate(Result<Object, HttpResponseAttributes>) - Method in class org.mule.extension.http.api.request.validator.FailureStatusCodeValidator
-
- validate(Result<Object, HttpResponseAttributes>) - Method in interface org.mule.extension.http.api.request.validator.ResponseValidator
-
Validates whether an HTTP response result should be accepted or not, failing in that case.
- validate(Result<Object, HttpResponseAttributes>) - Method in class org.mule.extension.http.api.request.validator.SuccessStatusCodeValidator
-
- validate(HttpServer) - Method in class org.mule.extension.http.internal.listener.HttpListenerProvider
-
- validate(HttpExtensionClient) - Method in class org.mule.extension.http.internal.request.HttpRequesterProvider
-
- validate(Event) - Method in class org.mule.runtime.module.http.internal.request.FailureStatusCodeValidator
-
- validate(Event) - Method in interface org.mule.runtime.module.http.internal.request.ResponseValidator
-
- validate(Event) - Method in class org.mule.runtime.module.http.internal.request.SuccessStatusCodeValidator
-
- valueOf(String) - Static method in enum org.mule.extension.http.api.error.HttpError
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mule.extension.http.api.HttpMetadataKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mule.extension.http.api.HttpSendBodyMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mule.extension.http.api.HttpStreamingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mule.runtime.module.http.api.requester.HttpSendBodyMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mule.runtime.module.http.api.requester.HttpStreamingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mule.runtime.module.http.internal.HttpMessageLogger.LoggerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.mule.runtime.module.http.internal.HttpParamType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.mule.extension.http.api.error.HttpError
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mule.extension.http.api.HttpMetadataKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mule.extension.http.api.HttpSendBodyMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mule.extension.http.api.HttpStreamingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.mule.runtime.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.runtime.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.runtime.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.runtime.module.http.internal.HttpParamType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VARY - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
- VIA - Static variable in class org.mule.extension.http.api.HttpHeaders.Names