Package io.undertow.conduits
Interface AbstractFramedStreamSinkConduit.FrameCallBack
-
- All Known Implementing Classes:
AbstractFramedStreamSinkConduit.PooledBufferFrameCallback,AbstractFramedStreamSinkConduit.PooledBuffersFrameCallback
- Enclosing class:
- AbstractFramedStreamSinkConduit
public static interface AbstractFramedStreamSinkConduit.FrameCallBackInterface 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddone()voidfailed(IOException e)
-
-
-
Method Detail
-
done
void done()
-
failed
void failed(IOException e)
-
-