Class EspressoHttp2FrameCodecUtil


  • public final class EspressoHttp2FrameCodecUtil
    extends java.lang.Object
    Utility class to expose package private members.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static io.netty.handler.codec.http2.Http2FrameStream newStream​(io.netty.handler.codec.http2.Http2FrameCodec frameCodec)
      Calls frameCodec.newStream() and returns the result
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • newStream

        public static io.netty.handler.codec.http2.Http2FrameStream newStream​(io.netty.handler.codec.http2.Http2FrameCodec frameCodec)
        Calls frameCodec.newStream() and returns the result
        Parameters:
        frameCodec - Http2FrameCodec instance
        Returns:
        new Http2FrameStream instance