A B E F G H I K L M N O R S T 
All Classes All Packages

A

add(MetadataValue) - Method in class org.mule.weave.v2.module.http.service.metadata.ArrayMetadataValue.Builder
 
addHeader(String, String) - Method in class org.mule.weave.v2.module.http.service.HttpClientHeaders.Builder
Includes a new header in the desired HttpClientHeaders.
addHeader(String, String) - Method in class org.mule.weave.v2.module.http.service.HttpClientRequest.Builder
Includes a new header to be sent in the desired HttpClientRequest.
addHeader(HttpClientHeaders.HttpHeader) - Method in class org.mule.weave.v2.module.http.service.HttpClientHeaders.Builder
Includes a new header in the desired HttpClientHeaders.
addHeader(HttpClientHeaders.HttpHeader) - Method in class org.mule.weave.v2.module.http.service.HttpClientRequest.Builder
Includes a new header to be sent in the desired HttpClientRequest.
addHeaders(String, List<String>) - Method in class org.mule.weave.v2.module.http.service.HttpClientRequest.Builder
Includes a new header with multiple values to be sent in the desired HttpClientRequest.
addKeyValuePair(String, MetadataValue) - Method in class org.mule.weave.v2.module.http.service.metadata.ObjectMetadataValue.Builder
 
addQueryParam(String, String) - Method in class org.mule.weave.v2.module.http.service.HttpClientQueryParams.Builder
Includes a new HTTP query param in the desired HttpClientQueryParams.
addQueryParam(String, String) - Method in class org.mule.weave.v2.module.http.service.HttpClientRequest.Builder
Includes a new queryParam to be sent in the desired HttpClientRequest.
addQueryParam(HttpClientQueryParams.HttpQueryParam) - Method in class org.mule.weave.v2.module.http.service.HttpClientQueryParams.Builder
Includes a new HTTP query param in the desired HttpClientQueryParams.
addQueryParam(HttpClientQueryParams.HttpQueryParam) - Method in class org.mule.weave.v2.module.http.service.HttpClientRequest.Builder
Includes a new queryParam to be sent in the desired HttpClientRequest.
allValues(String) - Method in class org.mule.weave.v2.module.http.service.HttpClientHeaders
Gets a List of header values for a given name.
allValues(String) - Method in class org.mule.weave.v2.module.http.service.HttpClientQueryParams
Gets a List of HTTP query params values for a given name.
allValuesIgnoreCase(String) - Method in class org.mule.weave.v2.module.http.service.HttpClientHeaders
Gets a List of header values for a given name ignoring case.
allValuesIgnoreCase(String) - Method in class org.mule.weave.v2.module.http.service.HttpClientQueryParams
Gets a List of HTTP query params values for a given name ignoring case.
ArrayMetadataValue - Class in org.mule.weave.v2.module.http.service.metadata
Representation of an Array metadata value.
ArrayMetadataValue.Builder - Class in org.mule.weave.v2.module.http.service.metadata
 

B

build() - Method in class org.mule.weave.v2.module.http.service.HttpClientConfiguration.Builder
Creates an instance of HttpClientConfiguration.
build() - Method in class org.mule.weave.v2.module.http.service.HttpClientHeaders.Builder
Creates an instance of HttpClientHeaders.
build() - Method in class org.mule.weave.v2.module.http.service.HttpClientQueryParams.Builder
Creates an instance of HttpClientQueryParams.
build() - Method in class org.mule.weave.v2.module.http.service.HttpClientRequest.Builder
Creates an instance of HttpClientRequest.
build() - Method in class org.mule.weave.v2.module.http.service.metadata.ArrayMetadataValue.Builder
 
build() - Method in class org.mule.weave.v2.module.http.service.metadata.ObjectMetadataValue.Builder
 
build() - Method in class org.mule.weave.v2.module.http.service.TlsConfiguration.Builder
Creates an instance of TlsConfiguration.
Builder() - Constructor for class org.mule.weave.v2.module.http.service.HttpClientConfiguration.Builder
 
Builder() - Constructor for class org.mule.weave.v2.module.http.service.HttpClientHeaders.Builder
 
Builder() - Constructor for class org.mule.weave.v2.module.http.service.HttpClientQueryParams.Builder
 
