Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W X 

A

ACCEPT - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
ACCEPT_CHARSET - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
ACCEPT_ENCODING - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
ACCEPT_LANGUAGE - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
ACCEPT_PATCH - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
ACCEPT_RANGES - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
AcceptsAllMethodsRequestMatcher - Class in org.mule.runtime.module.http.internal.listener.matcher
Accepts all the http methods
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
ACCESS_CONTROL_ALLOW_METHODS - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
ACCESS_CONTROL_MAX_AGE - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
ACCESS_CONTROL_REQUEST_METHOD - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
addChildPathMap(String, HttpListenerRegistry.PathMap) - Method in class org.mule.runtime.module.http.internal.listener.HttpListenerRegistry.PathMap
 
addContentType(String) - Method in class org.mule.runtime.module.http.internal.listener.HttpResponseHeaderBuilder
 
addExecutor(ServerAddress, Supplier<ExecutorService>) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.WorkManagerSourceExecutorProvider
Adds an Executor to be used when a request is made to a ServerAddress
addFilterForAddress(ServerAddress, F) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyAddressDelegateFilter
Adds a new Filter for a particular Server address
addHeader(String, String) - Method in class org.mule.runtime.module.http.internal.HttpMessageBuilder
 
addHeader(String, Object) - Method in class org.mule.runtime.module.http.internal.listener.HttpResponseHeaderBuilder
 
addPropertiesTo(Map<String, Serializable>) - Method in class org.mule.runtime.module.http.internal.listener.HttpMessagePropertiesResolver
 
addRequestHandler(Collection<String>, String, RequestHandler) - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListenerConfig
 
addRequestHandler(String, RequestHandler) - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListenerConfig
 
addRequestHandler(Collection<String>, String, RequestHandler) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyHttpServer
 
addRequestHandler(String, RequestHandler) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyHttpServer
 
addRequestHandler(HttpServer, RequestHandler, PathAndMethodRequestMatcher) - Method in class org.mule.runtime.module.http.internal.listener.HttpListenerRegistry
 
addRequestHandler(PathAndMethodRequestMatcher, RequestHandler) - Method in class org.mule.runtime.module.http.internal.listener.HttpListenerRegistry.ServerAddressRequestHandlerRegistry
 
addRequestHandlerMatcherPair(HttpListenerRegistry.RequestHandlerMatcherPair) - Method in class org.mule.runtime.module.http.internal.listener.HttpListenerRegistry.PathMap
 
addTransportCustomizer(TransportCustomizer) - Method in class org.mule.runtime.module.http.internal.request.grizzly.CompositeTransportCustomizer
 
addWildcardRequestHandler(HttpListenerRegistry.RequestHandlerMatcherPair) - Method in class org.mule.runtime.module.http.internal.listener.HttpListenerRegistry.PathMap
 
AGE - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
ALLOW - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
ANY_PATH - Static variable in class org.mule.runtime.module.http.internal.component.StaticResourceMessageProcessor
 
API_SPECIFICATION - Static variable in interface org.mule.extension.http.internal.HttpConnectorConstants
 
APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class org.mule.extension.http.api.HttpHeaders.Values
ATTACHMENT - Static variable in class org.mule.runtime.module.http.internal.multipart.HttpMultipartEncoder
 
ATTRIBUTE_NAME - Static variable in class org.mule.runtime.module.http.internal.config.SecurityFilterDefinitionParser
 
authenticate(AuthenticationHandler) - Method in class org.mule.extension.http.api.listener.HttpBasicAuthenticationFilter
Authenticates an HTTP message based on the provided HttpRequestAttributes.
authenticate(HttpRequestBuilder) - Method in interface org.mule.extension.http.api.request.authentication.HttpAuthentication
Adds authentication information to the request.
authenticate(HttpRequestBuilder) - Method in class org.mule.extension.http.api.request.authentication.UsernamePasswordAuthentication
 
authenticate(Event, HttpRequestBuilder) - Method in interface org.mule.runtime.module.http.api.HttpAuthentication
Adds authentication information to the request.
authenticate(Event, HttpRequestBuilder) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpAuthentication
 
AUTHENTICATION - Static variable in interface org.mule.extension.http.internal.HttpConnectorConstants
 
AUTHORIZATION - Static variable in class org.mule.extension.http.api.HttpHeaders.Names

B

BASE64 - Static variable in class org.mule.extension.http.api.HttpHeaders.Values
BaseHttpRequestAttributes - Class in org.mule.extension.http.api
Common parts of all http request attributes.
BaseHttpRequestAttributes(ParameterMap, ParameterMap, ParameterMap, String) - Constructor for class org.mule.extension.http.api.BaseHttpRequestAttributes
 
BaseResponseCompletionHandler - Class in org.mule.runtime.module.http.internal.listener.grizzly
 
BaseResponseCompletionHandler() - Constructor for class org.mule.runtime.module.http.internal.listener.grizzly.BaseResponseCompletionHandler
 
BasicAuthentication - Class in org.mule.extension.http.api.request.authentication
Configures basic authentication for the requests.
BasicAuthentication() - Constructor for class org.mule.extension.http.api.request.authentication.BasicAuthentication
 
BasicAuthenticationBuilder - Class in org.mule.runtime.module.http.api.requester.authentication
Builder for HTTP basic authentication credentials
BasicAuthenticationBuilder(MuleContext) - Constructor for class org.mule.runtime.module.http.api.requester.authentication.BasicAuthenticationBuilder
 
BasicSecurityErrorTypeProvider - Class in org.mule.extension.http.internal
BasicSecurityErrorTypeProvider() - Constructor for class org.mule.extension.http.internal.BasicSecurityErrorTypeProvider
 
basicSecurityFilter(HttpBasicAuthenticationFilter, AuthenticationHandler) - Method in class org.mule.extension.http.internal.HttpOperations
Authenticates received HTTP requests.
BasicUnauthorisedException - Exception in org.mule.runtime.module.http.internal.filter
 
BasicUnauthorisedException(I18nMessage, Message) - Constructor for exception org.mule.runtime.module.http.internal.filter.BasicUnauthorisedException
 
BasicUnauthorisedException(I18nMessage, Throwable, Message) - Constructor for exception org.mule.runtime.module.http.internal.filter.BasicUnauthorisedException
 
BasicUnauthorisedException(Event, SecurityContext, SecurityFilter) - Constructor for exception org.mule.runtime.module.http.internal.filter.BasicUnauthorisedException
 
BasicUnauthorisedException(SecurityContext, String, String, Message) - Constructor for exception org.mule.runtime.module.http.internal.filter.BasicUnauthorisedException
 
belongs(int) - Method in class org.mule.extension.http.api.request.validator.RangeStatusCodeValidator
 
belongs(int) - Method in class org.mule.runtime.module.http.internal.request.RangeStatusCodeValidator
 
BINARY - Static variable in class org.mule.extension.http.api.HttpHeaders.Values
BlockingTransferInputStream - Class in org.mule.runtime.module.http.internal.listener.grizzly
InputStream to be used when the HTTP request has Transfer-Encoding: chunked or the content is not fully provided because the message is too large.
BlockingTransferInputStream(FilterChainContext, InputStream) - Constructor for class org.mule.runtime.module.http.internal.listener.grizzly.BlockingTransferInputStream
 
BOUNDARY - Static variable in class org.mule.extension.http.api.HttpHeaders.Values
build() - Method in class org.mule.extension.http.internal.listener.HttpRequestAttributesBuilder
 
build() - Method in class org.mule.extension.http.internal.request.builder.HttpResponseAttributesBuilder
 
build() - Method in class org.mule.extension.http.internal.request.HttpRequester.Builder
 
build() - Method in class org.mule.runtime.module.http.api.client.HttpRequestOptionsBuilder
 
build() - Method in class org.mule.runtime.module.http.api.listener.HttpListenerBuilder
 
build() - Method in class org.mule.runtime.module.http.api.requester.authentication.BasicAuthenticationBuilder
 
build() - Method in class org.mule.runtime.module.http.api.requester.HttpRequesterConfigBuilder
Builder the request config and initializes it.
build() - Method in class org.mule.runtime.module.http.internal.listener.HttpListenerConfigBuilder
 
build(HttpResponseBuilder, Event) - Method in class org.mule.runtime.module.http.internal.listener.HttpResponseBuilder
 
build() - Method in class org.mule.runtime.module.http.internal.listener.HttpThrottlingHeadersMapBuilder
 
build() - Method in class org.mule.runtime.module.http.internal.request.client.HttpRequesterBuilder
 
build() - Method in class org.mule.runtime.module.http.internal.request.HttpClientConfiguration.Builder
 
Builder() - Constructor for class org.mule.extension.http.internal.request.HttpRequester.Builder
 
Builder() - Constructor for class org.mule.runtime.module.http.internal.request.HttpClientConfiguration.Builder
 
buildErrorResponse() - Method in class org.mule.extension.http.internal.listener.HttpListener
 
buildErrorResponse() - Method in class org.mule.extension.http.internal.listener.HttpListenerResponseSender
 
buildErrorResponse() - Method in class org.mule.runtime.module.http.internal.listener.HttpMessageProcessorTemplate
 
buildHttpResponsePacket(HttpRequestPacket, HttpResponse) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.BaseResponseCompletionHandler
 
buildMessageProcessor(RequestCacheKey) - Method in class org.mule.runtime.module.http.internal.request.client.HttpConnectorMessageProcessorProvider
 
buildPath(String, String) - Method in class org.mule.extension.http.internal.request.HttpRequestOperations
 
buildPath(String, String) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
 
buildProxy(ProxyConfig) - Method in class org.mule.runtime.module.http.internal.request.grizzly.GrizzlyHttpClient
 
buildRequestAuthentication() - Method in class org.mule.extension.http.api.request.authentication.BasicAuthentication
 
buildRequestAuthentication() - Method in class org.mule.extension.http.api.request.authentication.DigestAuthentication
 
buildRequestAuthentication() - Method in class org.mule.extension.http.api.request.authentication.NtlmAuthentication
 
buildRequestAuthentication() - Method in class org.mule.extension.http.api.request.authentication.UsernamePasswordAuthentication
 
buildResponse(HttpListenerResponseBuilder, boolean) - Method in class org.mule.extension.http.internal.listener.HttpListener
 
buildResponse(HttpListenerResponseBuilder, boolean) - Method in class org.mule.extension.http.internal.listener.HttpListenerResponseSender
 
buildResponse(Event, HttpResponseBuilder, ResponseCompletionCallback) - Method in class org.mule.runtime.module.http.internal.listener.HttpMessageProcessorTemplate
 
buildResponseContent(HttpResponse) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.ResponseCompletionHandler
 
BYTES - Static variable in class org.mule.extension.http.api.HttpHeaders.Values

C

CACHE_CONTROL - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
cancelled() - Method in class org.mule.runtime.module.http.internal.listener.grizzly.BaseResponseCompletionHandler
 
cancelled() - Method in class org.mule.runtime.module.http.internal.listener.grizzly.ResponseCompletionHandler
The method will be called, when http message transferring was canceled
cancelled() - Method in class org.mule.runtime.module.http.internal.listener.grizzly.ResponseStreamingCompletionHandler
The method will be called, when file transferring was canceled
CHARSET - Static variable in class org.mule.extension.http.api.HttpHeaders.Values
CHUNKED - Static variable in class org.mule.extension.http.api.HttpHeaders.Values
CLOSE - Static variable in class org.mule.extension.http.api.HttpHeaders.Values
completed(WriteResult) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.ResponseCompletionHandler
Method gets called, when the message part was successfully sent.
completed(WriteResult) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.ResponseStreamingCompletionHandler
Method gets called, when file chunk was successfully sent.
CompositeTransportCustomizer - Class in org.mule.runtime.module.http.internal.request.grizzly
 
