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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClientConfig.State
onChange(ClientConfig.State state)
Invoked whenever a mutator method is called in the given configuration state.
-
-
-
Method Detail
-
onChange
ClientConfig.State onChange(ClientConfig.State state)
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.
-
-