Package org.glassfish.grizzly.http.ajp
Interface ShutdownHandler
public interface ShutdownHandler
Handler, which will be called, once Ajp shutdown message received.
- Author:
- Alexey Stashok
-
Method Summary
Modifier and TypeMethodDescriptionvoidonShutdown(org.glassfish.grizzly.Connection initiator) Method is called once AjpHandlerFilter received shutdown message.
-
Method Details
-
onShutdown
void onShutdown(org.glassfish.grizzly.Connection initiator) Method is called once AjpHandlerFilter received shutdown message.- Parameters:
initiator- peerConnectionthe shutdown request has been received from.
-