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. runtimeMethods in org.glassfish.jersey.client that return ClientRuntime Modifier and Type Method Description (package private) ClientRuntimeClientRequest. getClientRuntime()Get the underlying client runtime.(package private) ClientRuntimeClientConfig. getRuntime()Get the configured runtime.private ClientRuntimeClientConfig.State. initRuntime()Initialize the newly constructed client instance.
-