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
Nested Classes Modifier and Type Interface Description static interfaceConfigurer.ConfigurerConfigurationRepresents the potentialConfigurerOptionparameters of the invocation.static interfaceConfigurer.ConnectionRepresents actions doable on a connection.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigure(Configurer.Connection connection, Configurer.ConfigurerConfiguration configuration)
-
-
-
Method Detail
-
configure
void configure(Configurer.Connection connection, Configurer.ConfigurerConfiguration configuration)
- Parameters:
connection- the current connection to customize.configuration- the configuration of the invocation if any.
-
-