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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.robothy.netty.http.HttpRequestHandler
    match(com.robothy.netty.http.HttpRequest request)
     
    com.robothy.netty.router.Router
    route(com.robothy.netty.router.Route rule)
     

    Methods inherited from class com.robothy.netty.router.AbstractRouter

    exceptionHandler, findExceptionHandler, notFound, notFoundHandler, staticResource, staticResourceMatcher

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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)