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 ClassesModifier and TypeInterfaceDescriptionstatic interfaceRepresents the potentialConfigurerOptionparameters of the invocation.static interfaceRepresents actions doable on a connection. -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(Configurer.Connection connection, Configurer.ConfigurerConfiguration configuration)
-
Method Details
-
configure
- Parameters:
connection- the current connection to customize.configuration- the configuration of the invocation if any.
-