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

A

afterStop() - Method in class org.mule.connectors.restconnect.commons.api.connection.DefaultRestConnection
Template method invoked by the DefaultRestConnection.stop() to perform custom actions after the actual stopping takes place.

B

BaseAuthorizationCodeConnectionProvider - Class in org.mule.connectors.restconnect.commons.api.connection.oauth
Base class for Connection Providers that authenticate using OAuth with the Authorization Code Grant Type
BaseAuthorizationCodeConnectionProvider() - Constructor for class org.mule.connectors.restconnect.commons.api.connection.oauth.BaseAuthorizationCodeConnectionProvider
 
BaseClientCredentialsConnectionProvider - Class in org.mule.connectors.restconnect.commons.api.connection.oauth
Base class for Connection Providers that authenticate using OAuth with the Authorization Code Grant Type
BaseClientCredentialsConnectionProvider() - Constructor for class org.mule.connectors.restconnect.commons.api.connection.oauth.BaseClientCredentialsConnectionProvider
 
BaseConnectionProvider - Class in org.mule.connectors.restconnect.commons.api.connection
Base class for Connection providers
BaseConnectionProvider() - Constructor for class org.mule.connectors.restconnect.commons.api.connection.BaseConnectionProvider
 
BaseRestConnectOperation - Class in org.mule.connectors.restconnect.commons.api.operation
Base class for operations that consume a remote REST endpoint
BaseRestConnectOperation() - Constructor for class org.mule.connectors.restconnect.commons.api.operation.BaseRestConnectOperation
 
BasicAuthConnectionProvider - Class in org.mule.connectors.restconnect.commons.api.connection
Base class for connection providers which use basic authentication
BasicAuthConnectionProvider() - Constructor for class org.mule.connectors.restconnect.commons.api.connection.BasicAuthConnectionProvider
 
beforeStop() - Method in class org.mule.connectors.restconnect.commons.api.connection.DefaultRestConnection
Template method invoked by the DefaultRestConnection.stop() to perform custom actions before the actual stopping takes place.
bodylessRequest(HttpRequestBuilder, int, StreamingHelper) - Method in class org.mule.connectors.restconnect.commons.api.connection.DefaultRestConnection
Sends a request for which a response entity is not expected.
bodylessRequest(HttpRequestBuilder, int, StreamingHelper) - Method in interface org.mule.connectors.restconnect.commons.api.connection.RestConnection
Sends a request for which a response entity is not expected.
buildAuthentication() - Method in class org.mule.connectors.restconnect.commons.api.connection.BaseConnectionProvider
Implementations can override this method to specify the authentication mechanism to use.
buildAuthentication() - Method in class org.mule.connectors.restconnect.commons.api.connection.BasicAuthConnectionProvider
 
buildAuthentication() - Method in class org.mule.connectors.restconnect.commons.api.connection.DigestConnectionProvider
 
buildRequest(HttpRequestBuilder) - Method in class org.mule.connectors.restconnect.commons.api.connection.DefaultRestConnection
 
buildRequest(HttpRequestBuilder) - Method in class org.mule.connectors.restconnect.commons.api.connection.oauth.OAuthRestConnection
 

C

close(RestConnection) - Method in class org.mule.connectors.restconnect.commons.api.operation.paging.RestPagingProvider
 
closeAndRelease(CursorProvider) - Static method in class org.mule.connectors.restconnect.commons.internal.util.RestConnectUtils
Closes the given cursorProvider and releases all associated resources
closeStream(Object) - Static method in class org.mule.connectors.restconnect.commons.internal.util.RestConnectUtils
Closes the given stream which can be either a CursorProvider or an InputStream.
ConfigurationOverrides - Class in org.mule.connectors.restconnect.commons.api.operation
A parameter group with the @ConfigOverrides parameters to be used on all operations
ConfigurationOverrides() - Constructor for class org.mule.connectors.restconnect.commons.api.operation.ConfigurationOverrides
 
