Uses of Interface
net.officefloor.server.stream.FileCompleteCallback
-
-
Uses of FileCompleteCallback in net.officefloor.server.http.mock
Methods 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.netty
Methods 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.stream
Fields in net.officefloor.server.stream declared as FileCompleteCallback Modifier and Type Field Description FileCompleteCallback
StreamBuffer.FileBuffer. callback
OptionalFileCompleteCallback
.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 aStreamBuffer
for theFileChannel
content.abstract void
ServerOutputStream. write(java.nio.channels.FileChannel file, long position, long count, FileCompleteCallback callback)
Writes part of theFileChannel
contents.abstract void
ServerOutputStream. write(java.nio.channels.FileChannel file, FileCompleteCallback callback)
Writes the entireFileChannel
contents.abstract void
ServerWriter. write(java.nio.channels.FileChannel file, long position, long count, FileCompleteCallback callback)
Writes part of theFileChannel
contents.abstract void
ServerWriter. write(java.nio.channels.FileChannel file, FileCompleteCallback callback)
Writes the entireFileChannel
contents.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 entireFileChannel
content. -
Uses of FileCompleteCallback in net.officefloor.server.stream.impl
Methods 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)
void
BufferPoolServerOutputStream. write(java.nio.channels.FileChannel file, long position, long count, FileCompleteCallback callback)
void
BufferPoolServerOutputStream. write(java.nio.channels.FileChannel file, FileCompleteCallback callback)
void
ProcessAwareServerOutputStream. write(java.nio.channels.FileChannel file, long position, long count, FileCompleteCallback callback)
void
ProcessAwareServerOutputStream. write(java.nio.channels.FileChannel file, FileCompleteCallback callback)
void
ProcessAwareServerWriter. write(java.nio.channels.FileChannel file, long position, long count, FileCompleteCallback callback)
void
ProcessAwareServerWriter. write(java.nio.channels.FileChannel file, FileCompleteCallback callback)
-
Uses of FileCompleteCallback in net.officefloor.web.resource.impl
Classes in net.officefloor.web.resource.impl that implement FileCompleteCallback Modifier and Type Class Description class
HttpFileImpl
AbstractHttpFile
implementation.
-