CompositeTransportCustomizer() - Constructor for class org.mule.runtime.module.http.internal.request.grizzly.CompositeTransportCustomizer
 
COMPRESS - Static variable in class org.mule.extension.http.api.HttpHeaders.Values
CONFIGURATION_OVERRIDES - Static variable in interface org.mule.extension.http.internal.HttpConnectorConstants
 
ConfigurationOverrides - Class in org.mule.extension.http.internal.listener
 
ConfigurationOverrides() - Constructor for class org.mule.extension.http.internal.listener.ConfigurationOverrides
 
ConfigurationOverrides - Class in org.mule.extension.http.internal.request
Group which holds operation parameters which overrides config settings
ConfigurationOverrides() - Constructor for class org.mule.extension.http.internal.request.ConfigurationOverrides
 
configure(RequestBuilder) - Method in interface org.mule.runtime.module.http.internal.request.grizzly.GrizzlyHttpClient.RequestConfigurer
 
connect() - Method in class org.mule.extension.http.internal.listener.HttpListenerProvider
 
connect() - Method in class org.mule.extension.http.internal.request.HttpRequesterProvider
 
CONNECTION - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
ConnectionParams() - Constructor for class org.mule.extension.http.internal.listener.HttpListenerProvider.ConnectionParams
 
containsKey(Object) - Method in class org.mule.runtime.module.http.internal.listener.ServerAddressMap
 
containsServerFor(ServerAddress) - Method in class org.mule.runtime.module.http.api.HttpListenerConnectionManager
 
containsServerFor(ServerAddress) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyServerManager
 
containsServerFor(ServerAddress) - Method in interface org.mule.runtime.module.http.internal.listener.HttpServerManager
 
CONTENT_BASE - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
CONTENT_DISPOSITION - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
CONTENT_ENCODING - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
CONTENT_LANGUAGE - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
CONTENT_LENGTH - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
CONTENT_LOCATION - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
CONTENT_MD5 - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
CONTENT_RANGE - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
CONTENT_TRANSFER_ENCODING - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
CONTENT_TYPE - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
CONTINUE - Static variable in class org.mule.extension.http.api.HttpHeaders.Values
convert(MediaType, HttpResponse, String) - Method in class org.mule.extension.http.internal.request.HttpResponseToResult
 
convert(Event, HttpResponse, String) - Method in class org.mule.runtime.module.http.internal.request.HttpResponseToMuleEvent
 
COOKIE - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
create(HttpResponseBuilder, HttpListenerResponseBuilder, boolean) - Method in class org.mule.extension.http.internal.listener.HttpResponseFactory
Creates an .
create(String, HttpClientConfiguration) - Method in class org.mule.extension.http.internal.request.HttpRequesterConnectionManager
Creates an HttpClient associated with the given configuration name.
create(HttpRequesterRequestBuilder, HttpAuthentication, MuleContext) - Method in class org.mule.extension.http.internal.request.HttpRequestFactory
Creates an .
create(HttpClientConfiguration) - Method in interface org.mule.runtime.module.http.internal.request.HttpClientFactory
 
create(Event, String, String) - Method in class org.mule.runtime.module.http.internal.request.MuleEventToHttpRequest
 
createContext(Connection, FilterChainContext.Operation) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyAddressDelegateFilter
 
createFrom(Map<String, DataHandler>) - Static method in class org.mule.runtime.module.http.internal.multipart.HttpPartDataSource
 
createFrom(MultiPartPayload, Transformer) - Static method in class org.mule.runtime.module.http.internal.multipart.HttpPartDataSource
 
createMultiPart(InternalMessage) - Method in class org.mule.runtime.module.http.internal.request.MuleEventToHttpRequest
 
createMultipartContent(MultipartHttpEntity, String) - Static method in class org.mule.runtime.module.http.internal.multipart.HttpMultipartEncoder
 
createMultpartContent(MultipartHttpEntity, String) - Static method in class org.mule.runtime.module.http.internal.multipart.HttpMultipartEncoder
 
createPolicyPointcutParameters(String, ComponentIdentifier, Attributes) - Method in class org.mule.extension.http.api.policy.HttpListenerPolicyPointcutParametersFactory
 
createPolicyPointcutParameters(String, ComponentIdentifier, Map<String, Object>) - Method in class org.mule.extension.http.api.policy.HttpRequestPolicyPointcutParametersFactory
 
createRequestBuilder(HttpRequest, GrizzlyHttpClient.RequestConfigurer) - Method in class org.mule.runtime.module.http.internal.request.grizzly.GrizzlyHttpClient
 
createResult(HttpRequestContext) - Method in interface org.mule.extension.http.internal.listener.server.ModuleRequestHandler
 
createServer(ServerAddress, Supplier<Scheduler>, boolean, int) - Method in class org.mule.runtime.module.http.api.HttpListenerConnectionManager
 
createServerFor(ServerAddress, Supplier<Scheduler>, boolean, int) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyServerManager
 
createServerFor(ServerAddress, Supplier<Scheduler>, boolean, int) - Method in interface org.mule.runtime.module.http.internal.listener.HttpServerManager
 
createSslServer(ServerAddress, Supplier<Scheduler>, TlsContextFactory, boolean, int) - Method in class org.mule.runtime.module.http.api.HttpListenerConnectionManager
 
createSslServerFor(TlsContextFactory, Supplier<Scheduler>, ServerAddress, boolean, int) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyServerManager
 
createSslServerFor(TlsContextFactory, Supplier<Scheduler>, ServerAddress, boolean, int) - Method in interface org.mule.runtime.module.http.internal.listener.HttpServerManager
 
customize(TCPNIOTransport, FilterChainBuilder) - Method in class org.mule.runtime.module.http.internal.request.grizzly.CompositeTransportCustomizer
 
customize(TCPNIOTransport, FilterChainBuilder) - Method in class org.mule.runtime.module.http.internal.request.grizzly.IOStrategyTransportCustomizer
 
customize(TCPNIOTransport, FilterChainBuilder) - Method in class org.mule.runtime.module.http.internal.request.grizzly.LoggerTransportCustomizer
 
customize(TCPNIOTransport, FilterChainBuilder) - Method in class org.mule.runtime.module.http.internal.request.grizzly.SocketConfigTransportCustomizer
 
CustomTimeoutThrottleRequestFilter - Class in org.mule.runtime.module.http.internal.request.grizzly
A RequestFilter that throttles requests and blocks when the number of permits is reached, waiting for the response to arrive before executing the next request.
CustomTimeoutThrottleRequestFilter(int) - Constructor for class org.mule.runtime.module.http.internal.request.grizzly.CustomTimeoutThrottleRequestFilter
 

D

DATE - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
DEFAULT_CONNECTION_IDLE_TIMEOUT - Static variable in class org.mule.runtime.module.http.internal.listener.DefaultHttpListenerConfig
 
DEFAULT_EMPTY_BODY_METHODS - Static variable in class org.mule.extension.http.internal.request.HttpRequestFactory
 
DEFAULT_EMPTY_BODY_METHODS - Static variable in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
 
DEFAULT_FOLLOW_REDIRECTS - Static variable in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
 
DEFAULT_HTTP_REQUEST_CONFIG_NAME - Static variable in class org.mule.runtime.module.http.internal.request.client.HttpRequesterBuilder
 
DEFAULT_MAX_THREADS - Static variable in class org.mule.runtime.module.http.internal.listener.DefaultHttpListenerConfig
 
DEFAULT_MIME_TYPE - Static variable in class org.mule.runtime.module.http.internal.component.StaticResourceMessageProcessor
 
DEFAULT_PAYLOAD_EXPRESSION - Static variable in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
 
DefaultClientConnection - Class in org.mule.runtime.module.http.internal.domain.request
Provides information about the client connection
DefaultClientConnection(InetSocketAddress) - Constructor for class org.mule.runtime.module.http.internal.domain.request.DefaultClientConnection
 
DefaultClientConnection(SSLSession, InetSocketAddress) - Constructor for class org.mule.runtime.module.http.internal.domain.request.DefaultClientConnection
 
DefaultHttpAuthentication - Class in org.mule.runtime.module.http.internal.request
 
DefaultHttpAuthentication(HttpAuthenticationType) - Constructor for class org.mule.runtime.module.http.internal.request.DefaultHttpAuthentication
 
DefaultHttpListener - Class in org.mule.runtime.module.http.internal.listener
 
DefaultHttpListener() - Constructor for class org.mule.runtime.module.http.internal.listener.DefaultHttpListener
 
DefaultHttpListenerConfig - Class in org.mule.runtime.module.http.internal.listener
 
DefaultHttpListenerConfig() - Constructor for class org.mule.runtime.module.http.internal.listener.DefaultHttpListenerConfig
 
DefaultHttpRequestContext - Class in org.mule.runtime.module.http.internal.domain.request
Holds the input from an http request.
DefaultHttpRequestContext(HttpRequest, DefaultClientConnection, String) - Constructor for class org.mule.runtime.module.http.internal.domain.request.DefaultHttpRequestContext
 
DefaultHttpRequester - Class in org.mule.runtime.module.http.internal.request
 
DefaultHttpRequester() - Constructor for class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
 
DefaultHttpRequesterConfig - Class in org.mule.runtime.module.http.internal.request
 
DefaultHttpRequesterConfig() - Constructor for class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
 
DefaultHttpRequestOptions - Class in org.mule.runtime.module.http.internal.request.client
Default implementation for HttpRequestOptions
DefaultHttpRequestOptions(String, Boolean, HttpStreamingType, HttpRequesterConfig, boolean, boolean, TlsContextFactory, Long) - Constructor for class org.mule.runtime.module.http.internal.request.client.DefaultHttpRequestOptions
 
DefaultMethodRequestMatcher - Class in org.mule.runtime.module.http.internal.listener.matcher
Request matcher for http methods.
DefaultMethodRequestMatcher(HttpConstants.Method...) - Constructor for class org.mule.runtime.module.http.internal.listener.matcher.DefaultMethodRequestMatcher
The list of methods accepted by this matcher
DefaultMethodRequestMatcher(String...) - Constructor for class org.mule.runtime.module.http.internal.listener.matcher.DefaultMethodRequestMatcher
The list of methods accepted by this matcher
DefaultNtlmProxyConfig - Class in org.mule.extension.http.api.request.proxy
A Proxy configuration for NTLM authentication proxies.
DefaultNtlmProxyConfig() - Constructor for class org.mule.extension.http.api.request.proxy.DefaultNtlmProxyConfig
 
DefaultProxyConfig - Class in org.mule.extension.http.api.request.proxy
Basic HTTP Proxy configuration based on host and port, and optionally a username and password for proxy authentication.
DefaultProxyConfig() - Constructor for class org.mule.extension.http.api.request.proxy.DefaultProxyConfig
 
DefaultProxyConfig - Class in org.mule.runtime.module.http.internal.request
Basic HTTP Proxy configuration based on host and port, and optionally a username and password for proxy authentication.
DefaultProxyConfig() - Constructor for class org.mule.runtime.module.http.internal.request.DefaultProxyConfig
 