configureClient(HttpClientConfiguration.Builder) - Method in class org.mule.connectors.restconnect.commons.api.connection.BaseConnectionProvider
Template method that will be invoked just before the httpConfiguration is turned into an actual HttpClient.
configureRequest(HttpRequestBuilder) - Method in class org.mule.connectors.restconnect.commons.api.operation.paging.MarkerPagingProvider
 
configureRequest(HttpRequestBuilder) - Method in class org.mule.connectors.restconnect.commons.api.operation.paging.OffsetPagingProvider
 
configureRequest(HttpRequestBuilder) - Method in class org.mule.connectors.restconnect.commons.api.operation.paging.PageNumberPagingProvider
 
configureRequest(HttpRequestBuilder) - Method in class org.mule.connectors.restconnect.commons.api.operation.paging.RestPagingProvider
Depending on the paging strategy, different parameters or headers may need to be passed.
connect() - Method in class org.mule.connectors.restconnect.commons.api.connection.BaseConnectionProvider
 
CONNECTOR_OVERRIDES - Static variable in class org.mule.connectors.restconnect.commons.internal.RestConnectConstants
 
consumeStringAndClose(Object, String) - Static method in class org.mule.connectors.restconnect.commons.internal.util.RestConnectUtils
Consumes the contents of the given stream as a String and closes it.
containsIgnoreCase(String, String) - Static method in class org.mule.connectors.restconnect.commons.internal.util.RestConnectUtils
 
createConnection(HttpClient, HttpAuthentication, MultiMap<String, String>, MultiMap<String, String>) - Method in class org.mule.connectors.restconnect.commons.api.connection.BaseConnectionProvider
Creates a new RestConnection
createConnection(HttpClient, HttpAuthentication, MultiMap<String, String>, MultiMap<String, String>) - Method in class org.mule.connectors.restconnect.commons.api.connection.oauth.BaseAuthorizationCodeConnectionProvider
 
createConnection(HttpClient, HttpAuthentication, MultiMap<String, String>, MultiMap<String, String>) - Method in class org.mule.connectors.restconnect.commons.api.connection.oauth.BaseClientCredentialsConnectionProvider
 
customHeaders - Variable in class org.mule.connectors.restconnect.commons.api.operation.EntityRequestParameters
Custom Headers the request should include.
customHeaders - Variable in class org.mule.connectors.restconnect.commons.api.operation.NonEntityRequestParameters
Custom Headers the request should include.
Customized - Annotation Type in org.mule.connectors.restconnect.commons.api.annotation
Annotation used to mark that the annotated element has been manually modified since Rest Connect originally generated it.

D

DEFAULT_CONNECTION_IDLE_TIMEOUT - Static variable in class org.mule.connectors.restconnect.commons.internal.RestConnectConstants
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.mule.connectors.restconnect.commons.internal.RestConnectConstants
 
DEFAULT_MAX_CONNECTIONS - Static variable in class org.mule.connectors.restconnect.commons.internal.RestConnectConstants
 
DEFAULT_RESPONSE_BUFFER_SIZE - Static variable in class org.mule.connectors.restconnect.commons.internal.RestConnectConstants
 
DefaultRestConnection - Class in org.mule.connectors.restconnect.commons.api.connection
Default implementation of RestConnection
DefaultRestConnection(String, String, HttpClient, HttpAuthentication, MultiMap<String, String>, MultiMap<String, String>) - Constructor for class org.mule.connectors.restconnect.commons.api.connection.DefaultRestConnection
Creates a new instance
DigestConnectionProvider - Class in org.mule.connectors.restconnect.commons.api.connection
Base class for connection providers secured through the digest security scheme
DigestConnectionProvider() - Constructor for class org.mule.connectors.restconnect.commons.api.connection.DigestConnectionProvider
 
disconnect(RestConnection) - Method in class org.mule.connectors.restconnect.commons.api.connection.BaseConnectionProvider
 
