Package com.robothy.s3.rest.handler
Class BucketReplicationController
java.lang.Object
com.robothy.s3.rest.handler.BucketReplicationController
-
Method Summary
Modifier and TypeMethodDescriptionvoiddelete(com.robothy.netty.http.HttpRequest request, com.robothy.netty.http.HttpResponse response) voidget(com.robothy.netty.http.HttpRequest request, com.robothy.netty.http.HttpResponse response) voidput(com.robothy.netty.http.HttpRequest request, com.robothy.netty.http.HttpResponse response)
-
Method Details
-
put
public void put(com.robothy.netty.http.HttpRequest request, com.robothy.netty.http.HttpResponse response) throws Exception - Throws:
Exception
-
get
public void get(com.robothy.netty.http.HttpRequest request, com.robothy.netty.http.HttpResponse response) throws Exception - Throws:
Exception
-
delete
public void delete(com.robothy.netty.http.HttpRequest request, com.robothy.netty.http.HttpResponse response) throws Exception - Throws:
Exception
-