DefaultRequestHandlerManager - Class in org.mule.runtime.module.http.internal.listener
 
DefaultRequestHandlerManager(HttpListenerRegistry.PathMap, HttpListenerRegistry.RequestHandlerMatcherPair) - Constructor for class org.mule.runtime.module.http.internal.listener.DefaultRequestHandlerManager
 
DefaultServerAddress - Class in org.mule.runtime.module.http.internal.listener
 
DefaultServerAddress(String, int) - Constructor for class org.mule.runtime.module.http.internal.listener.DefaultServerAddress
 
DefaultUriParameters - Class in org.mule.extension.http.internal.request.client
Default implementation of UriParameters.
DefaultUriParameters(HttpConstants.Protocols, String, Integer) - Constructor for class org.mule.extension.http.internal.request.client.DefaultUriParameters
 
DEFLATE - Static variable in class org.mule.extension.http.api.HttpHeaders.Values
DigestAuthentication - Class in org.mule.extension.http.api.request.authentication
Configures digest authentication for the requests.
DigestAuthentication() - Constructor for class org.mule.extension.http.api.request.authentication.DigestAuthentication
 
disableFollowsRedirect() - Method in class org.mule.runtime.module.http.api.client.HttpRequestOptionsBuilder
Configures the requester to not follow redirects
disableFollowsRedirect() - Method in interface org.mule.runtime.module.http.api.requester.HttpRequestOperationConfig
Configures the requester to not follow redirects
disableFollowsRedirect() - Method in class org.mule.runtime.module.http.internal.request.client.HttpRequesterBuilder
 
disableParseResponse() - Method in class org.mule.runtime.module.http.api.client.HttpRequestOptionsBuilder
 
disableParseResponse() - Method in interface org.mule.runtime.module.http.api.requester.HttpRequestOperationConfig
Disables the http response parsing
disableParseResponse() - Method in class org.mule.runtime.module.http.internal.request.client.HttpRequesterBuilder
 
disableStatusCodeValidation() - Method in class org.mule.runtime.module.http.api.client.HttpRequestOptionsBuilder
Disables the status code validation for the response
disableStatusCodeValidation() - Method in interface org.mule.runtime.module.http.api.requester.HttpRequestOperationConfig
Disables the status code validation for the response
disableStatusCodeValidation() - Method in class org.mule.runtime.module.http.internal.request.client.HttpRequesterBuilder
 
discardMessageOnThrottlingExceeded() - Method in class org.mule.runtime.module.http.internal.listener.HttpMessageProcessorTemplate
 
disconnect(HttpServer) - Method in class org.mule.extension.http.internal.listener.HttpListenerProvider
 
disconnect(HttpExtensionClient) - Method in class org.mule.extension.http.internal.request.HttpRequesterProvider
 
dispose() - Method in class org.mule.extension.http.internal.listener.HttpListenerProvider
 
dispose() - Method in class org.mule.extension.http.internal.request.HttpRequesterConnectionManager
 
dispose() - Method in class org.mule.extension.http.internal.request.HttpRequesterProvider
 
dispose() - Method in class org.mule.extension.http.internal.request.HttpRequestOperations
 
dispose() - Method in class org.mule.runtime.module.http.api.HttpListenerConnectionManager
 
dispose() - Method in interface org.mule.runtime.module.http.api.listener.HttpListener
Get rid of this listener.
dispose() - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListener
 
dispose() - Method in class org.mule.runtime.module.http.internal.listener.DefaultRequestHandlerManager
 
dispose() - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyHttpServer
 
dispose() - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyServerManager
 
dispose() - Method in interface org.mule.runtime.module.http.internal.listener.HttpServerManager
Frees all the resource hold by the server manager.
doBuildResponse(HttpResponseBuilder, HttpListenerResponseBuilder, boolean) - Method in class org.mule.extension.http.internal.listener.HttpListener
 
doBuildResponse(HttpResponseBuilder, HttpListenerResponseBuilder, boolean) - Method in class org.mule.extension.http.internal.listener.HttpListenerResponseSender
 
doBuildResponse(Event, HttpResponseBuilder, ResponseCompletionCallback) - Method in class org.mule.runtime.module.http.internal.listener.HttpMessageProcessorTemplate
 
doConfigureProxy(AsyncHttpClientConfig.Builder, ProxyConfig) - Method in class org.mule.runtime.module.http.internal.request.grizzly.GrizzlyHttpClient
 
doRequest(HttpExtensionClient, HttpRequesterRequestBuilder, boolean, MuleContext, CompletionCallback<Object, HttpResponseAttributes>) - Method in class org.mule.extension.http.internal.request.HttpRequester
 

E

emptyInstance(MuleContext) - Static method in class org.mule.runtime.module.http.internal.listener.HttpResponseBuilder
 
enableFollowsRedirect() - Method in class org.mule.runtime.module.http.api.client.HttpRequestOptionsBuilder
Configures the requester to follows redirects
enableFollowsRedirect() - Method in interface org.mule.runtime.module.http.api.requester.HttpRequestOperationConfig
Configures the requester to follows redirects
enableFollowsRedirect() - Method in class org.mule.runtime.module.http.internal.request.client.HttpRequesterBuilder
 
equals(Object) - Method in class org.mule.runtime.module.http.internal.listener.DefaultServerAddress
 
equals(Object) - Method in class org.mule.runtime.module.http.internal.listener.matcher.AcceptsAllMethodsRequestMatcher
 
equals(Object) - Method in class org.mule.runtime.module.http.internal.listener.matcher.DefaultMethodRequestMatcher
 
equals(Object) - Method in class org.mule.runtime.module.http.internal.listener.matcher.ListenerRequestMatcher
 
equals(Object) - Method in class org.mule.runtime.module.http.internal.request.client.DefaultHttpRequestOptions
 
ErrorRequestHandler - Class in org.mule.runtime.module.http.internal.listener
 
ErrorRequestHandler(int, String, String) - Constructor for class org.mule.runtime.module.http.internal.listener.ErrorRequestHandler
 
ETAG - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
exceptionOccurred(FilterChainContext, Throwable) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyAddressDelegateFilter
 
executeIoEvent(Connection, IOEvent, boolean) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.ExecutorPerServerAddressIOStrategy
 
ExecutorPerServerAddressIOStrategy - Class in org.mule.runtime.module.http.internal.listener.grizzly
Grizzly IO Strategy that will handle each work to an specific Executor based on the ServerAddress of a Connection.
ExecutorPerServerAddressIOStrategy(ExecutorProvider) - Constructor for class org.mule.runtime.module.http.internal.listener.grizzly.ExecutorPerServerAddressIOStrategy
 
ExecutorProvider - Interface in org.mule.runtime.module.http.internal.listener.grizzly
 
EXPECT - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
EXPIRES - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
extractPath(String) - Static method in class org.mule.runtime.module.http.internal.HttpParser
 
extractQueryParams(String) - Static method in class org.mule.runtime.module.http.internal.HttpParser
 

F

failed(Throwable) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.BaseResponseCompletionHandler
 
failed(Throwable) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.ResponseCompletionHandler
The method will be called, if http message transferring was failed.
failed(Throwable) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.ResponseStreamingCompletionHandler
The method will be called, if file transferring was failed.
FailureStatusCodeValidator - Class in org.mule.extension.http.api.request.validator
Response validator that allows specifying which status codes should be treated as failures.
FailureStatusCodeValidator() - Constructor for class org.mule.extension.http.api.request.validator.FailureStatusCodeValidator
 
FailureStatusCodeValidator - Class in org.mule.runtime.module.http.internal.request
 
FailureStatusCodeValidator() - Constructor for class org.mule.runtime.module.http.internal.request.FailureStatusCodeValidator
 
filter(FilterContext) - Method in class org.mule.runtime.module.http.internal.request.grizzly.CustomTimeoutThrottleRequestFilter
 
findRequestHandler(HttpRequest) - Method in class org.mule.runtime.module.http.internal.listener.HttpListenerRegistry.ServerAddressRequestHandlerRegistry
 
FROM - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
fromFailureResponseParametersToMessage(Map<String, Object>) - Method in class org.mule.extension.http.api.policy.HttpListenerPolicyParametersTransformer
 
fromMessageToErrorResponseParameters(Message) - Method in class org.mule.extension.http.api.policy.HttpListenerPolicyParametersTransformer
 
fromMessageToParameters(Message) - Method in class org.mule.extension.http.api.policy.HttpPolicyRequestParametersTransformer
 
fromMessageToSuccessResponseParameters(Message) - Method in class org.mule.extension.http.api.policy.HttpListenerPolicyParametersTransformer
 
fromParametersToMessage(Map<String, Object>) - Method in class org.mule.extension.http.api.policy.HttpPolicyRequestParametersTransformer
 
fromSuccessResponseParametersToMessage(Map<String, Object>) - Method in class org.mule.extension.http.api.policy.HttpListenerPolicyParametersTransformer
 

G

get() - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyHttpServer
 
get(Object) - Method in class org.mule.runtime.module.http.internal.listener.ServerAddressMap
 
getApiConfiguration() - Method in class org.mule.extension.http.internal.request.HttpRequesterConfig
 
getApiConfiguration() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
 
getAuthentication() - Method in class org.mule.extension.http.internal.request.HttpRequesterProvider
 
getAuthentication() - Method in interface org.mule.runtime.module.http.api.requester.HttpRequesterConfig
 
getAuthentication() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
 
getBasePath() - Method in class org.mule.extension.http.internal.request.HttpRequesterConfig
 
getBasePath() - Method in class org.mule.extension.http.internal.request.RequestUrlConfiguration
 
getBasePath() - Method in interface org.mule.runtime.module.http.api.requester.HttpRequesterConfig
 
getBasePath() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
 
getBaseRequestAuthentication(HttpAuthenticationType) - Method in class org.mule.extension.http.api.request.authentication.UsernamePasswordAuthentication
 
getBody() - Method in class org.mule.extension.http.api.HttpMessageBuilder
 
getCatchAllCurrentPathMap() - Method in class org.mule.runtime.module.http.internal.listener.HttpListenerRegistry.PathMap
 
getCatchAllPathMap() - Method in class org.mule.runtime.module.http.internal.listener.HttpListenerRegistry.PathMap
 
getCategoryName() - Method in class org.mule.extension.http.internal.HttpListenerMetadataResolver
 
getCategoryName() - Method in class org.mule.extension.http.internal.HttpRequestMetadataResolver
 
getChildPathMap(String, String) - Method in class org.mule.runtime.module.http.internal.listener.HttpListenerRegistry.PathMap
 
getClientCertificate() - Method in class org.mule.extension.http.api.HttpRequestAttributes
 
getClientCertificate() - Method in class org.mule.runtime.module.http.internal.domain.request.DefaultClientConnection
 
getClientConnection() - Method in class org.mule.runtime.module.http.internal.domain.request.DefaultHttpRequestContext
 
getClientSocketProperties() - Method in class org.mule.extension.http.internal.request.RequestConnectionParams
 
getClientSocketProperties() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
 
getClientSocketProperties() - Method in class org.mule.runtime.module.http.internal.request.HttpClientConfiguration
 
getConfig() - Method in interface org.mule.runtime.module.http.api.listener.HttpListener
 
getConfig() - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListener
 
