Class HttpRestartServerHandler

java.lang.Object
org.springframework.boot.devtools.restart.server.HttpRestartServerHandler
All Implemented Interfaces:
Handler

public class HttpRestartServerHandler extends Object implements Handler
Since:
1.3.0
  • Constructor Details

  • Method Details

    • handle

      public void handle(org.springframework.http.server.ServerHttpRequest request, org.springframework.http.server.ServerHttpResponse response) throws IOException
      Description copied from interface: Handler
      Handle the request.
      Specified by:
      handle in interface Handler
      Parameters:
      request - the request
      response - the response
      Throws:
      IOException - in case of I/O errors