Class StreamBufferingEncoder.Frame

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void release​(java.lang.Throwable t)
      Release any resources (features, buffers, ...) associated with the frame.
      (package private) abstract void send​(ChannelHandlerContext ctx, int streamId)  
      • Methods inherited from class java.lang.Object

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

      • release

        void release​(java.lang.Throwable t)
        Release any resources (features, buffers, ...) associated with the frame.