getConfig() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
 
getConnectionIdleTimeout() - Method in class org.mule.extension.http.internal.listener.HttpListenerProvider.ConnectionParams
 
getConnectionIdleTimeout() - Method in class org.mule.extension.http.internal.request.RequestConnectionParams
 
getConnectionIdleTimeout() - Method in class org.mule.runtime.module.http.internal.request.HttpClientConfiguration
 
getConnectionParams() - Method in class org.mule.extension.http.internal.listener.HttpListenerProvider
 
getContent() - Method in class org.mule.runtime.module.http.internal.multipart.HttpPartDataSource
 
getContentLength() - Method in class org.mule.runtime.module.http.internal.listener.HttpResponseHeaderBuilder
 
getContentType() - Method in class org.mule.runtime.module.http.internal.listener.HttpResponseHeaderBuilder
 
getContentType() - Method in class org.mule.runtime.module.http.internal.multipart.HttpPartDataSource
 
getContentTypeSubType(String) - Static method in class org.mule.runtime.module.http.internal.HttpParser
Extracts the subtype from a content type
getCookieManager() - Method in class org.mule.extension.http.internal.request.HttpRequesterConfig
 
getCookieManager() - Method in interface org.mule.extension.http.internal.request.HttpRequesterCookieConfig
 
getCookieManager() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
 
getDebugInfo(Event) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
 
getDefaultAuthentication() - Method in class org.mule.extension.http.internal.request.client.HttpExtensionClient
 
getDefaultFile() - Method in class org.mule.runtime.module.http.internal.component.StaticResourceMessageProcessor
 
getDefaultUriParameters() - Method in class org.mule.extension.http.internal.request.client.HttpExtensionClient
Returns the default parameters for the HttpRequest URI.
getDelegate(Element, ParserContext) - Method in class org.mule.runtime.module.http.internal.config.HttpHeaderDefinitionParser
 
getDomain() - Method in class org.mule.extension.http.api.request.authentication.NtlmAuthentication
 
getDomain() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpAuthentication
 
getEntity() - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyHttpRequestAdapter
 
getErrorByCode(int) - Static method in enum org.mule.extension.http.api.error.HttpError
Returns the HttpError corresponding to a given status code.
getErrorMessage() - Method in exception org.mule.extension.http.api.request.validator.ResponseValidatorException
 
getErrorMessage() - Method in exception org.mule.runtime.module.http.internal.filter.BasicUnauthorisedException
 
getErrorTypeLocator() - Method in class org.mule.runtime.module.http.internal.listener.HttpMessageProcessContext
 
getErrorTypes() - Method in class org.mule.extension.http.internal.BasicSecurityErrorTypeProvider
 
getErrorTypes() - Method in class org.mule.extension.http.internal.LoadStaticResourceErrorTypeProvider
 
getErrorTypes() - Method in class org.mule.extension.http.internal.request.RequestErrorTypeProvider
 
getEvent() - Method in class org.mule.runtime.module.http.internal.listener.HttpMessageProcessorTemplate
 
getExceptionMessage(int) - Method in class org.mule.extension.http.api.request.validator.RangeStatusCodeValidator
 
getExecutionClassLoader() - Method in class org.mule.runtime.module.http.internal.listener.HttpMessageProcessContext
 
getExecutor(ServerAddress) - Method in interface org.mule.runtime.module.http.internal.listener.grizzly.ExecutorProvider
Provides an Executor for a ServerAddress
getExecutor(ServerAddress) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.WorkManagerSourceExecutorProvider
 
getExpression() - Method in class org.mule.runtime.module.http.internal.HttpMapParam
 
getFlowConstruct() - Method in class org.mule.runtime.module.http.internal.listener.HttpMessageProcessContext
 
getFlowExecutionExecutor() - Method in class org.mule.runtime.module.http.internal.listener.HttpMessageProcessContext
 
getFollowRedirects() - Method in class org.mule.extension.http.internal.request.ConfigurationOverrides
 
getFollowRedirects() - Method in class org.mule.extension.http.internal.request.HttpRequesterConfig
 
getFollowRedirects() - Method in class org.mule.extension.http.internal.request.RequestSettings
 
getFollowRedirects() - Method in interface org.mule.runtime.module.http.api.requester.HttpRequesterConfig
 
getFollowRedirects() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
 
getFullListenerPath(String) - Method in class org.mule.extension.http.internal.listener.server.HttpListenerConfig
 
getFullListenerPath(String) - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListenerConfig
 
getHeader(String) - Method in class org.mule.runtime.module.http.internal.listener.HttpResponseHeaderBuilder
 
getHeader(String) - Method in class org.mule.runtime.module.http.internal.multipart.HttpPartDataSource
 
getHeaderNames() - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyHttpRequestAdapter
 
getHeaderNames() - Method in class org.mule.runtime.module.http.internal.listener.HttpResponseHeaderBuilder
 
getHeaders() - Method in class org.mule.extension.http.api.HttpAttributes
 
getHeaders() - Method in class org.mule.extension.http.api.HttpMessageBuilder
 
getHeaders() - Method in class org.mule.extension.http.api.policy.HttpPolicyResponseAttributes
 
getHeaders(Event, MuleContext) - Method in class org.mule.runtime.module.http.internal.request.HttpRequesterRequestBuilder
 
getHeaderValue(String) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyHttpRequestAdapter
 
getHeaderValues(String) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyHttpRequestAdapter
 
getHost() - Method in interface org.mule.extension.http.api.request.client.UriParameters
 
getHost() - Method in class org.mule.extension.http.api.request.proxy.DefaultProxyConfig
 
getHost() - Method in class org.mule.extension.http.internal.listener.HttpListenerProvider.ConnectionParams
 
getHost() - Method in class org.mule.extension.http.internal.request.client.DefaultUriParameters
 
getHost() - Method in class org.mule.extension.http.internal.request.ConfigurationOverrides
 
getHost() - Method in class org.mule.extension.http.internal.request.RequestConnectionParams
 
getHost() - Method in interface org.mule.runtime.module.http.api.listener.HttpListenerConfig
 
getHost() - Method in interface org.mule.runtime.module.http.api.requester.HttpRequesterConfig
 
getHost() - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListenerConfig
 
getHost() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
 
getHost() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
 
getHost() - Method in class org.mule.runtime.module.http.internal.request.DefaultProxyConfig
 
getHttpClient() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
 
getHttpStatus(HttpError) - Static method in enum org.mule.extension.http.api.error.HttpError
Returns an HttpConstants.HttpStatus corresponding to a given HttpError.
getHttpVersion() - Method in class org.mule.extension.http.internal.listener.HttpResponseContext
 
getInputStream() - Method in class org.mule.runtime.module.http.internal.multipart.HttpPartDataSource
 
getInputStreamEntity() - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyHttpRequestAdapter
 
getInstance() - Static method in class org.mule.runtime.module.http.internal.listener.NoListenerRequestHandler
 
getInstance() - Static method in class org.mule.runtime.module.http.internal.listener.NoMethodRequestHandler
 
getInstance() - Static method in class org.mule.runtime.module.http.internal.listener.ServiceTemporarilyUnavailableListenerRequestHandler
 
getInterpretRequestErrors() - Method in class org.mule.extension.http.internal.listener.ConfigurationOverrides
 
getIp() - Method in class org.mule.runtime.module.http.internal.listener.DefaultServerAddress
 
getLastChildPathMap(String) - Method in class org.mule.runtime.module.http.internal.listener.HttpListenerRegistry.PathMap
 
getListenerPath() - Method in class org.mule.extension.http.api.HttpRequestAttributes
 
getLocation() - Method in class org.mule.extension.http.api.request.RamlApiConfiguration
 
getLocation() - Method in class org.mule.runtime.module.http.internal.request.RamlApiConfiguration
 
getMaxConnections() - Method in class org.mule.extension.http.internal.request.RequestConnectionParams
 
getMaxConnections() - Method in class org.mule.runtime.module.http.internal.request.HttpClientConfiguration
 
getMediaType(String, Charset) - Static method in class org.mule.runtime.module.http.internal.util.HttpToMuleMessage
 
getMessageSource() - Method in class org.mule.runtime.module.http.internal.listener.HttpMessageProcessContext
 
getMethod() - Method in class org.mule.extension.http.api.HttpRequestAttributes
 
getMethod() - Method in class org.mule.extension.http.api.policy.HttpListenerPolicyPointcutParameters
 
getMethod() - Method in class org.mule.extension.http.api.policy.HttpRequestPolicyPointcutParameters
 
getMethod() - Method in interface org.mule.runtime.module.http.api.client.HttpRequestOptions
 
getMethod() - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyHttpRequestAdapter
 
getMethod() - Method in class org.mule.runtime.module.http.internal.request.client.DefaultHttpRequestOptions
 
getMethod() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
 
getMethodRequestMatcher() - Method in class org.mule.runtime.module.http.internal.listener.matcher.ListenerRequestMatcher
 
getMethods() - Method in class org.mule.runtime.module.http.internal.listener.matcher.DefaultMethodRequestMatcher
 
getMethodsListRepresentation(List<String>) - Static method in class org.mule.runtime.module.http.internal.listener.matcher.DefaultMethodRequestMatcher
 
getMuleContext() - Method in class org.mule.extension.http.internal.request.HttpRequesterConfig
 
getMuleContext() - Method in class org.mule.runtime.module.http.internal.listener.HttpResponseBuilder
 
getName() - Method in class org.mule.runtime.module.http.internal.HttpMessageBuilder
 
getName() - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListenerConfig
 
getName() - Method in class org.mule.runtime.module.http.internal.multipart.HttpPartDataSource
 
getName() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
 
getName() - Method in class org.mule.runtime.module.http.internal.request.DefaultProxyConfig
 
getNtlmDomain() - Method in class org.mule.extension.http.api.request.proxy.DefaultNtlmProxyConfig
 
getNtlmDomain() - Method in class org.mule.runtime.module.http.internal.request.NtlmProxyConfig
 
getOutputStream() - Method in class org.mule.runtime.module.http.internal.multipart.HttpPartDataSource
 
getOutputType(MetadataContext, Object) - Method in class org.mule.extension.http.internal.HttpListenerMetadataResolver
 
getOutputType(MetadataContext, HttpMetadataKey) - Method in class org.mule.extension.http.internal.HttpRequestMetadataResolver
 
getOutputType() - Method in class org.mule.extension.http.internal.request.OutputSettings
 
getOwnerName() - Method in class org.mule.runtime.module.http.internal.request.HttpClientConfiguration
 
getParent() - Method in enum org.mule.extension.http.api.error.HttpError
 
getParseRequest() - Method in class org.mule.extension.http.internal.listener.ConfigurationOverrides
 
getParseRequest() - Method in class org.mule.extension.http.internal.listener.HttpListener
 
getParseResponse() - Method in class org.mule.extension.http.internal.request.ConfigurationOverrides
 
getParseResponse() - Method in class org.mule.extension.http.internal.request.HttpRequesterConfig
 
getParseResponse() - Method in class org.mule.extension.http.internal.request.ResponseSettings
 
getParseResponse() - Method in interface org.mule.runtime.module.http.api.requester.HttpRequesterConfig
 
getParseResponse() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
 
getPart() - Method in class org.mule.runtime.module.http.internal.multipart.HttpPartDataSource
 
