Uses of Interface
net.officefloor.server.stream.FileCompleteCallback
Packages that use FileCompleteCallback
Package
Description
-
Uses of FileCompleteCallback in net.officefloor.server.http.mock
Methods in net.officefloor.server.http.mock with parameters of type FileCompleteCallbackModifier and TypeMethodDescriptionMockStreamBufferPool.getFileStreamBuffer(FileChannel file, long position, long count, FileCompleteCallback callback) -
Uses of FileCompleteCallback in net.officefloor.server.http.netty
Methods in net.officefloor.server.http.netty with parameters of type FileCompleteCallbackModifier and TypeMethodDescriptionStreamBuffer<io.netty.buffer.ByteBuf>NettyBufferPool.getFileStreamBuffer(FileChannel file, long position, long count, FileCompleteCallback callback) -
Uses of FileCompleteCallback in net.officefloor.server.http.vertx
Methods in net.officefloor.server.http.vertx with parameters of type FileCompleteCallbackModifier and TypeMethodDescriptionStreamBuffer<io.vertx.core.buffer.Buffer>VertxBufferPool.getFileStreamBuffer(FileChannel file, long position, long count, FileCompleteCallback callback) -
Uses of FileCompleteCallback in net.officefloor.server.stream
Fields in net.officefloor.server.stream declared as FileCompleteCallbackModifier and TypeFieldDescriptionfinal FileCompleteCallbackStreamBuffer.FileBuffer.callbackOptionalFileCompleteCallback.Methods in net.officefloor.server.stream with parameters of type FileCompleteCallbackModifier and TypeMethodDescriptionStreamBufferPool.getFileStreamBuffer(FileChannel file, long position, long count, FileCompleteCallback callback) Obtains aStreamBufferfor theFileChannelcontent.abstract voidServerOutputStream.write(FileChannel file, long position, long count, FileCompleteCallback callback) Writes part of theFileChannelcontents.abstract voidServerOutputStream.write(FileChannel file, FileCompleteCallback callback) Writes the entireFileChannelcontents.abstract voidServerWriter.write(FileChannel file, long position, long count, FileCompleteCallback callback) Writes part of theFileChannelcontents.abstract voidServerWriter.write(FileChannel file, FileCompleteCallback callback) Writes the entireFileChannelcontents.Constructors in net.officefloor.server.stream with parameters of type FileCompleteCallbackModifierConstructorDescriptionFileBuffer(FileChannel file, long position, long count, FileCompleteCallback callback) Instantiate.FileBuffer(FileChannel file, FileCompleteCallback callback) Instantiate to write the entireFileChannelcontent. -
Uses of FileCompleteCallback in net.officefloor.server.stream.impl
Methods in net.officefloor.server.stream.impl with parameters of type FileCompleteCallbackModifier and TypeMethodDescriptionAbstractStreamBufferPool.getFileStreamBuffer(FileChannel file, long position, long count, FileCompleteCallback callback) voidBufferPoolServerOutputStream.write(FileChannel file, long position, long count, FileCompleteCallback callback) voidBufferPoolServerOutputStream.write(FileChannel file, FileCompleteCallback callback) voidProcessAwareServerOutputStream.write(FileChannel file, long position, long count, FileCompleteCallback callback) voidProcessAwareServerOutputStream.write(FileChannel file, FileCompleteCallback callback) voidProcessAwareServerWriter.write(FileChannel file, long position, long count, FileCompleteCallback callback) voidProcessAwareServerWriter.write(FileChannel file, FileCompleteCallback callback) -
Uses of FileCompleteCallback in net.officefloor.web.resource.impl
Classes in net.officefloor.web.resource.impl that implement FileCompleteCallback