Uses of Class
org.glassfish.jersey.client.ClientConfig.State
Packages that use ClientConfig.State
-
Uses of ClientConfig.State in org.glassfish.jersey.client
Classes in org.glassfish.jersey.client that implement interfaces with type arguments of type ClientConfig.StateModifier and TypeClassDescriptionprivate static classDefault encapsulation of the internal configuration state.Fields in org.glassfish.jersey.client declared as ClientConfig.StateModifier and TypeFieldDescriptionprivate final ClientConfig.StateClientConfig.RuntimeConfigConfigurator.runtimeConfigprivate ClientConfig.StateClientConfig.stateInternal configuration state.Methods in org.glassfish.jersey.client that return ClientConfig.StateModifier and TypeMethodDescription(package private) ClientConfig.StateClientConfig.State.connectorProvider(ConnectorProvider provider) (package private) ClientConfig.StateClientConfig.State.copy()Create a copy of the configuration state within the same parent Jersey client instance scope.(package private) ClientConfig.StateClientConfig.State.copy(JerseyClient client) Create a copy of the configuration state in a scope of the given parent Jersey client instance.(package private) ClientConfig.StateClientConfig.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.StateClientConfig.State.preInitialize()(package private) ClientConfig.StateClientConfig.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.StateModifierConstructorDescriptionprivateClientConfig(ClientConfig.State state) Construct a new Jersey configuration instance using the supplied state.privateRuntimeConfigConfigurator(ClientConfig.State runtimeConfig) privateState(JerseyClient client, ClientConfig.State original) Copy the original configuration state while using the default state change strategy.