getPassword() - Method in class org.mule.extension.http.api.request.proxy.DefaultProxyConfig
 
getPassword() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpAuthentication
 
getPassword() - Method in class org.mule.runtime.module.http.internal.request.DefaultProxyConfig
 
getPath() - Method in class org.mule.extension.http.api.policy.HttpListenerPolicyPointcutParameters
 
getPath() - Method in class org.mule.extension.http.api.policy.HttpRequestPolicyPointcutParameters
 
getPath() - Method in interface org.mule.runtime.module.http.api.listener.HttpListener
 
getPath() - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListener
 
getPath() - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyHttpRequestAdapter
 
getPath() - Method in class org.mule.runtime.module.http.internal.listener.matcher.ListenerRequestMatcher
 
getPath() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
 
getPort() - Method in interface org.mule.extension.http.api.request.client.UriParameters
 
getPort() - Method in class org.mule.extension.http.api.request.proxy.DefaultProxyConfig
 
getPort() - Method in class org.mule.extension.http.internal.listener.HttpListenerProvider.ConnectionParams
 
getPort() - Method in class org.mule.extension.http.internal.request.client.DefaultUriParameters
 
getPort() - Method in class org.mule.extension.http.internal.request.ConfigurationOverrides
 
getPort() - Method in class org.mule.extension.http.internal.request.HttpRequesterProvider
 
getPort() - Method in class org.mule.extension.http.internal.request.RequestConnectionParams
 
getPort() - Method in interface org.mule.runtime.module.http.api.listener.HttpListenerConfig
 
getPort() - Method in interface org.mule.runtime.module.http.api.requester.HttpRequesterConfig
 
getPort() - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListenerConfig
 
getPort() - Method in class org.mule.runtime.module.http.internal.listener.DefaultServerAddress
 
getPort() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
 
getPort() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
 
getPort() - Method in class org.mule.runtime.module.http.internal.request.DefaultProxyConfig
 
getPreemptive() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpAuthentication
 
getProtocol() - Method in class org.mule.extension.http.internal.listener.HttpListenerProvider.ConnectionParams
 
getProtocol() - Method in class org.mule.extension.http.internal.request.RequestConnectionParams
 
getProtocol() - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyHttpRequestAdapter
 
getProxyConfig() - Method in class org.mule.extension.http.internal.request.HttpRequesterProvider
 
getProxyConfig() - Method in interface org.mule.runtime.module.http.api.requester.HttpRequesterConfig
 
getProxyConfig() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
 
getProxyConfig() - Method in class org.mule.runtime.module.http.internal.request.grizzly.GrizzlyHttpClient
 
getProxyConfig() - Method in class org.mule.runtime.module.http.internal.request.HttpClientConfiguration
 
getQueryParams() - Method in class org.mule.extension.http.api.BaseHttpRequestAttributes
 
getQueryParams() - Method in class org.mule.extension.http.api.request.builder.HttpRequesterRequestBuilder
 
getQueryParams() - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyHttpRequestAdapter
 
getQueryParams(Event, MuleContext) - Method in class org.mule.runtime.module.http.internal.request.HttpRequesterRequestBuilder
 
getQueryString() - Method in class org.mule.extension.http.api.HttpRequestAttributes
 
getReasonPhrase() - Method in class org.mule.extension.http.api.HttpResponseAttributes
 
getReasonPhrase() - Method in class org.mule.extension.http.api.listener.builder.HttpListenerResponseBuilder
 
getReasonPhrase() - Method in class org.mule.extension.http.api.policy.HttpPolicyResponseAttributes
 
getRef() - Method in class org.mule.runtime.module.http.internal.HttpMessageBuilderRef
 
getRelativePath() - Method in class org.mule.extension.http.api.HttpRequestAttributes
 
getRelativePath(String) - Method in class org.mule.runtime.module.http.internal.listener.ListenerPath
 
getRemoteAddress() - Method in class org.mule.extension.http.api.HttpRequestAttributes
 
getRemoteHostAddress() - Method in class org.mule.runtime.module.http.internal.domain.request.DefaultClientConnection
 
getRequest() - Method in class org.mule.runtime.module.http.internal.domain.request.DefaultHttpRequestContext
 
getRequestBuilder() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
 
getRequesterConfig() - Method in interface org.mule.runtime.module.http.api.client.HttpRequestOptions
 
getRequesterConfig() - Method in class org.mule.runtime.module.http.internal.request.client.DefaultHttpRequestOptions
 
getRequestHandler(String, int, HttpRequest) - Method in class org.mule.runtime.module.http.internal.listener.HttpListenerRegistry
 
getRequestHandler() - Method in class org.mule.runtime.module.http.internal.listener.HttpListenerRegistry.RequestHandlerMatcherPair
 
getRequestHandler(String, int, HttpRequest) - Method in interface org.mule.runtime.module.http.internal.listener.RequestHandlerProvider
Retrieves a RequestHandler to handle the http request
getRequestHandlerMatcherPairs() - Method in class org.mule.runtime.module.http.internal.listener.HttpListenerRegistry.PathMap
 
getRequestMatcher() - Method in class org.mule.runtime.module.http.internal.listener.HttpListenerRegistry.RequestHandlerMatcherPair
 
getRequestPath() - Method in class org.mule.extension.http.api.BaseHttpRequestAttributes
 
getRequestStreamingMode() - Method in class org.mule.extension.http.internal.request.ConfigurationOverrides
 
getRequestStreamingMode() - Method in class org.mule.extension.http.internal.request.HttpRequesterConfig
 
getRequestStreamingMode() - Method in class org.mule.extension.http.internal.request.RequestSettings
 
getRequestStreamingMode() - Method in interface org.mule.runtime.module.http.api.client.HttpRequestOptions
 
getRequestStreamingMode() - Method in interface org.mule.runtime.module.http.api.requester.HttpRequesterConfig
 
getRequestStreamingMode() - Method in class org.mule.runtime.module.http.internal.request.client.DefaultHttpRequestOptions
 
getRequestStreamingMode() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
 
getRequestUri() - Method in class org.mule.extension.http.api.HttpRequestAttributes
 
getResolvedPath() - Method in class org.mule.runtime.module.http.internal.listener.ListenerPath
 
getResourceBase() - Method in class org.mule.runtime.module.http.internal.component.StaticResourceMessageProcessor
 
getResponseCallback() - Method in class org.mule.extension.http.internal.listener.HttpResponseContext
 
getResponseStreaming() - Method in class org.mule.runtime.module.http.internal.listener.HttpResponseBuilder
 
getResponseTimeout() - Method in class org.mule.extension.http.internal.request.ConfigurationOverrides
 
getResponseTimeout() - Method in class org.mule.extension.http.internal.request.HttpRequesterConfig
 
getResponseTimeout() - Method in class org.mule.extension.http.internal.request.ResponseSettings
 
getResponseTimeout() - Method in interface org.mule.runtime.module.http.api.client.HttpRequestOptions
 
getResponseTimeout() - Method in interface org.mule.runtime.module.http.api.requester.HttpRequesterConfig
 
getResponseTimeout() - Method in class org.mule.runtime.module.http.internal.request.client.DefaultHttpRequestOptions
 
getResponseTimeout() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
 
getResponseValidator() - Method in class org.mule.extension.http.internal.request.ResponseValidationSettings
 
getResponseValidator() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
 
getRootCause() - Method in exception org.mule.extension.http.api.request.validator.ResponseValidatorException
 
getRootCause() - Method in exception org.mule.runtime.module.http.internal.filter.BasicUnauthorisedException
 
getScheme() - Method in class org.mule.extension.http.api.HttpRequestAttributes
 
getScheme() - Method in interface org.mule.extension.http.api.request.client.UriParameters
 
getScheme() - Method in class org.mule.extension.http.internal.request.client.DefaultUriParameters
 
getScheme() - Method in class org.mule.runtime.module.http.internal.domain.request.DefaultHttpRequestContext
 
getScheme() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
 
getSendBodyMode() - Method in class org.mule.extension.http.internal.request.ConfigurationOverrides
 
getSendBodyMode() - Method in class org.mule.extension.http.internal.request.HttpRequesterConfig
 
getSendBodyMode() - Method in class org.mule.extension.http.internal.request.RequestSettings
 
getSendBodyMode() - Method in interface org.mule.runtime.module.http.api.requester.HttpRequesterConfig
 
getSendBodyMode() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
 
getServerAddress() - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyHttpServer
 
getSource() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
 
getSourceIdentifier() - Method in class org.mule.runtime.module.http.internal.listener.HttpMessageProcessContext
 
getStatusCode() - Method in class org.mule.extension.http.api.HttpResponseAttributes
 
getStatusCode() - Method in class org.mule.extension.http.api.listener.builder.HttpListenerResponseBuilder
 
getStatusCode() - Method in class org.mule.extension.http.api.policy.HttpPolicyResponseAttributes
 
getSubPaths() - Method in class org.mule.runtime.module.http.internal.listener.HttpListenerRegistry.PathMap
 
getTarget() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
 
getThreadNamePrefix() - Method in class org.mule.runtime.module.http.internal.request.HttpClientConfiguration
 
getThreadPoolFor(Connection, IOEvent) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.ExecutorPerServerAddressIOStrategy
 
getTlsContext() - Method in class org.mule.extension.http.internal.request.HttpRequesterProvider
 
getTlsContext() - Method in interface org.mule.runtime.module.http.api.listener.HttpListenerConfig
 
getTlsContext() - Method in interface org.mule.runtime.module.http.api.requester.HttpRequesterConfig
 
getTlsContext() - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListenerConfig
 
getTlsContext() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
 
getTlsContextFactory() - Method in interface org.mule.runtime.module.http.api.client.HttpRequestOptions
 
getTlsContextFactory() - Method in class org.mule.runtime.module.http.internal.request.client.DefaultHttpRequestOptions
 
getTlsContextFactory() - Method in class org.mule.runtime.module.http.internal.request.HttpClientConfiguration
 
getTransactionConfig() - Method in class org.mule.runtime.module.http.internal.listener.HttpMessageProcessContext
 
getTransferEncoding() - Method in class org.mule.runtime.module.http.internal.listener.HttpResponseHeaderBuilder
 
getType() - Method in class org.mule.runtime.module.http.internal.HttpParam
 
getType() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpAuthentication
 
getUri() - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyHttpRequestAdapter
 
getUriParams() - Method in class org.mule.extension.http.api.BaseHttpRequestAttributes
 
getUriParams() - Method in class org.mule.extension.http.api.request.builder.HttpRequesterRequestBuilder
 
getUrl() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
 
getUsePersistentConnections() - Method in class org.mule.extension.http.internal.listener.HttpListenerProvider.ConnectionParams
 
getUsePersistentConnections() - Method in class org.mule.extension.http.internal.request.RequestConnectionParams
 
getUsername() - Method in class org.mule.extension.http.api.request.proxy.DefaultProxyConfig
 
getUsername() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpAuthentication
 
getUsername() - Method in class org.mule.runtime.module.http.internal.request.DefaultProxyConfig
 
getValues() - Method in class org.mule.extension.http.api.request.validator.RangeStatusCodeValidator
 
getValues() - Method in class org.mule.runtime.module.http.internal.request.RangeStatusCodeValidator
 
getVersion() - Method in class org.mule.extension.http.api.HttpRequestAttributes
 
getWorkstation() - Method in class org.mule.extension.http.api.request.authentication.NtlmAuthentication
 