doClose(RestConnection) - Method in class org.mule.connectors.restconnect.commons.api.operation.paging.RestPagingProvider
doRequest(RestConnection, HttpRequestBuilder, int, StreamingHelper, CompletionCallback<InputStream, HttpResponseAttributes>) - Method in class org.mule.connectors.restconnect.commons.api.operation.BaseRestConnectOperation
Performs the request using the given builder and connection and completes the callback accordingly.
doVoidRequest(RestConnection, HttpRequestBuilder, int, StreamingHelper, CompletionCallback<String, HttpResponseAttributes>) - Method in class org.mule.connectors.restconnect.commons.api.operation.BaseRestConnectOperation
Performs the request using the given builder and connection and completes the callback accordingly, expecting the response to not contain a body.

E

encoding - Variable in class org.mule.connectors.restconnect.commons.api.operation.paging.RestPagingProvider
 
EntityRequestParameters - Class in org.mule.connectors.restconnect.commons.api.operation
A parameter group that contains general parameters for operations which do not accept an HTTP entity
EntityRequestParameters() - Constructor for class org.mule.connectors.restconnect.commons.api.operation.EntityRequestParameters
 
equals(Object) - Method in class org.mule.connectors.restconnect.commons.api.proxy.HttpProxyConfig
 
equals(Object) - Method in class org.mule.connectors.restconnect.commons.api.request.KeyValue
 
evaluate(String, String, DataType) - Method in class org.mule.connectors.restconnect.commons.api.operation.paging.RestPagingProvider
 
expressionLanguage - Variable in class org.mule.connectors.restconnect.commons.api.operation.paging.RestPagingProvider
 

G

getBaseUri() - Method in class org.mule.connectors.restconnect.commons.api.connection.BaseConnectionProvider
 
getBaseUri() - Method in class org.mule.connectors.restconnect.commons.api.connection.DefaultRestConnection
getBaseUri() - Method in interface org.mule.connectors.restconnect.commons.api.connection.RestConnection
 
getConfigName() - Method in class org.mule.connectors.restconnect.commons.api.connection.BaseConnectionProvider
 
getConnectionIdleTimeout() - Method in class org.mule.connectors.restconnect.commons.api.connection.BaseConnectionProvider
 
getConnectionIdleTimeoutUnit() - Method in class org.mule.connectors.restconnect.commons.api.connection.BaseConnectionProvider
 
getConnectionTimeout() - Method in class org.mule.connectors.restconnect.commons.api.connection.BaseConnectionProvider
 
getConnectionTimeoutUnit() - Method in class org.mule.connectors.restconnect.commons.api.connection.BaseConnectionProvider
 
getCustomHeaders() - Method in class org.mule.connectors.restconnect.commons.api.operation.EntityRequestParameters
 
getCustomHeaders() - Method in class org.mule.connectors.restconnect.commons.api.operation.NonEntityRequestParameters
 
getCustomHeaders() - Method in interface org.mule.connectors.restconnect.commons.api.operation.RequestParameters
 
getCustomQueryParams() - Method in class org.mule.connectors.restconnect.commons.api.operation.EntityRequestParameters
 
getCustomQueryParams() - Method in class org.mule.connectors.restconnect.commons.api.operation.NonEntityRequestParameters
 
getCustomQueryParams() - Method in interface org.mule.connectors.restconnect.commons.api.operation.RequestParameters
 
getDefaultHeaders() - Method in class org.mule.connectors.restconnect.commons.api.connection.BaseConnectionProvider
 
getDefaultQueryParams() - Method in class org.mule.connectors.restconnect.commons.api.connection.BaseConnectionProvider
 
getEncoding() - Method in class org.mule.connectors.restconnect.commons.api.configuration.RestConnectConfiguration
 
getErrorByCode(int) - Static method in enum org.mule.connectors.restconnect.commons.api.error.RestConnectError
Returns the RestConnectError corresponding to a given status code.
getErrorMessage() - Method in exception org.mule.connectors.restconnect.commons.api.error.RequestException
 