Builder() - Constructor for class org.mule.weave.v2.module.http.service.HttpClientRequest.Builder
 
Builder() - Constructor for class org.mule.weave.v2.module.http.service.metadata.ArrayMetadataValue.Builder
 
Builder() - Constructor for class org.mule.weave.v2.module.http.service.metadata.ObjectMetadataValue.Builder
 
Builder() - Constructor for class org.mule.weave.v2.module.http.service.TlsConfiguration.Builder
 

E

equals(Object) - Method in class org.mule.weave.v2.module.http.service.HttpClientConfiguration
 
equals(Object) - Method in class org.mule.weave.v2.module.http.service.TlsConfiguration
 

F

firstValue(String) - Method in class org.mule.weave.v2.module.http.service.HttpClientHeaders
Gets the header value for a given name
firstValueIgnoreCase(String) - Method in class org.mule.weave.v2.module.http.service.HttpClientHeaders
Gets the header value for a given name ignoring case.

G

getBody() - Method in class org.mule.weave.v2.module.http.service.HttpClientRequest
 
getBody() - Method in interface org.mule.weave.v2.module.http.service.HttpClientResponse
Returns an Optional input stream for the response body.
getClient(HttpClientConfiguration) - Method in interface org.mule.weave.v2.module.http.service.HttpClientService
Creates a HttpClient instance based on the HttpClientConfiguration.
getConnectionTimeout() - Method in class org.mule.weave.v2.module.http.service.HttpClientConfiguration
 
getContentType() - Method in interface org.mule.weave.v2.module.http.service.HttpClientResponse
Return the content-type header value.
getCookies() - Method in interface org.mule.weave.v2.module.http.service.HttpClientResponse
Get the parsed cookies from the "Set-Cookie" header
getElements() - Method in class org.mule.weave.v2.module.http.service.metadata.ArrayMetadataValue
 
getHeaders() - Method in class org.mule.weave.v2.module.http.service.HttpClientHeaders
 
getHeaders() - Method in class org.mule.weave.v2.module.http.service.HttpClientRequest
 
getHeaders() - Method in interface org.mule.weave.v2.module.http.service.HttpClientResponse
Return a List of the HttpClientHeaders response header value.
getKey() - Method in class org.mule.weave.v2.module.http.service.metadata.KeyValuePairMetadataValue
 
getLocation() - Method in interface org.mule.weave.v2.module.http.service.HttpClientResponse
Location header value sent for redirects.
getMetadata() - Method in interface org.mule.weave.v2.module.http.service.HttpClientResponse
Get the metadata related to the HTTP request sent.
getMethod() - Method in class org.mule.weave.v2.module.http.service.HttpClientRequest
 
getName() - Method in class org.mule.weave.v2.module.http.service.HttpClientHeaders.HttpHeader
 
getName() - Method in class org.mule.weave.v2.module.http.service.HttpClientQueryParams.HttpQueryParam
 
getProperties() - Method in class org.mule.weave.v2.module.http.service.metadata.ObjectMetadataValue
 
getQueryParams() - Method in class org.mule.weave.v2.module.http.service.HttpClientQueryParams
 
getQueryParams() - Method in class org.mule.weave.v2.module.http.service.HttpClientRequest
 
getReadTimeout() - Method in class org.mule.weave.v2.module.http.service.HttpClientRequest
 
getRequestTimeout() - Method in class org.mule.weave.v2.module.http.service.HttpClientRequest
 
getStatus() - Method in interface org.mule.weave.v2.module.http.service.HttpClientResponse
Returns the status code for the request.
getStatusText() - Method in interface org.mule.weave.v2.module.http.service.HttpClientResponse
Returns the status text for the request.
getTlsConfiguration() - Method in class org.mule.weave.v2.module.http.service.HttpClientConfiguration
 
getUrl() - Method in class org.mule.weave.v2.module.http.service.HttpClientRequest
 
getValue() - Method in class org.mule.weave.v2.module.http.service.HttpClientHeaders.HttpHeader
 
getValue() - Method in class org.mule.weave.v2.module.http.service.HttpClientQueryParams.HttpQueryParam
 
getValue() - Method in class org.mule.weave.v2.module.http.service.metadata.KeyValuePairMetadataValue
 
getValue() - Method in class org.mule.weave.v2.module.http.service.metadata.NumberMetadataValue
 
