Package | Description |
---|---|
org.glassfish.jersey.client |
Jersey client-side classes.
|
Modifier and Type | Field and Description |
---|---|
private LazyValue<ClientRuntime> |
ClientConfig.State.runtime |
Modifier and Type | Method and Description |
---|---|
(package private) ClientRuntime |
ClientRequest.getClientRuntime()
Get the underlying client runtime.
|
(package private) ClientRuntime |
ClientConfig.getRuntime()
Get the configured runtime.
|
private ClientRuntime |
ClientConfig.State.initRuntime()
Initialize the newly constructed client instance.
|