Uses of Class
org.glassfish.jersey.client.ClientConfig.State
Packages that use ClientConfig.State
-
Uses of ClientConfig.State in org.glassfish.jersey.client
Fields in org.glassfish.jersey.client declared as ClientConfig.StateModifier and TypeFieldDescriptionprivate final ClientConfig.State
ClientConfig.RuntimeConfigConfigurator.runtimeConfig
private ClientConfig.State
ClientConfig.state
Internal configuration state.Methods in org.glassfish.jersey.client that return ClientConfig.StateModifier and TypeMethodDescription(package private) ClientConfig.State
ClientConfig.State.connectorProvider
(ConnectorProvider provider) (package private) ClientConfig.State
ClientConfig.State.copy()
Create a copy of the configuration state within the same parent Jersey client instance scope.(package private) ClientConfig.State
ClientConfig.State.copy
(JerseyClient client) Create a copy of the configuration state in a scope of the given parent Jersey client instance.(package private) ClientConfig.State
ClientConfig.State.executorService
(ExecutorService executorService) ClientConfig.State.getConfiguration()
ClientConfig.State.loadFrom
(javax.ws.rs.core.Configuration config) ClientConfig.State.StateChangeStrategy.onChange
(ClientConfig.State state) Invoked whenever a mutator method is called in the given configuration state.(package private) ClientConfig.State
ClientConfig.State.preInitialize()
(package private) ClientConfig.State
ClientConfig.State.scheduledExecutorService
(ScheduledExecutorService scheduledExecutorService) Methods in org.glassfish.jersey.client with parameters of type ClientConfig.StateModifier and TypeMethodDescriptionClientConfig.State.StateChangeStrategy.onChange
(ClientConfig.State state) Invoked whenever a mutator method is called in the given configuration state.Constructors in org.glassfish.jersey.client with parameters of type ClientConfig.StateModifierConstructorDescriptionprivate
ClientConfig
(ClientConfig.State state) Construct a new Jersey configuration instance using the supplied state.private
RuntimeConfigConfigurator
(ClientConfig.State runtimeConfig) private
State
(JerseyClient client, ClientConfig.State original) Copy the original configuration state while using the default state change strategy.