getErrorMessage(HttpRequest) - Method in enum org.mule.connectors.restconnect.commons.api.error.RestConnectError
Returns the custom error message for this RestConnectError based on the HttpRequest that triggered it.
getErrorTypes() - Method in class org.mule.connectors.restconnect.commons.api.error.RequestErrorTypeProvider
 
getHeaders() - Method in class org.mule.connectors.restconnect.commons.api.operation.HttpResponseAttributes
 
getHost() - Method in class org.mule.connectors.restconnect.commons.api.proxy.HttpProxyConfig
 
getHttpStatus(RestConnectError) - Static method in enum org.mule.connectors.restconnect.commons.api.error.RestConnectError
Returns an HttpConstants.HttpStatus corresponding to a given RestConnectError.
getInputMetadata(MetadataContext, Object) - Method in class org.mule.connectors.restconnect.commons.api.datasense.resolver.SchemaInputTypeResolver
 
getKey() - Method in class org.mule.connectors.restconnect.commons.api.request.KeyValue
 
getMaxConnections() - Method in class org.mule.connectors.restconnect.commons.api.connection.BaseConnectionProvider
 
getNonProxyHosts() - Method in class org.mule.connectors.restconnect.commons.api.proxy.HttpProxyConfig
 
getOAuthState() - Method in class org.mule.connectors.restconnect.commons.api.connection.oauth.BaseAuthorizationCodeConnectionProvider
 
getOAuthState() - Method in class org.mule.connectors.restconnect.commons.api.connection.oauth.BaseClientCredentialsConnectionProvider
 
getPage(RestConnection) - Method in class org.mule.connectors.restconnect.commons.api.operation.paging.RestPagingProvider
 
getParent() - Method in enum org.mule.connectors.restconnect.commons.api.error.RestConnectError
 
getPassword() - Method in class org.mule.connectors.restconnect.commons.api.proxy.HttpProxyConfig
 
getPort() - Method in class org.mule.connectors.restconnect.commons.api.proxy.HttpProxyConfig
 
getProtocol() - Method in class org.mule.connectors.restconnect.commons.api.connection.MandatoryTlsParameterGroup
 
getProtocol() - Method in class org.mule.connectors.restconnect.commons.api.connection.OptionalTlsParameterGroup
 
getProtocol() - Method in interface org.mule.connectors.restconnect.commons.api.connection.TlsParameterGroup
 
getProxyConfig() - Method in class org.mule.connectors.restconnect.commons.api.connection.BaseConnectionProvider
 
getQName() - Method in class org.mule.connectors.restconnect.commons.api.datasense.resolver.XmlInputTypeResolver
 
getReasonPhrase() - Method in class org.mule.connectors.restconnect.commons.api.operation.HttpResponseAttributes
 
getResponseBufferSize() - Method in class org.mule.connectors.restconnect.commons.api.connection.BaseConnectionProvider
 
getResponseTimeout() - Method in class org.mule.connectors.restconnect.commons.api.configuration.RestConnectConfiguration
 
getResponseTimeout() - Method in class org.mule.connectors.restconnect.commons.api.operation.ConfigurationOverrides
 
getResponseTimeoutAsMillis() - Method in class org.mule.connectors.restconnect.commons.api.operation.ConfigurationOverrides
 
getResponseTimeoutUnit() - Method in class org.mule.connectors.restconnect.commons.api.configuration.RestConnectConfiguration
 
getResponseTimeoutUnit() - Method in class org.mule.connectors.restconnect.commons.api.operation.ConfigurationOverrides
 
getSchemaPath() - Method in class org.mule.connectors.restconnect.commons.api.datasense.resolver.PagingTypeResolver
Absolute path to the schema between the context of the owning connector.
getSchemaPath() - Method in class org.mule.connectors.restconnect.commons.api.datasense.resolver.SchemaInputTypeResolver
Absolute path to the schema between the context of the owning connector.
getStaticMetadata() - Method in class org.mule.connectors.restconnect.commons.api.datasense.resolver.PagingTypeResolver
 
