Package org.glassfish.jersey.client
Interface ClientConfig.State.StateChangeStrategy
- Enclosing class:
ClientConfig.State
private static interface ClientConfig.State.StateChangeStrategy
Configuration state change strategy.
-
Method Summary
Modifier and TypeMethodDescriptiononChange
(ClientConfig.State state) Invoked whenever a mutator method is called in the given configuration state.
-
Method Details
-
onChange
Invoked whenever a mutator method is called in the given configuration state.- Parameters:
state
- configuration state to be mutated.- Returns:
- state instance that will be mutated and returned from the invoked configuration state mutator method.
-