Uses of Interface
io.undertow.conduits.AbstractFramedStreamSinkConduit.FrameCallBack
-
Packages that use AbstractFramedStreamSinkConduit.FrameCallBack Package Description io.undertow.conduits -
-
Uses of AbstractFramedStreamSinkConduit.FrameCallBack in io.undertow.conduits
Classes in io.undertow.conduits that implement AbstractFramedStreamSinkConduit.FrameCallBack Modifier and Type Class Description protected static classAbstractFramedStreamSinkConduit.PooledBufferFrameCallbackprotected static classAbstractFramedStreamSinkConduit.PooledBuffersFrameCallbackMethods in io.undertow.conduits with parameters of type AbstractFramedStreamSinkConduit.FrameCallBack Modifier and Type Method Description protected voidAbstractFramedStreamSinkConduit. queueFrame(AbstractFramedStreamSinkConduit.FrameCallBack callback, java.nio.ByteBuffer... data)Queues a frame for sending.
-