Interface RemoteClientBuilder
-
- All Known Implementing Classes:
RemoteProxyBuilder
public interface RemoteClientBuildera service interface for extending the building of the remote HTTP client
-
-
Field Summary
Fields Modifier and Type Field Description static StringASPECT_KEY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigure(@NotNull org.apache.http.client.protocol.HttpClientContext context)add settings to the HTTP client context configurationvoidconfigure(@NotNull org.apache.http.impl.client.HttpClientBuilder builder)Extends the configuration of the HTTP client builder for remote clients
-
-
-
Field Detail
-
ASPECT_KEY
static final String ASPECT_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
configure
void configure(@NotNull @NotNull org.apache.http.client.protocol.HttpClientContext context)add settings to the HTTP client context configuration- Parameters:
context- the context object to configure
-
configure
void configure(@NotNull @NotNull org.apache.http.impl.client.HttpClientBuilder builder)Extends the configuration of the HTTP client builder for remote clients- Parameters:
builder- the builder instance to extend
-
-