Class RoutedRequest<T>

  • All Implemented Interfaces:
    org.apache.flink.shaded.netty4.io.netty.util.ReferenceCounted

    public class RoutedRequest<T>
    extends Object
    implements org.apache.flink.shaded.netty4.io.netty.util.ReferenceCounted
    Class for handling HttpRequest with associated RouteResult.
    • Constructor Detail

      • RoutedRequest

        public RoutedRequest​(RouteResult<T> result,
                             org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpRequest request)
    • Method Detail

      • getRequest

        public org.apache.flink.shaded.netty4.io.netty.handler.codec.http.HttpRequest getRequest()
      • getPath

        public String getPath()
      • refCnt

        public int refCnt()
        Specified by:
        refCnt in interface org.apache.flink.shaded.netty4.io.netty.util.ReferenceCounted
      • release

        public boolean release()
        Specified by:
        release in interface org.apache.flink.shaded.netty4.io.netty.util.ReferenceCounted
      • release

        public boolean release​(int arg0)
        Specified by:
        release in interface org.apache.flink.shaded.netty4.io.netty.util.ReferenceCounted
      • retain

        public org.apache.flink.shaded.netty4.io.netty.util.ReferenceCounted retain()
        Specified by:
        retain in interface org.apache.flink.shaded.netty4.io.netty.util.ReferenceCounted
      • retain

        public org.apache.flink.shaded.netty4.io.netty.util.ReferenceCounted retain​(int arg0)
        Specified by:
        retain in interface org.apache.flink.shaded.netty4.io.netty.util.ReferenceCounted
      • touch

        public org.apache.flink.shaded.netty4.io.netty.util.ReferenceCounted touch()
        Specified by:
        touch in interface org.apache.flink.shaded.netty4.io.netty.util.ReferenceCounted
      • touch

        public org.apache.flink.shaded.netty4.io.netty.util.ReferenceCounted touch​(Object hint)
        Specified by:
        touch in interface org.apache.flink.shaded.netty4.io.netty.util.ReferenceCounted