Package io.undertow.conduits
Class AbstractFramedStreamSinkConduit.PooledBuffersFrameCallback
- java.lang.Object
-
- io.undertow.conduits.AbstractFramedStreamSinkConduit.PooledBuffersFrameCallback
-
- All Implemented Interfaces:
AbstractFramedStreamSinkConduit.FrameCallBack
- Enclosing class:
- AbstractFramedStreamSinkConduit
protected static class AbstractFramedStreamSinkConduit.PooledBuffersFrameCallback extends java.lang.Object implements AbstractFramedStreamSinkConduit.FrameCallBack
-
-
Constructor Summary
Constructors Constructor Description PooledBuffersFrameCallback(PooledByteBuffer... buffers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
done()
void
failed(java.io.IOException e)
-
-
-
Constructor Detail
-
PooledBuffersFrameCallback
public PooledBuffersFrameCallback(PooledByteBuffer... buffers)
-
-
Method Detail
-
done
public void done()
- Specified by:
done
in interfaceAbstractFramedStreamSinkConduit.FrameCallBack
-
failed
public void failed(java.io.IOException e)
- Specified by:
failed
in interfaceAbstractFramedStreamSinkConduit.FrameCallBack
-
-