Package org.apache.flink.runtime.rest.handler.router
-
Class Summary Class Description MultipartRoutes A utility forFileUploadHandler
to determine whether it should accept a request.MultipartRoutes.Builder RoutedRequest<T> Class for handlingHttpRequest
with associatedRouteResult
.Router<T> This is adopted and simplified code from tv.cntt:netty-router library.RouteResult<T> This is adopted and simplified code from tv.cntt:netty-router library.RouterHandler Inbound handler that converts HttpRequest to Routed and passes Routed to the matched handler.