Uses of Interface
org.glassfish.jersey.client.JerseyClient.ShutdownHook
Packages that use JerseyClient.ShutdownHook
-
Uses of JerseyClient.ShutdownHook in org.glassfish.jersey.client
Classes in org.glassfish.jersey.client that implement JerseyClient.ShutdownHookModifier and TypeClassDescription(package private) class
Client-side request processing runtime.Fields in org.glassfish.jersey.client with type parameters of type JerseyClient.ShutdownHookModifier and TypeFieldDescriptionprivate final ReferenceQueue
<JerseyClient.ShutdownHook> JerseyClient.shReferenceQueue
private final LinkedBlockingDeque
<WeakReference<JerseyClient.ShutdownHook>> JerseyClient.shutdownHooks
Methods in org.glassfish.jersey.client with parameters of type JerseyClient.ShutdownHookModifier and TypeMethodDescription(package private) void
JerseyClient.registerShutdownHook
(JerseyClient.ShutdownHook shutdownHook) Register a new client shutdown hook.