Class KeepAliveWrite
java.lang.Object
org.apache.flink.runtime.rest.handler.util.KeepAliveWrite
Utilities to write.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.flink.shaded.netty4.io.netty.channel.ChannelFutureflush(org.apache.flink.shaded.netty4.io.netty.channel.ChannelHandlerContext ctx, org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpRequest request, org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponse response) static org.apache.flink.shaded.netty4.io.netty.channel.ChannelFutureflush(org.apache.flink.shaded.netty4.io.netty.channel.Channel ch, org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpRequest req, org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponse res)
-
Constructor Details
-
KeepAliveWrite
public KeepAliveWrite()
-
-
Method Details
-
flush
public static org.apache.flink.shaded.netty4.io.netty.channel.ChannelFuture flush(org.apache.flink.shaded.netty4.io.netty.channel.ChannelHandlerContext ctx, org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpRequest request, org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponse response) -
flush
public static org.apache.flink.shaded.netty4.io.netty.channel.ChannelFuture flush(org.apache.flink.shaded.netty4.io.netty.channel.Channel ch, org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpRequest req, org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpResponse res)
-