Uses of Class
org.glassfish.jersey.client.ClientRuntime
-
Packages that use ClientRuntime Package Description org.glassfish.jersey.client Jersey client-side classes. -
-
Uses of ClientRuntime in org.glassfish.jersey.client
Fields in org.glassfish.jersey.client with type parameters of type ClientRuntime Modifier and Type Field Description private LazyValue<ClientRuntime>
ClientConfig.State. runtime
Methods in org.glassfish.jersey.client that return ClientRuntime Modifier and Type Method 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.
-