getStatusCode() - Method in class org.mule.connectors.restconnect.commons.api.operation.HttpResponseAttributes
 
getTlsConfig() - Method in class org.mule.connectors.restconnect.commons.api.connection.BaseConnectionProvider
TLS secured implementations MUST override this method to provide the TlsParameterGroup that configures TLS.
getTlsContext() - Method in class org.mule.connectors.restconnect.commons.api.connection.MandatoryTlsParameterGroup
 
getTlsContext() - Method in class org.mule.connectors.restconnect.commons.api.connection.OptionalTlsParameterGroup
 
getTlsContext() - Method in interface org.mule.connectors.restconnect.commons.api.connection.TlsParameterGroup
 
getTotalResults(RestConnection) - Method in class org.mule.connectors.restconnect.commons.api.operation.paging.RestPagingProvider
 
getUsername() - Method in class org.mule.connectors.restconnect.commons.api.proxy.HttpProxyConfig
 
getValue() - Method in class org.mule.connectors.restconnect.commons.api.request.KeyValue
 

H

handleResponseError(HttpResponse, CompletableFuture<Result<InputStream, HttpResponseAttributes>>, StreamingHelper, RestConnectError) - Method in class org.mule.connectors.restconnect.commons.api.connection.DefaultRestConnection
 
handleResponseError(HttpResponse, CompletableFuture<Result<InputStream, HttpResponseAttributes>>, StreamingHelper, RestConnectError) - Method in class org.mule.connectors.restconnect.commons.api.connection.oauth.OAuthRestConnection
 
hashCode() - Method in class org.mule.connectors.restconnect.commons.api.proxy.HttpProxyConfig
 
hashCode() - Method in class org.mule.connectors.restconnect.commons.api.request.KeyValue
 
HttpProxyConfig - Class in org.mule.connectors.restconnect.commons.api.proxy
Basic HTTP Proxy configuration based on host and port, and optionally a username and password for proxy authentication.
HttpProxyConfig() - Constructor for class org.mule.connectors.restconnect.commons.api.proxy.HttpProxyConfig
 
HttpResponseAttributes - Class in org.mule.connectors.restconnect.commons.api.operation
Representation of an HTTP response message attributes.
HttpResponseAttributes(int, String, MultiMap<String, String>) - Constructor for class org.mule.connectors.restconnect.commons.api.operation.HttpResponseAttributes
 

I

initialise() - Method in class org.mule.connectors.restconnect.commons.api.connection.BaseConnectionProvider
 
isBlank(String) - Static method in class org.mule.connectors.restconnect.commons.internal.util.RestConnectUtils
 
isNotBlank(String) - Static method in class org.mule.connectors.restconnect.commons.internal.util.RestConnectUtils
 
isStreamResponse() - Method in class org.mule.connectors.restconnect.commons.api.connection.BaseConnectionProvider
 
isUsePersistentConnections() - Method in class org.mule.connectors.restconnect.commons.api.connection.BaseConnectionProvider
 

J

JsonInputTypeResolver - Class in org.mule.connectors.restconnect.commons.api.datasense.resolver
SchemaInputTypeResolver implementation for Json schemas
JsonInputTypeResolver() - Constructor for class org.mule.connectors.restconnect.commons.api.datasense.resolver.JsonInputTypeResolver
 

K

KeyValue - Class in org.mule.connectors.restconnect.commons.api.request
Base class for object parameters that represent a key-value pair.
KeyValue() - Constructor for class org.mule.connectors.restconnect.commons.api.request.KeyValue
 

L

loadSchema(String) - Method in class org.mule.connectors.restconnect.commons.api.datasense.resolver.JsonInputTypeResolver
 
loadSchema(String) - Method in class org.mule.connectors.restconnect.commons.api.datasense.resolver.PagingJsonTypeResolver
 
