Uses of Class
org.glassfish.jersey.client.ClientRuntime
Packages that use ClientRuntime
-
Uses of ClientRuntime in org.glassfish.jersey.client
Fields in org.glassfish.jersey.client with type parameters of type ClientRuntimeModifier and TypeFieldDescriptionprivate final LazyValue
<ClientRuntime> ClientConfig.State.runtime
Methods in org.glassfish.jersey.client that return ClientRuntimeModifier and TypeMethodDescription(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.