getWorkstation() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpAuthentication
 
GrizzlyAddressDelegateFilter<F extends org.glassfish.grizzly.filterchain.BaseFilter> - Class in org.mule.runtime.module.http.internal.listener.grizzly
Grizzly filter to delegate to the right {link @BaseFilter} based on the Connection.
GrizzlyAddressDelegateFilter() - Constructor for class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyAddressDelegateFilter
 
GrizzlyHttpClient - Class in org.mule.runtime.module.http.internal.request.grizzly
 
GrizzlyHttpClient(HttpClientConfiguration) - Constructor for class org.mule.runtime.module.http.internal.request.grizzly.GrizzlyHttpClient
 
GrizzlyHttpClient.RequestConfigurer - Interface in org.mule.runtime.module.http.internal.request.grizzly
 
GrizzlyHttpRequestAdapter - Class in org.mule.runtime.module.http.internal.listener.grizzly
 
GrizzlyHttpRequestAdapter(FilterChainContext, HttpContent) - Constructor for class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyHttpRequestAdapter
 
GrizzlyHttpServer - Class in org.mule.runtime.module.http.internal.listener.grizzly
Grizzly based implementation of an HttpServer.
GrizzlyHttpServer(ServerAddress, TCPNIOTransport, HttpListenerRegistry, Supplier<Scheduler>, Runnable) - Constructor for class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyHttpServer
 
GrizzlyRequestDispatcherFilter - Class in org.mule.runtime.module.http.internal.listener.grizzly
Grizzly filter that dispatches the request to the right request handler
GrizzlyServerManager - Class in org.mule.runtime.module.http.internal.listener.grizzly
 
GrizzlyServerManager(String, HttpListenerRegistry, TcpServerSocketProperties) - Constructor for class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyServerManager
 
GZIP - Static variable in class org.mule.extension.http.api.HttpHeaders.Values

H

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
Configuration element for a HttpListener.
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
Specific implementation of PolicyPointcutParameters for http:listener operation.
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
Connection provider for a HttpListener, handles the creation of HttpServer instances.
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
HTTP listener specific HttpResponseAttributes.
HttpListenerResponseAttributes(int, String, ParameterMap) - Constructor for class org.mule.extension.http.api.HttpListenerResponseAttributes
 
HttpListenerResponseBuilder - Class in org.mule.extension.http.api.listener.builder
Base class for a HttpMessageBuilder which returns errors responses
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
Creates HttpRequestAttributes based on an HttpRequestContext, it's parts and a ListenerPath.
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
Connection provider for a HTTP request, handles the creation of HttpExtensionClient instances.
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
Component that generates HttpRequests.
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
Options that can be configured for making an HTTP request using MuleClient Implementations of this class must redefine Object.hashCode() and Object.equals(Object) since the may be used as key in a map
HttpRequestOptionsBuilder - Class in org.mule.runtime.module.http.api.client
Builder object for HttpRequestOptions
HttpRequestPolicyPointcutParameters - Class in org.mule.extension.http.api.policy
Specific implementation of PolicyPointcutParameters for http:request operation.
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
Creates HttpResponseAttributes based on an and it's parts.
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
Component that creates HttpResponses.
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
 

I

IDENTITY - Static variable in class org.mule.extension.http.api.HttpHeaders.Values
IF_MATCH - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
IF_MODIFIED_SINCE - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
IF_NONE_MATCH - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
IF_RANGE - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
IF_UNMODIFIED_SINCE - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
init() - Method in class org.mule.runtime.module.http.internal.config.HttpNamespaceHandler
 
initialise() - Method in class org.mule.extension.http.internal.listener.HttpListenerProvider
 
initialise() - Method in class org.mule.extension.http.internal.listener.server.HttpListenerConfig
 
initialise() - Method in class org.mule.extension.http.internal.request.HttpRequesterConfig
 
initialise() - Method in class org.mule.extension.http.internal.request.HttpRequesterProvider
 
initialise() - Method in class org.mule.extension.http.internal.request.HttpRequestOperations
 
initialise() - Method in class org.mule.runtime.module.http.api.HttpListenerConnectionManager
 
initialise() - Method in class org.mule.runtime.module.http.internal.component.StaticResourceMessageProcessor
 
initialise() - Method in class org.mule.runtime.module.http.internal.HttpMessageBuilder
 
initialise() - Method in class org.mule.runtime.module.http.internal.HttpSingleParam
 
initialise() - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListener
 
initialise() - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListenerConfig
 
initialise() - Method in class org.mule.runtime.module.http.internal.listener.HttpResponseBuilder
 
initialise() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpAuthentication
 
initialise() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
 
initialise() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
 
innerProcessNonBlocking(Event, CompletionHandler, boolean) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
 
instance() - Static method in class org.mule.runtime.module.http.internal.listener.matcher.AcceptsAllMethodsRequestMatcher
 
intersectsWith(MethodRequestMatcher) - Method in class org.mule.runtime.module.http.internal.listener.matcher.AcceptsAllMethodsRequestMatcher
 
intersectsWith(MethodRequestMatcher) - Method in class org.mule.runtime.module.http.internal.listener.matcher.DefaultMethodRequestMatcher
Determines if there's an intersection between the allowed methods by two request matcher
IOStrategyTransportCustomizer - Class in org.mule.runtime.module.http.internal.request.grizzly
Transport customizer that sets the IO strategy to SameThreadIOStrategy and sets appropriate names for the threads that are used.
IOStrategyTransportCustomizer(String) - Constructor for class org.mule.runtime.module.http.internal.request.grizzly.IOStrategyTransportCustomizer
 
isAllInterfaces(ServerAddress) - Static method in class org.mule.runtime.module.http.internal.listener.DefaultServerAddress
 
isEnableCookies() - Method in class org.mule.extension.http.internal.request.HttpRequesterConfig
 
isEnableCookies() - Method in interface org.mule.extension.http.internal.request.HttpRequesterCookieConfig
 
isEnableCookies() - Method in class org.mule.extension.http.internal.request.OtherRequestSettings
 
isEnableCookies() - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
 
isFollowsRedirect() - Method in interface org.mule.runtime.module.http.api.client.HttpRequestOptions
 
isFollowsRedirect() - Method in class org.mule.runtime.module.http.internal.request.client.DefaultHttpRequestOptions
 
isOutbound() - Method in class org.mule.runtime.module.http.internal.request.client.DefaultHttpRequestOptions
 
isParseResponseDisabled() - Method in interface org.mule.runtime.module.http.api.client.HttpRequestOptions
 
isParseResponseDisabled() - Method in class org.mule.runtime.module.http.internal.request.client.DefaultHttpRequestOptions
 
isRunning() - Method in class org.mule.runtime.module.http.internal.listener.HttpListenerRegistry.RequestHandlerMatcherPair
 
isStarted() - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListenerConfig
 
isStatusCodeValidationDisabled() - Method in interface org.mule.runtime.module.http.api.client.HttpRequestOptions
 
isStatusCodeValidationDisabled() - Method in class org.mule.runtime.module.http.internal.request.client.DefaultHttpRequestOptions
 
isStopped() - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyHttpServer
 
isStopping() - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyHttpServer
 
isSupportStreaming() - Method in class org.mule.extension.http.internal.listener.HttpResponseContext
 
isUsePersistentConnections() - Method in class org.mule.runtime.module.http.internal.request.HttpClientConfiguration
 

K

KEEP_ALIVE - Static variable in class org.mule.extension.http.api.HttpHeaders.Values

L

LAST_MODIFIED - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
ListenerPath - Class in org.mule.runtime.module.http.internal.listener
 
ListenerPath(String, String) - Constructor for class org.mule.runtime.module.http.internal.listener.ListenerPath
 
ListenerRequestMatcher - Class in org.mule.runtime.module.http.internal.listener.matcher
RequestMatcher for an HTTP listener that accepts request based on a path and a group of allowed methods.
ListenerRequestMatcher(MethodRequestMatcher, String) - Constructor for class org.mule.runtime.module.http.internal.listener.matcher.ListenerRequestMatcher
 
load() - Method in class org.mule.extension.http.internal.StaticResourceLoader
 
loadStaticResource(StaticResourceLoader) - Method in class org.mule.extension.http.internal.HttpOperations
Serves up static content for use with HTTP, using the request path to lookup the resource.
LoadStaticResourceErrorTypeProvider - Class in org.mule.extension.http.internal
Errors that can be thrown in the HttpOperations.loadStaticResource(StaticResourceLoader) operation.
LoadStaticResourceErrorTypeProvider() - Constructor for class org.mule.extension.http.internal.LoadStaticResourceErrorTypeProvider
 
LOCATION - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
logger - Static variable in class org.mule.extension.http.api.listener.HttpBasicAuthenticationFilter
 
LoggerTransportCustomizer - Class in org.mule.runtime.module.http.internal.request.grizzly
Transport customizer that adds a probe for logging HTTP messages.
LoggerTransportCustomizer() - Constructor for class org.mule.runtime.module.http.internal.request.grizzly.LoggerTransportCustomizer
 
lookup(String) - Method in class org.mule.extension.http.internal.request.HttpRequesterConnectionManager
Searches for an already existing HttpClient associated with the desired configuration name.

M

matches(HttpRequest) - Method in class org.mule.runtime.module.http.internal.listener.matcher.AcceptsAllMethodsRequestMatcher
 
matches(HttpRequest) - Method in class org.mule.runtime.module.http.internal.listener.matcher.DefaultMethodRequestMatcher
 
matches(HttpRequest) - Method in class org.mule.runtime.module.http.internal.listener.matcher.ListenerRequestMatcher
 
MAX_AGE - Static variable in class org.mule.extension.http.api.HttpHeaders.Values
MAX_FORWARDS - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
MAX_STALE - Static variable in class org.mule.extension.http.api.HttpHeaders.Values
MAXIMUM_HEADER_SECTION_SIZE_PROPERTY_KEY - Static variable in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyServerManager
 
MESSAGE_DISCARD_MESSAGE_BODY - Static variable in class org.mule.runtime.module.http.internal.listener.HttpMessageProcessorTemplate
 
MESSAGE_DISCARD_REASON_PHRASE - Static variable in class org.mule.runtime.module.http.internal.listener.HttpMessageProcessorTemplate
 
MESSAGE_DISCARD_STATUS_CODE - Static variable in class org.mule.runtime.module.http.internal.listener.HttpMessageProcessorTemplate
 
method(String) - Method in class org.mule.runtime.module.http.api.client.HttpRequestOptionsBuilder
 
method(String) - Method in interface org.mule.runtime.module.http.api.requester.HttpRequestOperationConfig
 
method(String) - Method in class org.mule.runtime.module.http.internal.request.client.HttpRequesterBuilder
 
METHOD_PARAMETER_NAME - Static variable in class org.mule.extension.http.api.policy.HttpRequestPolicyPointcutParametersFactory
 
MIN_FRESH - Static variable in class org.mule.extension.http.api.HttpHeaders.Values
ModuleRequestHandler - Interface in org.mule.extension.http.internal.listener.server
 
MuleEventToHttpRequest - Class in org.mule.runtime.module.http.internal.request
 
MuleEventToHttpRequest(DefaultHttpRequester, MuleContext, AttributeEvaluator, AttributeEvaluator) - Constructor for class org.mule.runtime.module.http.internal.request.MuleEventToHttpRequest
 
