(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(java.util.concurrent.ExecutorService executorService) |
|
ClientConfig.State |
ClientConfig.State.getConfiguration() |
|
ClientConfig.State |
ClientConfig.State.loadFrom(javax.ws.rs.core.Configuration config) |
|
ClientConfig.State |
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() |
|
ClientConfig.State |
ClientConfig.State.property(java.lang.String name,
java.lang.Object value) |
|
ClientConfig.State |
ClientConfig.State.register(java.lang.Class<?> providerClass) |
|
ClientConfig.State |
ClientConfig.State.register(java.lang.Class<?> providerClass,
int bindingPriority) |
|
ClientConfig.State |
ClientConfig.State.register(java.lang.Class<?> providerClass,
java.lang.Class<?>... contracts) |
|
ClientConfig.State |
ClientConfig.State.register(java.lang.Class<?> providerClass,
java.util.Map<java.lang.Class<?>,java.lang.Integer> contracts) |
|
ClientConfig.State |
ClientConfig.State.register(java.lang.Object provider) |
|
ClientConfig.State |
ClientConfig.State.register(java.lang.Object provider,
int bindingPriority) |
|
ClientConfig.State |
ClientConfig.State.register(java.lang.Object provider,
java.lang.Class<?>... contracts) |
|
ClientConfig.State |
ClientConfig.State.register(java.lang.Object provider,
java.util.Map<java.lang.Class<?>,java.lang.Integer> contracts) |
|
(package private) ClientConfig.State |
ClientConfig.State.scheduledExecutorService(java.util.concurrent.ScheduledExecutorService scheduledExecutorService) |
|