loadSchema(String) - Method in class org.mule.connectors.restconnect.commons.api.datasense.resolver.PagingTypeResolver
Parses the given schema and transforms it to a MetadataType
loadSchema(String) - Method in class org.mule.connectors.restconnect.commons.api.datasense.resolver.SchemaInputTypeResolver
Parses the given schema and transforms it to a MetadataType
loadSchema(String) - Method in class org.mule.connectors.restconnect.commons.api.datasense.resolver.XmlInputTypeResolver
 

M

MandatoryTlsParameterGroup - Class in org.mule.connectors.restconnect.commons.api.connection
A TlsParameterGroup which is always fixed at the HTTPS protocol.
MandatoryTlsParameterGroup() - Constructor for class org.mule.connectors.restconnect.commons.api.connection.MandatoryTlsParameterGroup
 
MarkerPagingProvider - Class in org.mule.connectors.restconnect.commons.api.operation.paging
Implementation of RestPagingProvider for APIs which do paging based on a marker provided in the response of each request, acting as a marker or position inside the stream of results.
MarkerPagingProvider(String, String, Function<RestConnection, HttpRequestBuilder>, ExpressionLanguage, StreamingHelper, String, MediaType, String, int) - Constructor for class org.mule.connectors.restconnect.commons.api.operation.paging.MarkerPagingProvider
Creates a new instance
mediaType - Variable in class org.mule.connectors.restconnect.commons.api.operation.paging.RestPagingProvider
 

N

NonEntityRequestParameters - Class in org.mule.connectors.restconnect.commons.api.operation
A parameter group that contains general parameters for operations which do not accept an HTTP entity
NonEntityRequestParameters() - Constructor for class org.mule.connectors.restconnect.commons.api.operation.NonEntityRequestParameters
 

O

OAuthRestConnection - Class in org.mule.connectors.restconnect.commons.api.connection.oauth
Specialization of DefaultRestConnection for resources protected with OAuth, regardless of the grant type.
OAuthRestConnection(String, String, HttpClient, HttpAuthentication, MultiMap<String, String>, MultiMap<String, String>, OAuthState, String) - Constructor for class org.mule.connectors.restconnect.commons.api.connection.oauth.OAuthRestConnection
Creates a new instance
OffsetPagingProvider - Class in org.mule.connectors.restconnect.commons.api.operation.paging
Implementation of RestPagingProvider for APIs which do paging based on an offset query param.
OffsetPagingProvider(String, int, Function<RestConnection, HttpRequestBuilder>, ExpressionLanguage, StreamingHelper, String, MediaType, String, int) - Constructor for class org.mule.connectors.restconnect.commons.api.operation.paging.OffsetPagingProvider
Creates a new instance
onPage(List<TypedValue<String>>, String) - Method in class org.mule.connectors.restconnect.commons.api.operation.paging.MarkerPagingProvider
 
onPage(List<TypedValue<String>>, String) - Method in class org.mule.connectors.restconnect.commons.api.operation.paging.OffsetPagingProvider
 
onPage(List<TypedValue<String>>, String) - Method in class org.mule.connectors.restconnect.commons.api.operation.paging.PageNumberPagingProvider
 
onPage(List<TypedValue<String>>, String) - Method in class org.mule.connectors.restconnect.commons.api.operation.paging.RestPagingProvider
Invoked each time a page is obtained.
OptionalTlsParameterGroup - Class in org.mule.connectors.restconnect.commons.api.connection
A TlsParameterGroup which allows to switch between HTTP and HTTPS protocols.
OptionalTlsParameterGroup() - Constructor for class org.mule.connectors.restconnect.commons.api.connection.OptionalTlsParameterGroup
 
org.mule.connectors.restconnect.commons.api.annotation - package org.mule.connectors.restconnect.commons.api.annotation
 
org.mule.connectors.restconnect.commons.api.configuration - package org.mule.connectors.restconnect.commons.api.configuration
 
org.mule.connectors.restconnect.commons.api.connection - package org.mule.connectors.restconnect.commons.api.connection
 
