Package com.robothy.s3.rest
Class LocalS3Router
java.lang.Object
com.robothy.netty.router.AbstractRouter
com.robothy.s3.rest.LocalS3Router
- All Implemented Interfaces:
com.robothy.netty.router.Router
public class LocalS3Router
extends com.robothy.netty.router.AbstractRouter
-
Field Summary
Fields inherited from interface com.robothy.netty.router.Router
DEFAULT_NOT_FOUND_HANDLER -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.robothy.netty.router.AbstractRouter
exceptionHandler, findExceptionHandler, notFound, notFoundHandler, staticResource, staticResourceMatcherMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.robothy.netty.router.Router
route
-
Constructor Details
-
LocalS3Router
public LocalS3Router()
-
-
Method Details
-
route
public com.robothy.netty.router.Router route(com.robothy.netty.router.Route rule) -
match
public com.robothy.netty.http.HttpRequestHandler match(com.robothy.netty.http.HttpRequest request)
-