Interface ShutdownHandler


public interface ShutdownHandler
Handler, which will be called, once Ajp shutdown message received.
Author:
Alexey Stashok
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onShutdown(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 - peer Connection the shutdown request has been received from.