Interface AbstractFramedStreamSinkConduit.FrameCallBack

All Known Implementing Classes:
AbstractFramedStreamSinkConduit.PooledBufferFrameCallback, AbstractFramedStreamSinkConduit.PooledBuffersFrameCallback
Enclosing class:
AbstractFramedStreamSinkConduit

public static interface AbstractFramedStreamSinkConduit.FrameCallBack
Interface that is called when a frame event takes place. The events are:

  • Done - The fame has been written out
  • Failed - The frame write failed
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
  • Method Details

    • done

      void done()
    • failed

      void failed(IOException e)