Class AbortMultipartUploadController

java.lang.Object
com.robothy.s3.rest.handler.AbortMultipartUploadController
All Implemented Interfaces:
com.robothy.netty.http.HttpRequestHandler

public class AbortMultipartUploadController extends Object implements com.robothy.netty.http.HttpRequestHandler
  • Constructor Details

    • AbortMultipartUploadController

      public AbortMultipartUploadController(ServiceFactory serviceFactory)
  • Method Details

    • handle

      public void handle(com.robothy.netty.http.HttpRequest request, com.robothy.netty.http.HttpResponse response) throws Exception
      Specified by:
      handle in interface com.robothy.netty.http.HttpRequestHandler
      Throws:
      Exception