shutDownGracefully
Initiates a graceful shutdown of the Jetty web server. Handling of new requests is prevented and the given callback
is invoked at the end of the attempt. The attempt can be explicitly ended by invoking stop.
Once shutdown has been initiated Jetty will reject any new connections. Requests on existing connections will be accepted, however, a Connection: close
header will be returned in the response.