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) class
ClientRuntime
Client-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. shReferenceQueue
private java.util.concurrent.LinkedBlockingDeque<java.lang.ref.WeakReference<JerseyClient.ShutdownHook>>
JerseyClient. shutdownHooks
Methods in org.glassfish.jersey.client with parameters of type JerseyClient.ShutdownHook Modifier and Type Method Description (package private) void
JerseyClient. registerShutdownHook(JerseyClient.ShutdownHook shutdownHook)
Register a new client shutdown hook.
-