getValue() - Method in class org.mule.weave.v2.module.http.service.metadata.StringMetadataValue
 

H

hashCode() - Method in class org.mule.weave.v2.module.http.service.HttpClientConfiguration
 
hashCode() - Method in class org.mule.weave.v2.module.http.service.TlsConfiguration
 
HttpClient - Interface in org.mule.weave.v2.module.http.service
Object that sends an HTTP request, and returns the response.
HttpClientConfiguration - Class in org.mule.weave.v2.module.http.service
Configuration component that specifies how an HttpClient should be created.
HttpClientConfiguration.Builder - Class in org.mule.weave.v2.module.http.service
HttpClientHeaders - Class in org.mule.weave.v2.module.http.service
Representation of an HTTP headers.
HttpClientHeaders(List<HttpClientHeaders.HttpHeader>) - Constructor for class org.mule.weave.v2.module.http.service.HttpClientHeaders
 
HttpClientHeaders.Builder - Class in org.mule.weave.v2.module.http.service
Builder of HttpClientHeaderss.
HttpClientHeaders.HttpHeader - Class in org.mule.weave.v2.module.http.service
Representation of an HTTP header.
HttpClientQueryParams - Class in org.mule.weave.v2.module.http.service
Representation of an HTTP Query Params.
HttpClientQueryParams(List<HttpClientQueryParams.HttpQueryParam>) - Constructor for class org.mule.weave.v2.module.http.service.HttpClientQueryParams
 
HttpClientQueryParams.Builder - Class in org.mule.weave.v2.module.http.service
HttpClientQueryParams.HttpQueryParam - Class in org.mule.weave.v2.module.http.service
Representation of an HTTP Query Param.
HttpClientRequest - Class in org.mule.weave.v2.module.http.service
Representation of an HTTP request.
HttpClientRequest.Builder - Class in org.mule.weave.v2.module.http.service
Builder of HttpClientRequests.
HttpClientResponse - Interface in org.mule.weave.v2.module.http.service
Representation of an HTTP response.
HttpClientService - Interface in org.mule.weave.v2.module.http.service
Factory object for HttpClient instances.
HttpHeader(String, String) - Constructor for class org.mule.weave.v2.module.http.service.HttpClientHeaders.HttpHeader
 
HttpQueryParam(String, String) - Constructor for class org.mule.weave.v2.module.http.service.HttpClientQueryParams.HttpQueryParam
 

I

isCompressionHeader() - Method in class org.mule.weave.v2.module.http.service.HttpClientConfiguration
Is HTTP `Accept-Encoding` HTTP header enforced.
isDecompress() - Method in class org.mule.weave.v2.module.http.service.HttpClientConfiguration
Defines whether responses should be decompressed automatically.
isEnableMetrics() - Method in class org.mule.weave.v2.module.http.service.HttpClientRequest
 
isFollowRedirects() - Method in class org.mule.weave.v2.module.http.service.HttpClientRequest
 
isInsecure() - Method in class org.mule.weave.v2.module.http.service.TlsConfiguration
 
isStreamResponse() - Method in class org.mule.weave.v2.module.http.service.HttpClientRequest
 

K

KeyValuePairMetadataValue - Class in org.mule.weave.v2.module.http.service.metadata
 
KeyValuePairMetadataValue(String, MetadataValue) - Constructor for class org.mule.weave.v2.module.http.service.metadata.KeyValuePairMetadataValue
 

L

LOCATION - Static variable in interface org.mule.weave.v2.module.http.service.HttpClientResponse
 

M

MetadataValue - Interface in org.mule.weave.v2.module.http.service.metadata
Representation of a metadata value.

N

names() - Method in class org.mule.weave.v2.module.http.service.HttpClientHeaders
 
names() - Method in class org.mule.weave.v2.module.http.service.HttpClientQueryParams
 
namesIgnoreCase() - Method in class org.mule.weave.v2.module.http.service.HttpClientHeaders
 
namesIgnoreCase() - Method in class org.mule.weave.v2.module.http.service.HttpClientQueryParams
 
NumberMetadataValue - Class in org.mule.weave.v2.module.http.service.metadata
Representation of a Number metadata value.
NumberMetadataValue(String) - Constructor for class org.mule.weave.v2.module.http.service.metadata.NumberMetadataValue
 

