Uses of Interface
net.officefloor.server.stream.FileCompleteCallback
- 
- 
Uses of FileCompleteCallback in net.officefloor.server.http.mockMethods in net.officefloor.server.http.mock with parameters of type FileCompleteCallback Modifier and Type Method Description StreamBuffer<java.nio.ByteBuffer>MockStreamBufferPool. getFileStreamBuffer(java.nio.channels.FileChannel file, long position, long count, FileCompleteCallback callback)
- 
Uses of FileCompleteCallback in net.officefloor.server.http.nettyMethods in net.officefloor.server.http.netty with parameters of type FileCompleteCallback Modifier and Type Method Description StreamBuffer<io.netty.buffer.ByteBuf>NettyBufferPool. getFileStreamBuffer(java.nio.channels.FileChannel file, long position, long count, FileCompleteCallback callback)
- 
Uses of FileCompleteCallback in net.officefloor.server.streamFields in net.officefloor.server.stream declared as FileCompleteCallback Modifier and Type Field Description FileCompleteCallbackStreamBuffer.FileBuffer. callbackOptionalFileCompleteCallback.Methods in net.officefloor.server.stream with parameters of type FileCompleteCallback Modifier and Type Method Description StreamBuffer<B>StreamBufferPool. getFileStreamBuffer(java.nio.channels.FileChannel file, long position, long count, FileCompleteCallback callback)Obtains aStreamBufferfor theFileChannelcontent.abstract voidServerOutputStream. write(java.nio.channels.FileChannel file, long position, long count, FileCompleteCallback callback)Writes part of theFileChannelcontents.abstract voidServerOutputStream. write(java.nio.channels.FileChannel file, FileCompleteCallback callback)Writes the entireFileChannelcontents.abstract voidServerWriter. write(java.nio.channels.FileChannel file, long position, long count, FileCompleteCallback callback)Writes part of theFileChannelcontents.abstract voidServerWriter. write(java.nio.channels.FileChannel file, FileCompleteCallback callback)Writes the entireFileChannelcontents.Constructors in net.officefloor.server.stream with parameters of type FileCompleteCallback Constructor Description FileBuffer(java.nio.channels.FileChannel file, long position, long count, FileCompleteCallback callback)Instantiate.FileBuffer(java.nio.channels.FileChannel file, FileCompleteCallback callback)Instantiate to write the entireFileChannelcontent.
- 
Uses of FileCompleteCallback in net.officefloor.server.stream.implMethods in net.officefloor.server.stream.impl with parameters of type FileCompleteCallback Modifier and Type Method Description StreamBuffer<B>AbstractStreamBufferPool. getFileStreamBuffer(java.nio.channels.FileChannel file, long position, long count, FileCompleteCallback callback)voidBufferPoolServerOutputStream. write(java.nio.channels.FileChannel file, long position, long count, FileCompleteCallback callback)voidBufferPoolServerOutputStream. write(java.nio.channels.FileChannel file, FileCompleteCallback callback)voidProcessAwareServerOutputStream. write(java.nio.channels.FileChannel file, long position, long count, FileCompleteCallback callback)voidProcessAwareServerOutputStream. write(java.nio.channels.FileChannel file, FileCompleteCallback callback)voidProcessAwareServerWriter. write(java.nio.channels.FileChannel file, long position, long count, FileCompleteCallback callback)voidProcessAwareServerWriter. write(java.nio.channels.FileChannel file, FileCompleteCallback callback)
- 
Uses of FileCompleteCallback in net.officefloor.web.resource.implClasses in net.officefloor.web.resource.impl that implement FileCompleteCallback Modifier and Type Class Description classHttpFileImplAbstractHttpFileimplementation.
 
-