org.mule.connectors.restconnect.commons.api.connection.oauth - package org.mule.connectors.restconnect.commons.api.connection.oauth
 
org.mule.connectors.restconnect.commons.api.datasense.resolver - package org.mule.connectors.restconnect.commons.api.datasense.resolver
 
org.mule.connectors.restconnect.commons.api.error - package org.mule.connectors.restconnect.commons.api.error
 
org.mule.connectors.restconnect.commons.api.operation - package org.mule.connectors.restconnect.commons.api.operation
 
org.mule.connectors.restconnect.commons.api.operation.paging - package org.mule.connectors.restconnect.commons.api.operation.paging
 
org.mule.connectors.restconnect.commons.api.proxy - package org.mule.connectors.restconnect.commons.api.proxy
 
org.mule.connectors.restconnect.commons.api.request - package org.mule.connectors.restconnect.commons.api.request
 
org.mule.connectors.restconnect.commons.internal - package org.mule.connectors.restconnect.commons.internal
 
org.mule.connectors.restconnect.commons.internal.util - package org.mule.connectors.restconnect.commons.internal.util
 

P

PageNumberPagingProvider - Class in org.mule.connectors.restconnect.commons.api.operation.paging
Implementation of RestPagingProvider for APIs which do paging based on requesting individual pages by number
PageNumberPagingProvider(String, int, Function<RestConnection, HttpRequestBuilder>, ExpressionLanguage, StreamingHelper, String, MediaType, String, int) - Constructor for class org.mule.connectors.restconnect.commons.api.operation.paging.PageNumberPagingProvider
Creates a new instance
PagingJsonTypeResolver - Class in org.mule.connectors.restconnect.commons.api.datasense.resolver
Specialization of PagingTypeResolver for json schemas
PagingJsonTypeResolver() - Constructor for class org.mule.connectors.restconnect.commons.api.datasense.resolver.PagingJsonTypeResolver
 
PagingTypeResolver - Class in org.mule.connectors.restconnect.commons.api.datasense.resolver
An OutputStaticTypeResolver to use in paging operations.
PagingTypeResolver() - Constructor for class org.mule.connectors.restconnect.commons.api.datasense.resolver.PagingTypeResolver
 
password - Variable in class org.mule.connectors.restconnect.commons.api.connection.BasicAuthConnectionProvider
The password to authenticate the requests

Q

QueryParam - Class in org.mule.connectors.restconnect.commons.api.request
Represents an HTTP Query Parameter
QueryParam() - Constructor for class org.mule.connectors.restconnect.commons.api.request.QueryParam
 

R

request(HttpRequestBuilder, int, StreamingHelper) - Method in class org.mule.connectors.restconnect.commons.api.connection.DefaultRestConnection
Sends a request and returns a CompletableFuture with a Result which output is the response body in the form of an InputStream and a HttpResponseAttributes.
request(HttpRequestBuilder, int, StreamingHelper) - Method in interface org.mule.connectors.restconnect.commons.api.connection.RestConnection
Sends a request and returns a CompletableFuture with a Result which output is the response body in the form of an InputStream and a HttpResponseAttributes.
REQUEST_PARAMETERS_GROUP_NAME - Static variable in class org.mule.connectors.restconnect.commons.internal.RestConnectConstants
 
requestBuilder(String, String, HttpConstants.Method, TypedValue<InputStream>, RequestParameters) - Method in class org.mule.connectors.restconnect.commons.api.operation.BaseRestConnectOperation
Creates a preconfigured HttpRequestBuilder per the given parameters.
RequestErrorTypeProvider - Class in org.mule.connectors.restconnect.commons.api.error
Errors that can be thrown in a rest connect operation
RequestErrorTypeProvider() - Constructor for class org.mule.connectors.restconnect.commons.api.error.RequestErrorTypeProvider
 