O

ObjectMetadataValue - Class in org.mule.weave.v2.module.http.service.metadata
Representation of an Object metadata value.
ObjectMetadataValue.Builder - Class in org.mule.weave.v2.module.http.service.metadata
 
of(String, String) - Static method in class org.mule.weave.v2.module.http.service.HttpClientHeaders.HttpHeader
Creates an instance of HttpClientHeaders.HttpHeader.
of(String, String) - Static method in class org.mule.weave.v2.module.http.service.HttpClientQueryParams.HttpQueryParam
Creates an instance of HttpClientQueryParams.HttpQueryParam.
of(Map<String, List<String>>) - Static method in class org.mule.weave.v2.module.http.service.HttpClientHeaders
 
org.mule.weave.v2.module.http.service - package org.mule.weave.v2.module.http.service
 
org.mule.weave.v2.module.http.service.metadata - package org.mule.weave.v2.module.http.service.metadata
 

R

request(HttpClientRequest) - Method in interface org.mule.weave.v2.module.http.service.HttpClient
Sends a HttpRequest blocking the current thread until a response is available or the request times out.

S

SET_COOKIE - Static variable in interface org.mule.weave.v2.module.http.service.HttpClientResponse
 
setBody(InputStream) - Method in class org.mule.weave.v2.module.http.service.HttpClientRequest.Builder
Includes the HTTP entity that should be used sent in the desired HttpClientRequest.
setCompressionHeader(boolean) - Method in class org.mule.weave.v2.module.http.service.HttpClientConfiguration.Builder
Defines the `Accept-Encoding: gzip, deflate` HTTP header will be sent to each request false by default.
setConnectionTimeout(int) - Method in class org.mule.weave.v2.module.http.service.HttpClientConfiguration.Builder
Defines the number of milliseconds that a connection can wait until established a connection.
setDecompress(boolean) - Method in class org.mule.weave.v2.module.http.service.HttpClientConfiguration.Builder
Defines whether responses should be decompressed automatically by the HttpClient, true by default.
setEnableMetrics(boolean) - Method in class org.mule.weave.v2.module.http.service.HttpClientRequest.Builder
Set the HTTP request enableMetrics of the HttpClientRequest desired.
setFollowRedirect(boolean) - Method in class org.mule.weave.v2.module.http.service.HttpClientRequest.Builder
If HttpClientRequest is to follow redirects.
setInsecure(boolean) - Method in class org.mule.weave.v2.module.http.service.TlsConfiguration.Builder
Defines whether the trust store should be insecure, meaning no certificate validations should be performed.
setMethod(String) - Method in class org.mule.weave.v2.module.http.service.HttpClientRequest.Builder
Set the HTTP method of the HttpClientRequest desired.
setReadTimeout(int) - Method in class org.mule.weave.v2.module.http.service.HttpClientRequest.Builder
Set the HTTP request timeout of the HttpClientRequest desired.
setRequestTimeout(int) - Method in class org.mule.weave.v2.module.http.service.HttpClientRequest.Builder
Set the HTTP request timeout of the HttpClientRequest desired.
setStreamResponse(boolean) - Method in class org.mule.weave.v2.module.http.service.HttpClientRequest.Builder
Set the HTTP request streamingResponse of the HttpClientRequest desired.
setTlsConfiguration(TlsConfiguration) - Method in class org.mule.weave.v2.module.http.service.HttpClientConfiguration.Builder
Required exclusively for HTTPS, this defines through a TlsConfiguration all the TLS related data to establish such connections.
setUrl(String) - Method in class org.mule.weave.v2.module.http.service.HttpClientRequest.Builder
Declares the url where this HttpClientRequest will be sent.
StringMetadataValue - Class in org.mule.weave.v2.module.http.service.metadata
Representation of a String metadata value.
StringMetadataValue(String) - Constructor for class org.mule.weave.v2.module.http.service.metadata.StringMetadataValue
 

T

TlsConfiguration - Class in org.mule.weave.v2.module.http.service
Representation of a TLS context.
TlsConfiguration.Builder - Class in org.mule.weave.v2.module.http.service
Builder of TlsConfigurations.
A B E F G H I K L M N O R S T 
All Classes All Packages