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

    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)