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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onShutdown()
Invoked when the client instance is closed.
-