Uses of Interface
org.glassfish.jersey.client.JerseyClient.ShutdownHook
-
Packages that use JerseyClient.ShutdownHook Package Description org.glassfish.jersey.client Jersey client-side classes. -
-
Uses of JerseyClient.ShutdownHook in org.glassfish.jersey.client
Classes in org.glassfish.jersey.client that implement JerseyClient.ShutdownHook Modifier and Type Class Description (package private) classClientRuntimeClient-side request processing runtime.Fields in org.glassfish.jersey.client with type parameters of type JerseyClient.ShutdownHook Modifier and Type Field Description private java.lang.ref.ReferenceQueue<JerseyClient.ShutdownHook>JerseyClient. shReferenceQueueprivate java.util.concurrent.LinkedBlockingDeque<java.lang.ref.WeakReference<JerseyClient.ShutdownHook>>JerseyClient. shutdownHooksMethods in org.glassfish.jersey.client with parameters of type JerseyClient.ShutdownHook Modifier and Type Method Description (package private) voidJerseyClient. registerShutdownHook(JerseyClient.ShutdownHook shutdownHook)Register a new client shutdown hook.
-