RequestException - Exception in org.mule.connectors.restconnect.commons.api.error
ModuleException to be raised when a request fails.
RequestException(RestConnectError, Result<Object, HttpResponseAttributes>) - Constructor for exception org.mule.connectors.restconnect.commons.api.error.RequestException
Creates a new instance
RequestHeader - Class in org.mule.connectors.restconnect.commons.api.request
Represents an HTTP Header
RequestHeader() - Constructor for class org.mule.connectors.restconnect.commons.api.request.RequestHeader
 
RequestParameters - Interface in org.mule.connectors.restconnect.commons.api.operation
Groups general parameters for operations
responseTimeout - Variable in class org.mule.connectors.restconnect.commons.api.operation.paging.RestPagingProvider
 
RestConnectConfiguration - Class in org.mule.connectors.restconnect.commons.api.configuration
Base class for configuration objects
RestConnectConfiguration() - Constructor for class org.mule.connectors.restconnect.commons.api.configuration.RestConnectConfiguration
 
RestConnectConstants - Class in org.mule.connectors.restconnect.commons.internal
Set of constants
RestConnectError - Enum in org.mule.connectors.restconnect.commons.api.error
Represents an error that can happen in an HTTP operation.
RestConnection - Interface in org.mule.connectors.restconnect.commons.api.connection
Generic contract for connections that allow consuming a Rest API by the use of an underlying HttpClient
RestConnectUtils - Class in org.mule.connectors.restconnect.commons.internal.util
Utility methods
RestPagingProvider - Class in org.mule.connectors.restconnect.commons.api.operation.paging
Provides the base functionality for paginating the results of a REST endpoint.
RestPagingProvider(Function<RestConnection, HttpRequestBuilder>, ExpressionLanguage, StreamingHelper, String, MediaType, String, int) - Constructor for class org.mule.connectors.restconnect.commons.api.operation.paging.RestPagingProvider
Creates a new instance

S

SchemaInputTypeResolver - Class in org.mule.connectors.restconnect.commons.api.datasense.resolver
Base class for InputTypeResolver implementations that dynamically load a schema
SchemaInputTypeResolver() - Constructor for class org.mule.connectors.restconnect.commons.api.datasense.resolver.SchemaInputTypeResolver
 
stop() - Method in class org.mule.connectors.restconnect.commons.api.connection.DefaultRestConnection
Stops this connection by stopping the underlying HttpClient and freeing other resources.
stop() - Method in interface org.mule.connectors.restconnect.commons.api.connection.RestConnection
Stops this connection by freeing resources and stopping the underlying HttpClient
stopPaging() - Method in class org.mule.connectors.restconnect.commons.api.operation.paging.RestPagingProvider
 

T

TlsParameterGroup - Interface in org.mule.connectors.restconnect.commons.api.connection
Defines the contract of a Parameter group with everything necessary to configure TLS
toAttributes(HttpResponse) - Method in class org.mule.connectors.restconnect.commons.api.connection.DefaultRestConnection
 
toString() - Method in class org.mule.connectors.restconnect.commons.api.operation.HttpResponseAttributes
 

U

UNLIMITED_CONNECTIONS - Static variable in class org.mule.connectors.restconnect.commons.internal.RestConnectConstants
 
username - Variable in class org.mule.connectors.restconnect.commons.api.connection.BasicAuthConnectionProvider
The username to authenticate the requests

V

validate(RestConnection) - Method in class org.mule.connectors.restconnect.commons.api.connection.BaseConnectionProvider
 
valueOf(String) - Static method in enum org.mule.connectors.restconnect.commons.api.error.RestConnectError
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mule.connectors.restconnect.commons.api.error.RestConnectError
Returns an array containing the constants of this enum type, in the order they are declared.

X

XmlInputTypeResolver - Class in org.mule.connectors.restconnect.commons.api.datasense.resolver
SchemaInputTypeResolver that loads an XML schema
XmlInputTypeResolver() - Constructor for class org.mule.connectors.restconnect.commons.api.datasense.resolver.XmlInputTypeResolver
 
A B C D E G H I J K L M N O P Q R S T U V X 
Skip navigation links

Copyright © 2019. All rights reserved.