MuleSslFilter - Class in org.mule.runtime.module.http.internal.listener.grizzly
Custom SSL filter that configures additional properties in the grizzly context.
MuleSslFilter(SSLEngineConfigurator, SSLEngineConfigurator) - Constructor for class org.mule.runtime.module.http.internal.listener.grizzly.MuleSslFilter
 
MULTIPART - Static variable in class org.mule.extension.http.internal.listener.HttpResponseFactory
 
MULTIPART - Static variable in class org.mule.runtime.module.http.internal.listener.HttpResponseBuilder
 
MULTIPART_FORM_DATA - Static variable in class org.mule.extension.http.api.HttpHeaders.Values
multiPartPayloadForAttachments(MultipartHttpEntity) - Static method in class org.mule.runtime.module.http.internal.multipart.HttpPartDataSource
 
multiPartPayloadForAttachments(String, InputStream) - Static method in class org.mule.runtime.module.http.internal.multipart.HttpPartDataSource
 
MUST_REVALIDATE - Static variable in class org.mule.extension.http.api.HttpHeaders.Values

N

newOptions() - Static method in class org.mule.runtime.module.http.api.client.HttpRequestOptionsBuilder
 
NO_CACHE - Static variable in class org.mule.extension.http.api.HttpHeaders.Values
NO_STORE - Static variable in class org.mule.extension.http.api.HttpHeaders.Values
NO_TRANSFORM - Static variable in class org.mule.extension.http.api.HttpHeaders.Values
NoListenerRequestHandler - Class in org.mule.runtime.module.http.internal.listener
Request handle for request calls to paths with no listener configured.
NoMethodRequestHandler - Class in org.mule.runtime.module.http.internal.listener
 
NONE - Static variable in class org.mule.extension.http.api.HttpHeaders.Values
normalizePathWithSpacesOrEncodedSpaces(String) - Static method in class org.mule.runtime.module.http.internal.HttpParser
Normalize a path that may contains spaces, %20 or +.
NtlmAuthentication - Class in org.mule.extension.http.api.request.authentication
Configures NTLM authentication for the requests.
NtlmAuthentication() - Constructor for class org.mule.extension.http.api.request.authentication.NtlmAuthentication
 
NtlmProxyConfig - Class in org.mule.runtime.module.http.internal.request
A Proxy configuration for NTLM authentication proxies.
NtlmProxyConfig() - Constructor for class org.mule.runtime.module.http.internal.request.NtlmProxyConfig
 
NULL_VALIDATOR - Static variable in class org.mule.extension.http.api.request.validator.SuccessStatusCodeValidator
An status code validator that allows any status code.
NULL_VALIDATOR - Static variable in class org.mule.runtime.module.http.internal.request.SuccessStatusCodeValidator
An status code validator that allows any status code.

O

OBJECT_HTTP_CLIENT_FACTORY - Static variable in class org.mule.runtime.module.http.internal.request.DefaultHttpRequesterConfig
 
onAdded(FilterChain) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyAddressDelegateFilter
 
onDataReceivedEvent(Connection, Buffer) - Method in class org.mule.runtime.module.http.internal.HttpMessageLogger
 
onDataSentEvent(Connection, Buffer) - Method in class org.mule.runtime.module.http.internal.HttpMessageLogger
 
onError(HttpListenerResponseBuilder, SourceCallbackContext, Error) - Method in class org.mule.extension.http.internal.listener.HttpListener
 
OneWayHttpRequesterAdapter - Class in org.mule.runtime.module.http.internal.request.client
Adapts an HTTP operation to be one-way.
OneWayHttpRequesterAdapter(Processor) - Constructor for class org.mule.runtime.module.http.internal.request.client.OneWayHttpRequesterAdapter
 
onFilterChainChanged(FilterChain) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyAddressDelegateFilter
 
ONLY_IF_CACHED - Static variable in class org.mule.extension.http.api.HttpHeaders.Values
onRemoved(FilterChain) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyAddressDelegateFilter
 
onStart(SourceCallback<Object, HttpRequestAttributes>) - Method in class org.mule.extension.http.internal.listener.HttpListener
 
onStop() - Method in class org.mule.extension.http.internal.listener.HttpListener
 
onSuccess(HttpListenerResponseBuilder, SourceCallbackContext) - Method in class org.mule.extension.http.internal.listener.HttpListener
 
org.mule.extension.http.api - package org.mule.extension.http.api
 
org.mule.extension.http.api.error - package org.mule.extension.http.api.error
 
org.mule.extension.http.api.listener - package org.mule.extension.http.api.listener
 
org.mule.extension.http.api.listener.builder - package org.mule.extension.http.api.listener.builder
 
org.mule.extension.http.api.policy - package org.mule.extension.http.api.policy
 
org.mule.extension.http.api.request - package org.mule.extension.http.api.request
 
org.mule.extension.http.api.request.authentication - package org.mule.extension.http.api.request.authentication
 
org.mule.extension.http.api.request.builder - package org.mule.extension.http.api.request.builder
 
org.mule.extension.http.api.request.client - package org.mule.extension.http.api.request.client
 
org.mule.extension.http.api.request.proxy - package org.mule.extension.http.api.request.proxy
 
org.mule.extension.http.api.request.validator - package org.mule.extension.http.api.request.validator
 
org.mule.extension.http.internal - package org.mule.extension.http.internal
 
org.mule.extension.http.internal.listener - package org.mule.extension.http.internal.listener
 
org.mule.extension.http.internal.listener.server - package org.mule.extension.http.internal.listener.server
 
org.mule.extension.http.internal.request - package org.mule.extension.http.internal.request
 
org.mule.extension.http.internal.request.builder - package org.mule.extension.http.internal.request.builder
 
org.mule.extension.http.internal.request.client - package org.mule.extension.http.internal.request.client
 
org.mule.runtime.module.http.api - package org.mule.runtime.module.http.api
 
org.mule.runtime.module.http.api.client - package org.mule.runtime.module.http.api.client
 
org.mule.runtime.module.http.api.listener - package org.mule.runtime.module.http.api.listener
 
org.mule.runtime.module.http.api.requester - package org.mule.runtime.module.http.api.requester
 
org.mule.runtime.module.http.api.requester.authentication - package org.mule.runtime.module.http.api.requester.authentication
 
org.mule.runtime.module.http.internal - package org.mule.runtime.module.http.internal
 
org.mule.runtime.module.http.internal.component - package org.mule.runtime.module.http.internal.component
 
org.mule.runtime.module.http.internal.config - package org.mule.runtime.module.http.internal.config
 
org.mule.runtime.module.http.internal.domain.request - package org.mule.runtime.module.http.internal.domain.request
 
org.mule.runtime.module.http.internal.filter - package org.mule.runtime.module.http.internal.filter
 
org.mule.runtime.module.http.internal.listener - package org.mule.runtime.module.http.internal.listener
 
org.mule.runtime.module.http.internal.listener.grizzly - package org.mule.runtime.module.http.internal.listener.grizzly
 
org.mule.runtime.module.http.internal.listener.matcher - package org.mule.runtime.module.http.internal.listener.matcher
 
org.mule.runtime.module.http.internal.multipart - package org.mule.runtime.module.http.internal.multipart
 
org.mule.runtime.module.http.internal.request - package org.mule.runtime.module.http.internal.request
 
org.mule.runtime.module.http.internal.request.client - package org.mule.runtime.module.http.internal.request.client
 
org.mule.runtime.module.http.internal.request.grizzly - package org.mule.runtime.module.http.internal.request.grizzly
 
org.mule.runtime.module.http.internal.util - package org.mule.runtime.module.http.internal.util
 
ORIGIN - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
OTHER_SETTINGS - Static variable in interface org.mule.extension.http.internal.HttpConnectorConstants
 
OtherRequestSettings - Class in org.mule.extension.http.internal.request
Group which contains additional request parameters
OtherRequestSettings() - Constructor for class org.mule.extension.http.internal.request.OtherRequestSettings
 
OutputSettings - Class in org.mule.extension.http.internal.request
Groups parameters which control how the operation output is generated
OutputSettings() - Constructor for class org.mule.extension.http.internal.request.OutputSettings
 
overlaps(ServerAddress) - Method in class org.mule.runtime.module.http.internal.listener.DefaultServerAddress
 

P

params - Variable in class org.mule.runtime.module.http.internal.HttpMessageBuilder
 
