Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.fabric.netty.fileserver.FileResponse

Packages that use FileResponse
com.liferay.portal.fabric.netty.fileserver.handlers   
com.liferay.portal.fabric.netty.repository   
com.liferay.portal.fabric.repository   
 

Uses of FileResponse in com.liferay.portal.fabric.netty.fileserver.handlers
 

Fields in com.liferay.portal.fabric.netty.fileserver.handlers declared as FileResponse
protected  FileResponse FileUploadChannelHandler.fileResponse
           
 

Fields in com.liferay.portal.fabric.netty.fileserver.handlers with type parameters of type FileResponse
protected  AsyncBroker<java.nio.file.Path,FileResponse> FileUploadChannelHandler.asyncBroker
           
 

Methods in com.liferay.portal.fabric.netty.fileserver.handlers that return FileResponse
 FileResponse FileResponseChannelHandler.channelRead0(io.netty.channel.ChannelHandlerContext channelHandlerContext, FileResponse fileResponse, io.netty.buffer.ByteBuf byteBuf)
           
 

Methods in com.liferay.portal.fabric.netty.fileserver.handlers with parameters of type FileResponse
 FileResponse FileResponseChannelHandler.channelRead0(io.netty.channel.ChannelHandlerContext channelHandlerContext, FileResponse fileResponse, io.netty.buffer.ByteBuf byteBuf)
           
 

Constructors in com.liferay.portal.fabric.netty.fileserver.handlers with parameters of type FileResponse
FileUploadChannelHandler(AsyncBroker<java.nio.file.Path,FileResponse> asyncBroker, FileResponse fileResponse, io.netty.util.concurrent.EventExecutor eventExecutor)
           
 

Constructor parameters in com.liferay.portal.fabric.netty.fileserver.handlers with type arguments of type FileResponse
FileResponseChannelHandler(AsyncBroker<java.nio.file.Path,FileResponse> asyncBroker, io.netty.util.concurrent.EventExecutorGroup eventExecutorGroup)
           
FileUploadChannelHandler(AsyncBroker<java.nio.file.Path,FileResponse> asyncBroker, FileResponse fileResponse, io.netty.util.concurrent.EventExecutor eventExecutor)
           
 

Uses of FileResponse in com.liferay.portal.fabric.netty.repository
 

Fields in com.liferay.portal.fabric.netty.repository with type parameters of type FileResponse
protected  AsyncBroker<java.nio.file.Path,FileResponse> NettyRepository.asyncBroker
           
 

Methods in com.liferay.portal.fabric.netty.repository that return types with arguments of type FileResponse
 AsyncBroker<java.nio.file.Path,FileResponse> NettyRepository.getAsyncBroker()
           
 

Uses of FileResponse in com.liferay.portal.fabric.repository
 

Methods in com.liferay.portal.fabric.repository that return types with arguments of type FileResponse
 AsyncBroker<java.nio.file.Path,FileResponse> Repository.getAsyncBroker()
           
 


Liferay 7.0-ce-b4