Package org.talend.sdk.component.api.service.http
package org.talend.sdk.component.api.service.http
-
ClassDescriptionMake the 'string' parameter as base of the endpoint.Defines which implementation payloads (input/output) are serialized with.Callback to configure the connection more deeply.Represents the potential
ConfigurerOption
parameters of the invocation.Represents actions doable on a connection.Marks a parameter as a configurer option.Allows to read in a custom manner a response payload.Allows to convert an object to a byte array to be sent accross the network.Marks a parameter as a header value.Mark parameter as the http request headersYou can cast an injected client with this type to initialize the base.The service you can use to create http clients.HttpException that wrap an httpResponse
with a status code and an error payloadMark parameter as the http method.Marks a parameter as a path template.Marks a parameter as a query parameter.How to serialize the query parameter when there are more then one value.Mark the parameter as the http request query parametersMarks the method as a request method.Response<T>Represents a Http response and can be used as returned type of aRequest
method.Mark parameter as the URL of the http request If this annotation is used it override the @Request.path()
and theHttpClient.base(String)
Request to use a custom configurer for the connection.