Interface RemoteClientBuilder
-
- All Known Implementing Classes:
RemoteProxyBuilder
public interface RemoteClientBuilder
a service interface for extending the building of the remote HTTP client
-
-
Field Summary
Fields Modifier and Type Field Description static String
ASPECT_KEY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configure(@NotNull org.apache.http.client.protocol.HttpClientContext context)
add settings to the HTTP client context configurationvoid
configure(@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
-
-