Class KeepAliveWrite
- java.lang.Object
-
- org.apache.flink.runtime.rest.handler.util.KeepAliveWrite
-
public class KeepAliveWrite extends Object
Utilities to write.
-
-
Constructor Summary
Constructors Constructor Description KeepAliveWrite()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description 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)
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)
-
-
-
Method Detail
-
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)
-
-