Package org.glassfish.jersey.client
Interface JerseyClient.ShutdownHook
- All Known Implementing Classes:
ClientRuntime
- Enclosing class:
JerseyClient
static interface JerseyClient.ShutdownHook
Client instance shutdown hook.
-
Method Summary
-
Method Details
-
onShutdown
void onShutdown()Invoked when the client instance is closed.
-