Class ListPartsController

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

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

    • ListPartsController

      public ListPartsController(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