Interface Configurer
- All Known Implementing Classes:
OAuth1.Configurer
public interface Configurer
Callback to configure the connection more deeply. Typically used to configure timeouts.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Represents the potentialConfigurerOption
parameters of the invocation.static interface
Represents actions doable on a connection. -
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(Configurer.Connection connection, Configurer.ConfigurerConfiguration configuration)
-
Method Details
-
configure
- Parameters:
connection
- the current connection to customize.configuration
- the configuration of the invocation if any.
-