Uses of Class
org.apache.flink.runtime.rest.handler.router.RoutedRequest
-
Packages that use RoutedRequest Package Description org.apache.flink.runtime.rest.handler org.apache.flink.runtime.rest.handler.job org.apache.flink.runtime.rest.handler.legacy.files -
-
Uses of RoutedRequest in org.apache.flink.runtime.rest.handler
Methods in org.apache.flink.runtime.rest.handler with parameters of type RoutedRequest Modifier and Type Method Description protected voidLeaderRetrievalHandler. channelRead0(org.apache.flink.shaded.netty4.io.netty.channel.ChannelHandlerContext channelHandlerContext, RoutedRequest routedRequest)protected voidAbstractHandler. respondAsLeader(org.apache.flink.shaded.netty4.io.netty.channel.ChannelHandlerContext ctx, RoutedRequest routedRequest, T gateway)protected abstract voidLeaderRetrievalHandler. respondAsLeader(org.apache.flink.shaded.netty4.io.netty.channel.ChannelHandlerContext channelHandlerContext, RoutedRequest request, T gateway) -
Uses of RoutedRequest in org.apache.flink.runtime.rest.handler.job
Methods in org.apache.flink.runtime.rest.handler.job with parameters of type RoutedRequest Modifier and Type Method Description protected voidGeneratedLogUrlHandler. channelRead0(org.apache.flink.shaded.netty4.io.netty.channel.ChannelHandlerContext ctx, RoutedRequest<Object> routedRequest) -
Uses of RoutedRequest in org.apache.flink.runtime.rest.handler.legacy.files
Methods in org.apache.flink.runtime.rest.handler.legacy.files with parameters of type RoutedRequest Modifier and Type Method Description protected voidStaticFileServerHandler. respondAsLeader(org.apache.flink.shaded.netty4.io.netty.channel.ChannelHandlerContext channelHandlerContext, RoutedRequest routedRequest, T gateway)
-