parseChild(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.mule.runtime.module.http.internal.config.HttpAuthenticationDefinitionParser
 
parseChild(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.mule.runtime.module.http.internal.config.HttpMessageSingleParamDefinitionParser
 
parseMultipartContent(InputStream, String) - Static method in class org.mule.runtime.module.http.internal.HttpParser
 
PATH_PARAMETER_NAME - Static variable in class org.mule.extension.http.api.policy.HttpRequestPolicyPointcutParametersFactory
 
PathMap() - Constructor for class org.mule.runtime.module.http.internal.listener.HttpListenerRegistry.PathMap
 
populateHeaders(HttpRequest, RequestBuilder) - Method in class org.mule.runtime.module.http.internal.request.grizzly.GrizzlyHttpClient
 
PRAGMA - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
PRIVATE - Static variable in class org.mule.extension.http.api.HttpHeaders.Values
process(Event) - Method in class org.mule.runtime.module.http.internal.component.StaticResourceMessageProcessor
 
process(Event) - Method in class org.mule.runtime.module.http.internal.request.client.OneWayHttpRequesterAdapter
 
processBlocking(Event) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
 
processNonBlocking(Event, CompletionHandler) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpRequester
 
PROXY_AUTHENTICATE - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
PROXY_AUTHORIZATION - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
PROXY_REVALIDATE - Static variable in class org.mule.extension.http.api.HttpHeaders.Values
PUBLIC - Static variable in class org.mule.extension.http.api.HttpHeaders.Values
put(ServerAddress, T) - Method in class org.mule.runtime.module.http.internal.listener.ServerAddressMap
 

Q

queryParams - Variable in class org.mule.extension.http.api.BaseHttpRequestAttributes
Query parameters map built from the parsed string.
QUOTED_PRINTABLE - Static variable in class org.mule.extension.http.api.HttpHeaders.Values

R

RamlApiConfiguration - Class in org.mule.extension.http.api.request
Configuration for the API that is being consumed based on a RAML file.
RamlApiConfiguration() - Constructor for class org.mule.extension.http.api.request.RamlApiConfiguration
 
RamlApiConfiguration - Class in org.mule.runtime.module.http.internal.request
 
RamlApiConfiguration() - Constructor for class org.mule.runtime.module.http.internal.request.RamlApiConfiguration
 
RANGE - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
RangeStatusCodeValidator - Class in org.mule.extension.http.api.request.validator
Base status code validator that can be extended to create custom validations.
RangeStatusCodeValidator() - Constructor for class org.mule.extension.http.api.request.validator.RangeStatusCodeValidator
 
RangeStatusCodeValidator - Class in org.mule.runtime.module.http.internal.request
 
RangeStatusCodeValidator() - Constructor for class org.mule.runtime.module.http.internal.request.RangeStatusCodeValidator
 
read() - Method in class org.mule.runtime.module.http.internal.listener.grizzly.BlockingTransferInputStream
 
REFERER - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
remove(Object) - Method in class org.mule.runtime.module.http.internal.listener.ServerAddressMap
 
removeExecutor(ServerAddress) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.WorkManagerSourceExecutorProvider
 
removeFilterForAddress(ServerAddress) - Method in class org.mule.runtime.module.http.internal.listener.grizzly.GrizzlyAddressDelegateFilter
 
removeHandlersFor(HttpServer) - Method in class org.mule.runtime.module.http.internal.listener.HttpListenerRegistry
 
removeHeader(String) - Method in class org.mule.runtime.module.http.internal.listener.HttpResponseHeaderBuilder
 
removeRequestHandlerMatcherPair(HttpListenerRegistry.RequestHandlerMatcherPair) - Method in class org.mule.runtime.module.http.internal.listener.HttpListenerRegistry.PathMap
 
replaceUriParams(String) - Method in class org.mule.extension.http.api.request.builder.HttpRequesterRequestBuilder
 
replaceUriParams(String, Event, MuleContext) - Method in class org.mule.runtime.module.http.internal.request.HttpRequesterRequestBuilder
 
request(String, String, ConfigurationOverrides, ResponseValidationSettings, HttpRequesterRequestBuilder, OutputSettings, HttpExtensionClient, HttpRequesterConfig, CompletionCallback<Object, HttpResponseAttributes>) - Method in class org.mule.extension.http.internal.request.HttpRequestOperations
Consumes an HTTP service.
REQUEST_SETTINGS - Static variable in interface org.mule.extension.http.internal.HttpConnectorConstants
 
requestConfig(HttpRequesterConfig) - Method in class org.mule.runtime.module.http.api.client.HttpRequestOptionsBuilder
 
requestConfig(HttpRequesterConfig) - Method in interface org.mule.runtime.module.http.api.requester.HttpRequestOperationConfig
 
requestConfig(HttpRequesterConfig) - Method in class org.mule.runtime.module.http.internal.request.client.HttpRequesterBuilder
 
RequestConnectionParams - Class in org.mule.extension.http.internal.request
Groups parameters related to a requester connection
RequestConnectionParams() - Constructor for class org.mule.extension.http.internal.request.RequestConnectionParams
 
RequestErrorTypeProvider - Class in org.mule.extension.http.internal.request
RequestErrorTypeProvider() - Constructor for class org.mule.extension.http.internal.request.RequestErrorTypeProvider
 
RequestHandlerProvider - Interface in org.mule.runtime.module.http.internal.listener
Provider of RequestHandler for a certain incoming http request.
requestPath - Variable in class org.mule.extension.http.api.BaseHttpRequestAttributes
Full path requested.
RequestProperties() - Constructor for class org.mule.runtime.module.http.api.HttpConstants.RequestProperties
 
RequestSettings - Class in org.mule.extension.http.internal.request
Groups parameters which configure how a request is done
RequestSettings() - Constructor for class org.mule.extension.http.internal.request.RequestSettings
 
requestStreamingMode(HttpStreamingType) - Method in class org.mule.runtime.module.http.api.client.HttpRequestOptionsBuilder
Configures the streaming mode for sending the HTTP request.
requestStreamingMode(HttpStreamingType) - Method in interface org.mule.runtime.module.http.api.requester.HttpRequestOperationConfig
Configures if the HTTP request should do streaming (transfer-encoding chunk).
requestStreamingMode(HttpStreamingType) - Method in class org.mule.runtime.module.http.internal.request.client.HttpRequesterBuilder
 
RequestUrlConfiguration - Class in org.mule.extension.http.internal.request
 
RequestUrlConfiguration() - Constructor for class org.mule.extension.http.internal.request.RequestUrlConfiguration
 
resolve(ParameterMap, Event, MuleContext) - Method in class org.mule.runtime.module.http.internal.HttpMapParam
 
resolve(ParameterMap, Event, MuleContext) - Method in class org.mule.runtime.module.http.internal.HttpParam
 
resolve(ParameterMap, Event, MuleContext) - Method in class org.mule.runtime.module.http.internal.HttpSingleParam
 
resolveInterpretRequestErrors(Boolean) - Method in class org.mule.extension.http.internal.listener.server.HttpListenerConfig
 
resolveParams(Event, HttpParamType, MuleContext) - Method in class org.mule.runtime.module.http.internal.HttpMessageBuilder
 
resolveParseRequest(Boolean) - Method in class org.mule.extension.http.internal.listener.server.HttpListenerConfig
 
resolveParseRequest(Boolean) - Method in class org.mule.runtime.module.http.internal.listener.DefaultHttpListenerConfig
 
resolveReasonPhrase(String, Integer) - Method in class org.mule.extension.http.internal.listener.HttpResponseFactory
 
resolveRequestAuthentication(Event) - Method in class org.mule.runtime.module.http.internal.request.DefaultHttpAuthentication
 
RESOURCE_NOT_FOUND - Static variable in class org.mule.runtime.module.http.internal.listener.NoListenerRequestHandler
 
ResourceNotFoundException - Exception in org.mule.extension.http.api.error
Thrown when a static file is requested but not found, associated with a 404 status code.
ResourceNotFoundException(Exception, ErrorTypeDefinition<T>, I18nMessage) - Constructor for exception org.mule.extension.http.api.error.ResourceNotFoundException
 
ResourceNotFoundException - Exception in org.mule.runtime.module.http.internal.component
Thrown when a static file is requested but not found
ResourceNotFoundException(I18nMessage) - Constructor for exception org.mule.runtime.module.http.internal.component.ResourceNotFoundException
 
ResourceNotFoundException(I18nMessage, Throwable) - Constructor for exception org.mule.runtime.module.http.internal.component.ResourceNotFoundException
 
RESPONSE_SETTINGS - Static variable in interface org.mule.extension.http.internal.HttpConnectorConstants
 
ResponseCompletionHandler - Class in org.mule.runtime.module.http.internal.listener.grizzly
CompletionHandler, responsible for asynchronous response writing
ResponseCompletionHandler(FilterChainContext, HttpRequestPacket, HttpResponse, ResponseStatusCallback) - Constructor for class org.mule.runtime.module.http.internal.listener.grizzly.ResponseCompletionHandler
 
ResponseProperties() - Constructor for class org.mule.runtime.module.http.api.HttpConstants.ResponseProperties
 
ResponseSettings - Class in org.mule.extension.http.internal.request
Groups parameters regarding how to generate responses
ResponseSettings() - Constructor for class org.mule.extension.http.internal.request.ResponseSettings
 
ResponseStreamingCompletionHandler - Class in org.mule.runtime.module.http.internal.listener.grizzly
CompletionHandler, responsible for asynchronous http response transferring when the response body is an input stream.
ResponseStreamingCompletionHandler(FilterChainContext, HttpRequestPacket, HttpResponse, ResponseStatusCallback) - Constructor for class org.mule.runtime.module.http.internal.listener.grizzly.ResponseStreamingCompletionHandler
 
responseTimeout(long) - Method in class org.mule.runtime.module.http.internal.request.client.HttpRequesterBuilder
 
ResponseValidationSettings - Class in org.mule.extension.http.internal.request
Groups parameters regarding response validation
ResponseValidationSettings() - Constructor for class org.mule.extension.http.internal.request.ResponseValidationSettings
 
ResponseValidator - Interface in org.mule.extension.http.api.request.validator
Configures error handling of the response.
ResponseValidator - Interface in org.mule.runtime.module.http.internal.request
 
ResponseValidatorException - Exception in org.mule.extension.http.api.request.validator
Signals that an error occurred while validating a Message
ResponseValidatorException(String, Optional<HttpError>) - Constructor for exception org.mule.extension.http.api.request.validator.ResponseValidatorException
 
ResponseValidatorException(String, Optional<HttpError>, Result<Object, HttpResponseAttributes>) - Constructor for exception org.mule.extension.http.api.request.validator.ResponseValidatorException
 
ResponseValidatorException - Exception in org.mule.runtime.module.http.internal.request
 
ResponseValidatorException(String) - Constructor for exception org.mule.runtime.module.http.internal.request.ResponseValidatorException
 
RETRY_AFTER - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
ROOT_PATH - Static variable in class org.mule.runtime.module.http.internal.component.StaticResourceMessageProcessor
 
routeEvent(Event) - Method in class org.mule.runtime.module.http.internal.listener.HttpMessageProcessorTemplate
 

S

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
This is a wrapper for a map whose keys are ServerAddresss.
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
 

T

TE - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
TLS_CONFIGURATION - Static variable in interface org.mule.extension.http.internal.HttpConnectorConstants
 
tlsContextFactory(TlsContextFactory) - Method in class org.mule.runtime.module.http.api.client.HttpRequestOptionsBuilder
 
toString() - Method in class org.mule.runtime.module.http.internal.listener.DefaultServerAddress
 
toString() - Method in class org.mule.runtime.module.http.internal.listener.matcher.DefaultMethodRequestMatcher
 
toString() - Method in class org.mule.runtime.module.http.internal.listener.matcher.ListenerRequestMatcher
 
TRAILER - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
TRAILERS - Static variable in class org.mule.extension.http.api.HttpHeaders.Values
TRANSFER_ENCODING - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
transform(HttpRequestContext, Charset, Boolean, ListenerPath) - Static method in class org.mule.extension.http.internal.listener.HttpRequestToResult
 
transform(HttpRequestContext, Charset, Boolean, ListenerPath) - Static method in class org.mule.runtime.module.http.internal.listener.HttpRequestToMuleEvent
 

U

UPGRADE - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
UPGRADE - Static variable in class org.mule.extension.http.api.HttpHeaders.Values
UriParameters - Interface in org.mule.extension.http.api.request.client
Represents the default URI parameters an will receive in s.
uriParams - Variable in class org.mule.extension.http.api.BaseHttpRequestAttributes
URI parameters extracted from the request path.
URL_CONFIGURATION - Static variable in interface org.mule.extension.http.internal.HttpConnectorConstants
 
USER_AGENT - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
UsernamePasswordAuthentication - Class in org.mule.extension.http.api.request.authentication
Base class for user/pass based implementations.
UsernamePasswordAuthentication() - Constructor for class org.mule.extension.http.api.request.authentication.UsernamePasswordAuthentication
 

V

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

W

WARNING - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
WEBSOCKET - Static variable in class org.mule.extension.http.api.HttpHeaders.Values
WEBSOCKET_LOCATION - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
WEBSOCKET_ORIGIN - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
WEBSOCKET_PROTOCOL - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
WorkManagerSourceExecutorProvider - Class in org.mule.runtime.module.http.internal.listener.grizzly
ExecutorProvider implementation that retrieves an Executor for a ServerAddress.
WorkManagerSourceExecutorProvider() - Constructor for class org.mule.runtime.module.http.internal.listener.grizzly.WorkManagerSourceExecutorProvider
 
WWW_AUTHENTICATE - Static variable in class org.mule.extension.http.api.HttpHeaders.Names

X

X_FORWARDED_FOR - Static variable in class org.mule.extension.http.api.HttpHeaders.Names
X_RATE_LIMIT_LIMIT_HEADER - Static variable in class org.mule.runtime.module.http.internal.listener.HttpMessageProcessorTemplate
 
X_RATE_LIMIT_REMAINING_HEADER - Static variable in class org.mule.runtime.module.http.internal.listener.HttpMessageProcessorTemplate
 
X_RATE_LIMIT_RESET_HEADER - Static variable in class org.mule.runtime.module.http.internal.listener.HttpMessageProcessorTemplate
 
A B C D E F G H I K L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.